Skip to content

feat: one-command install script and --version flag#135

Merged
aniketmaurya merged 5 commits intomainfrom
feat/install-script
Apr 9, 2026
Merged

feat: one-command install script and --version flag#135
aniketmaurya merged 5 commits intomainfrom
feat/install-script

Conversation

@aniketmaurya
Copy link
Copy Markdown
Collaborator

Summary

  • Add scripts/install.sh — single-command installer: curl -sSL https://celesto.ai/install.sh | bash
  • Installs uv if needed, installs smolvm via uv tool install, runs smolvm setup, and verifies with smolvm doctor
  • Safe to re-run: reuses existing uv, upgrades smolvm if already installed as a uv tool
  • Add smolvm --version / smolvm -V CLI flag

Test plan

  • Run bash scripts/install.sh on a clean Linux machine
  • Run bash scripts/install.sh on macOS with uv already installed
  • Run bash scripts/install.sh twice to verify idempotency
  • Run bash scripts/install.sh --with-docker to verify flag forwarding
  • Verify smolvm --version prints the correct version

🤖 Generated with Claude Code

Add `scripts/install.sh` so users can install SmolVM with a single command:
`curl -sSL https://celesto.ai/install.sh | bash`

The script installs uv (if needed), installs smolvm via `uv tool install`,
runs `smolvm setup`, and verifies with `smolvm doctor`. Safe to re-run —
it reuses existing uv and upgrades smolvm if already installed.

Also adds `smolvm --version` / `smolvm -V` to the CLI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 9, 2026

Warning

Rate limit exceeded

@aniketmaurya has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 54 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 21 minutes and 54 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b2877153-6af0-4dc6-a87d-5951b04a55cd

📥 Commits

Reviewing files that changed from the base of the PR and between 2a9ee07 and bed9612.

📒 Files selected for processing (4)
  • scripts/install.sh
  • src/smolvm/cli.py
  • src/smolvm/facade.py
  • tests/test_facade.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/install-script

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@aniketmaurya aniketmaurya merged commit 74552bf into main Apr 9, 2026
6 checks passed
@aniketmaurya aniketmaurya deleted the feat/install-script branch April 9, 2026 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant