sandbox0
Persistent encrypted sandboxes for running untrusted code
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Sandbox0?โผ
Run `npx skills add sandbox0-ai/sandbox0 --all -g -y` in your terminal to install this skill globally.
What is Sandbox0 used for?โผ
It runs untrusted code in persistent, encrypted sandboxes isolated by gVisor, so long-running coding agents keep their workspace state across sessions.
How do I create a sandbox with Sandbox0?โผ
Install the s0 CLI, sign in with `s0 auth login`, create an API key, then use the Python, Node.js, or Go SDK to open a sandbox and run commands.
Does Sandbox0 keep data between runs?โผ
Yes. The writable RootFS is encrypted and stored in S3-compatible storage, and you can snapshot, restore, fork, and resume the same sandbox identity later.
Can I self-host Sandbox0?โผ
Yes. It supports self-hosted deployment using Nomad for scheduling, dedicated nodes with gVisor, PostgreSQL, and S3-compatible object storage.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core