| Crates.io | claude-box |
| lib.rs | claude-box |
| version | 0.1.3 |
| created_at | 2025-12-26 04:34:28.453021+00 |
| updated_at | 2025-12-28 06:43:56.039364+00 |
| description | A multi-platform Claude Code sandbox manager |
| homepage | |
| repository | https://github.com/movecx/claude-box |
| max_upload_size | |
| id | 2005260 |
| size | 484,986 |

A sandbox manager for Claude Code. Run multiple isolated Claude Code instances with separate configurations, credentials, and conversation history.

macOS / Linux:
curl -sSfL https://raw.githubusercontent.com/movecx/claude-box/master/install.sh | sh
Windows (PowerShell):
irm https://raw.githubusercontent.com/movecx/claude-box/master/install.ps1 | iex
cargo install claude-box
# Open default environment
claude-box
# Open a specific environment
claude-box work
# Configure environments
claude-box config
Run claude-box config to open the configuration interface where you can:
claude-box sets the CLAUDE_CONFIG_DIR environment variable to redirect Claude Code's configuration to an isolated directory per environment. Each environment maintains its own:
| Platform | Config | Environment Data |
|---|---|---|
| Linux | ~/.config/claude-box/ |
~/.local/share/claude-box/environments/ |
| macOS | ~/Library/Application Support/claude-box/ |
~/Library/Application Support/claude-box/environments/ |
| Windows | %APPDATA%\claude-box\ |
%LOCALAPPDATA%\claude-box\environments\ |