OpenSandbox Universal Sandbox Infrastructure for AI Applications Alibaba Group launched OpenSandbox, an open-source universal sandbox infrastructure for AI applications, providing isolated environments for running code, browsers, and developer tools. The platform supports Docker and Kubernetes runtimes, multi-language SDKs, and integrates with AI coding agents like Claude Code and Gemini CLI, aiming to enhance security and reproducibility in AI development workflows. 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.