# OpenSandbox Universal Sandbox Infrastructure for AI Applications

> Source: <https://open-sandbox.ai/>
> Published: 2026-07-11 17:45:49+00:00

## 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.

OpenSandbox is listed in the [CNCF Landscape](https://landscape.cncf.io/?item=orchestration-management--scheduling-orchestration--opensandbox).

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](/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](/getting-started/) for the full setup guide.
