@cage-bro/cli
v0.1.1
Published
CLI installer for cage-bro sandbox — downloads the binary on install
Readme
cage-bro CLI (TypeScript)
CLI installer for cage-bro — downloads the pre-built Rust binary on install.
Install
npm install -g @cage-bro/cliUsage
# Start the sandbox server
cage-bro serve --port 8080
# Run MCP server (for Claude Desktop, Cursor, etc.)
cage-bro mcp
# Install dependencies (Obscura browser)
cage-bro setupOn first run, the CLI downloads the pre-built binary for your platform from GitHub releases and caches it in ~/.cache/cage-bro/.
Supported Platforms
| Platform | Status | |---|---| | macOS ARM64 | Pre-built binary available | | Other platforms | Build from source (see below) |
For unsupported platforms, build from source:
cargo install --git https://github.com/aeroxy/cage-broWhat is cage-bro?
cage-bro is a sandboxed execution environment for AI agents. Single Rust binary with browser, shell, code execution, file ops, and MCP server. Works with any agent framework — LangChain, CrewAI, OpenAI, or custom.
Links
- cage-bro main project
- TypeScript SDK (programmatic API)
- Python CLI
License
Apache-2.0
