Built for Apple Silicon

Containers. VMs. Sandboxes.
Without the chaos.

The blazing-fast Docker Desktop alternative. Run containers at lightning speed, spin up Firecracker VMs, and sandbox AI agents—all in complete isolation.

Requires macOS 14+ on Apple Silicon

ArcBox Desktop

What can ArcBox do?

The superpowers are endless.

Run containers
at lightning speed.

Docker-compatible containers that start in milliseconds, not minutes. No bloated VMs, just pure native performance.

Server infrastructure

Firecracker microVMs.

Spin up lightweight VMs in under 125ms. Perfect for isolated workloads with minimal overhead.

Security sandbox

Sandboxed execution.

Run untrusted code safely in complete isolation.

Apple Silicon native.

Built from scratch for M1, M2, M3, and M4 chips.

Development environment

Dev Containers support.

Full devcontainer.json support for reproducible dev environments.

Security first.

Hardened by default. No network access unless you explicitly allow it.

AI Agent Runtime

Run AI agents locally.
Fully isolated from your system.

AI agents are powerful—and unpredictable. ArcBox Desktop runs your local agents in fully isolated Firecracker microVMs, so they can do their work without ever touching your host machine.

No host access

Agents run inside their own microVM with a strict boundary between the sandbox and your system.

Full observability

Watch every syscall, network request, and file write as it happens in real-time.

Instant spin-up

Spin up a fully isolated agent environment in under 125ms with a single command.

arcbox sandbox

$ arcbox sandbox create openclaw

Creating isolated Firecracker VM...

├─ Memory: 2GB allocated

├─ Network: Isolated bridge

├─ Filesystem: Read-only rootfs

└─ Security: Full syscall filtering

✓ Sandbox ready in 127ms

$ arcbox sandbox exec openclaw --prompt "analyze codebase"

Running in isolated environment...

OpenClaw isolation

Even if OpenClaw goes rogue, your machine is untouched.

When you run OpenClaw inside ArcBox, the model operates inside a hardened Firecracker microVM. Network, disk, and I/O are completely severed from your host—so no matter what the model tries to do, it can't reach your system.

Network

Zero outbound access. OpenClaw can't exfiltrate data or phone home.

Disk

A scoped, ephemeral filesystem. Your files are never exposed.

I/O

Strictly audited device I/O. No keyboard sniffing, no clipboard access.

Process

Full syscall filtering via seccomp. No escape paths.

OpenClaw running in an isolated ArcBox sandbox
Sandbox active — openclaw@vm-9f23a

Network

Blocked

Disk

Ephemeral

I/O

Audited

Performance

Ridiculously fast.
By design.

ArcBox Desktop is built from scratch for Apple Silicon. No emulation layers, no Rosetta, no compromises.

BenchmarkArcBox DesktopDocker Desktop
Container Startup9x faster
0.3s
2.8s
VM Boot Time67x faster
0.127s
8.5s
Memory Overhead43x faster
48MB
2048MB
Image Pull (cached)4x faster
0.8s
3.2s
Benchmarks performed on M3 Max, 36GB RAM. Results may vary.
Open Source

Fully open-source.
Not just a README.

Some projects call themselves "open source" while only hosting a README, a few screenshots, and an issue template on GitHub. That's not open source—that's a landing page.

ArcBox Desktop is truly open source. Every line of code, every build script, every test—it's all on GitHub. Fork it, audit it, contribute to it.

MIT License
OSI Approved
2.4k Stars

Full source code

Not just binaries or a README

Actively maintained

Weekly commits, fast issue response

Open contributions

PRs welcome, community-driven

Battery included

Tests, docs, and build scripts

arcbox-dev/arcbox-desktop

Public repository

src/real code
core/real code
vm/real code
sandbox/real code
container/real code
tests/real code
docs/real code
.github/
Cargo.toml
build.rs
LICENSE
README.md

Recent activity

feat: add network isolation modes2h ago
fix: memory leak in vm cleanup5h ago
docs: update sandbox api reference1d ago

That's all. Except not.

Ready to ditch
Docker Desktop?

Join thousands of developers who switched to something faster, lighter, and built for the way they actually work.

Free for personal use. Pro plans available for teams.

ArcBox - Containers
Terminal

$ arcbox run nginx

Starting container...

Ready in 47ms

Sandbox