Files
wehub-resource-sync e0e362d700
SDK Tests / SDK CI (push) Blocked by required conditions
SDK Tests / changes (push) Successful in 2m29s
Real E2E Tests / changes (push) Successful in 2m29s
SDK Tests / Python SDK Tests (sandbox) (push) Waiting to run
SDK Tests / CLI Quality (push) Waiting to run
SDK Tests / CLI Tests (push) Waiting to run
SDK Tests / Python SDK Quality (code-interpreter) (push) Waiting to run
SDK Tests / Python SDK Quality (sandbox) (push) Waiting to run
SDK Tests / Python SDK Tests (code-interpreter) (push) Waiting to run
SDK Tests / JavaScript SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / JavaScript SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Kotlin SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Kotlin SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / C# SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / C# SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Go SDK Quality And Tests (push) Waiting to run
Deploy Docs Pages / build (push) Has been cancelled
Deploy Docs Pages / deploy (push) Has been cancelled
Real E2E Tests / JavaScript E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Python E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Java E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / C# E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Go E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Real E2E CI (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:39:33 +08:00

2.8 KiB

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

Typical Scenarios

OpenSandbox is listed in the CNCF Landscape.

Explore all examples in Examples.

Quick Install

::: code-group

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.