--- layout: home hero: name: OpenSandbox text: Universal Sandbox Infrastructure for AI Applications tagline: Securely run commands, code interpreters, browsers, and developer tools in isolated environments with multi-language SDKs. actions: - theme: brand text: Quick Start link: /getting-started/ - theme: alt text: Architecture link: /architecture/ - theme: alt text: SDKs link: /sdks/ features: - title: Sandbox Lifecycle Management details: Provision, monitor, renew, pause/resume, and terminate sandbox instances with Docker and Kubernetes runtimes. - title: Multi-Language SDKs details: Build with Python, Java/Kotlin, JavaScript/TypeScript, C#/.NET, and Go SDKs on top of standardized lifecycle and execution protocols. - title: In-Sandbox Execution details: Execute shell commands, manage files, run multi-language code interpreters, expose ports, and stream logs and metrics. - title: Built for AI Workloads details: Supports coding agents, browser automation, remote development, code execution, and reinforcement learning scenarios. --- ## Typical Scenarios OpenSandbox is listed in the [CNCF Landscape](https://landscape.cncf.io/?item=orchestration-management--scheduling-orchestration--opensandbox).

Coding Agents

Run Claude Code, Gemini CLI, Codex, and other coding agents in isolated sandboxes.

Browser Automation

Execute Chrome and Playwright workloads with controlled runtime, filesystem, and networking.

Remote Development

Host VS Code Web and desktop-like environments for secure cloud development workflows.

AI Code Execution

Run model-generated code safely, stream outputs, and iterate quickly with reproducible environments.

RL Training

Launch reinforcement learning tasks with managed sandbox lifecycle and resource controls.

Explore all examples in [Examples](/examples/). ## Quick Install ::: code-group ```bash [Python SDK] pip install opensandbox ``` ```bash [JavaScript SDK] npm install @alibaba-group/opensandbox ``` ```kotlin [Kotlin (Gradle)] dependencies { implementation("com.alibaba.opensandbox:sandbox:{latest_version}") } ``` ```bash [Go SDK] go get github.com/alibaba/OpenSandbox/sdks/sandbox/go ``` ```bash [C# SDK] dotnet add package Alibaba.OpenSandbox ``` ::: See [Getting Started](/getting-started/) for the full setup guide.