Sandbox Lifecycle Management
Provision, monitor, renew, pause/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.
Provision, monitor, renew, pause/resume, and terminate sandbox instances with Docker and Kubernetes runtimes.
Build with Python, Java/Kotlin, JavaScript/TypeScript, C#/.NET, and Go SDKs on top of standardized lifecycle and execution protocols.
Execute shell commands, manage files, run multi-language code interpreters, expose ports, and stream logs and metrics.
Supports coding agents, browser automation, remote development, code execution, and reinforcement learning scenarios.
OpenSandbox is listed in the CNCF Landscape.
Explore all examples in Examples.
bash
pip install opensandboxbash
npm install @alibaba-group/opensandboxkotlin
dependencies {
implementation("com.alibaba.opensandbox:sandbox:{latest_version}")
}bash
go get github.com/alibaba/OpenSandbox/sdks/sandbox/gobash
dotnet add package Alibaba.OpenSandboxSee Getting Started for the full setup guide.