OS-level sandboxing for AI agents and arbitrary commands.
Run anything with full shell access. All filesystem mutations are captured. Nothing touches your real system until you approve.
Works on Linux (native namespaces) and macOS (Docker/Podman). MIT Licensed.

cbox run — Launch an isolated sandbox. Let Claude Code reorganize, refactor, or clean up your project.cbox diff — See exactly what the agent changed. Every file added, modified, or deleted.cbox merge --pick — Cherry-pick which changes to keep. Discard the rest.cbox run --network allow.brew tap borngraced/cbox && brew install cbox
cargo install --git https://github.com/borngraced/cbox cbox
Download from GitHub Releases.
GitHub · MIT License