Metadata-Version: 2.4
Name: cage-bro-cli
Version: 0.1.0
Summary: CLI installer for cage-bro sandbox — downloads the Rust binary on install
License-Expression: Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24.0
Requires-Dist: cage-bro>=0.1.0

# cage-bro-cli

CLI installer for [cage-bro](https://github.com/aeroxy/cage-bro) — downloads the Rust binary on first run.

## Install

```bash
pip install cage-bro-cli
```

## Usage

```bash
cage-bro serve --port 8080
cage-bro mcp
cage-bro setup
```

On first run, the CLI downloads the pre-built binary for your platform from GitHub releases and caches it in `~/.cache/cage-bro/` (Linux) or `~/Library/Caches/cage-bro/` (macOS).

## Supported Platforms

| Platform | Status |
|---|---|
| macOS ARM64 | Available |
| Others | Build from source: `cargo install --git https://github.com/aeroxy/cage-bro` |

## License

Apache-2.0
