cd /news/ai-agents/microvm-sandbox-on-win-mac-linux-wit… Β· home β€Ί topics β€Ί ai-agents β€Ί article
[ARTICLE Β· art-58500] src=docs.docker.com β†— pub= topic=ai-agents verified=true sentiment=Β· neutral

MicroVM sandbox on Win, Mac, Linux, with policy engine

Docker released a new sandboxing tool that runs AI coding agents in isolated microVM environments on Windows, Mac, and Linux, providing each sandbox with its own Docker daemon, filesystem, and network. The tool includes a policy engine for centralized management of network and filesystem policies, with the CLI free for commercial use and optional paid governance features.

read1 min views1 publishedJul 14, 2026
MicroVM sandbox on Win, Mac, Linux, with policy engine
Image: source

Docker Sandboxes run AI coding agents in isolated microVM sandboxes. Each sandbox gets its own Docker daemon, filesystem, and network β€” the agent can build containers, install packages, and modify files without touching your host system.

NoteThe

sbx

CLI is free to use, including for commercial work. Only[organization governance]requires a separate paid subscription.

Organization admins can centrally manage sandbox network and filesystem policies from the Docker Admin Console, so the same rules apply uniformly across every developer's machine. Available on a separate paid subscription.

Get started

For complete system requirements, see the get started prerequisites.

Install the sbx

CLI and sign in:

$ brew trust docker/tap
$ brew install docker/tap/sbx
$ sbx login
> winget install -h Docker.sbx
> sbx login
bash
$ curl -fsSL https://get.docker.com | sudo REPO_ONLY=1 sh
$ sudo apt-get install docker-sbx
$ sudo usermod -aG kvm $USER
$ newgrp kvm
$ sbx login

Then launch an agent in a sandbox:

$ cd ~/my-project
$ sbx run claude

See the get started guide for a full walkthrough, or jump to the usage guide for common patterns.

Learn more

Agentsβ€” supported agents and per-agent configurationCustomizeβ€” reusable templates and declarative kits for extending or tailoring sandboxesArchitectureβ€” microVM isolation, workspace mounting, networkingSecurityβ€” isolation model, credential handling, and network policiesCLI referenceβ€” full list ofsbx

commands and optionsTroubleshootingβ€” common issues and fixesFAQβ€” login requirements, telemetry, etc

Feedback

Your feedback shapes what gets built next. If you run into a bug, hit a missing feature, or have a suggestion, open an issue at github.com/docker/sbx-releases/issues.

── more in #ai-agents 4 stories Β· sorted by recency
── more on @docker 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/microvm-sandbox-on-w…] indexed:0 read:1min 2026-07-14 Β· β€”