@orbit-tools/cli
v0.6.0
Published
npm proxy for the Orbit CLI. Downloads the matching native binary from GitHub Releases on install and forwards all invocations.
Maintainers
Readme
@orbit-tools/cli
npm proxy for the Orbit CLI.
On install, downloads the matching prebuilt orbit binary from
GitHub Releases, verifies its
SHA-256 against the published orbit-checksums.txt, and exposes it as the
orbit command.
Usage
# Install globally
npm install -g @orbit-tools/cli
orbit --version
# One-shot via npx (used by the orbit Claude plugin)
npx -y @orbit-tools/cli mcp serveAll arguments are forwarded to the native orbit binary.
Supported platforms
- macOS arm64 / x64
- Linux arm64 / x64
Windows is not currently published. Use WSL or build from source.
Environment variables
| Variable | Effect |
|---|---|
| ORBIT_BINARY | Path to a local orbit binary; bypasses download. |
| ORBIT_BINARY_VERSION | Override the release tag to install (e.g. v0.3.1). |
| ORBIT_SKIP_DOWNLOAD=1 | Skip postinstall download (lazy install on first run still works). |
License
MIT.
