by alibaba
OpenSandbox is a general-purpose sandbox platform for AI applications, offering multi-language SDKs, unified sandbox APIs, and Docker/Kubernetes runtimes for scenarios like Coding Agents, GUI Agents, Agent Evaluation, AI Code Execution, and RL Training.
# Add to your Claude Code skills
git clone https://github.com/alibaba/OpenSandboxEnglish | 中文
OpenSandbox is a general-purpose sandbox platform for AI applications, offering multi-language SDKs, unified sandbox APIs, and Docker/Kubernetes runtimes for scenarios like Coding Agents, GUI Agents, Agent Evaluation, AI Code Execution, and RL Training.
No comments yet. Be the first to share your thoughts!
Requirements:
uv pip install opensandbox-server
opensandbox-server init-config ~/.sandbox.toml --example docker
If you prefer working from source, you can still clone the repo for development, but server startup no longer requires it.
git clone https://github.com/alibaba/OpenSandbox.git cd OpenSandbox/server uv sync cp example.config.toml ~/.sandbox.toml # Copy configuration file uv run python -m src.main # Start the service
opensandbox-server
# Show help
opensandbox-server -h
#...