Sandbox Lifecycle Management #
Provision, monitor, renew, /resume, and terminate sandbox instances with Docker and Kubernetes runtimes.
Securely run commands, code interpreters, browsers, and developer tools in isolated environments with multi-language SDKs.
OpenSandbox is listed in the CNCF Landscape.
Run Claude Code, Gemini CLI, Codex, and other coding agents in isolated sandboxes.
Execute Chrome and Playwright workloads with controlled runtime, filesystem, and networking.
Host VS Code Web and desktop-like environments for secure cloud development workflows.
Run model-generated code safely, stream outputs, and iterate quickly with reproducible environments.
Launch reinforcement learning tasks with managed sandbox lifecycle and resource controls.
Explore all examples in Examples.
pip install opensandbox
npm install @alibaba-group/opensandbox
dependencies {
implementation("com.alibaba.opensandbox:sandbox:{latest_version}")
}
go get github.com/alibaba/OpenSandbox/sdks/sandbox/go
dotnet add package Alibaba.OpenSandbox
See Getting Started for the full setup guide.