#18 · Primary category: AI DevOps & SRE Tools
microsandbox
🧱 easy fast local-first microVM runtime and library
Project last updated:08/29/26
GitHub Stars
8.0K
Forks
418
Contributors
54
License
Apache-2.0
Why we included this project
If you need to run code you don't fully trust, like an AI agent's generated scripts or a user's notebook, microsandbox puts each job in its own microVM with a dedicated Linux kernel, so the host stays out of reach even if the workload goes rogue. It boots in under 100 milliseconds and works as an embeddable library, so you can launch sandboxes from Rust, Python, TypeScript, or Go without standing up a daemon or a separate server. The interface stays close to Docker, meaning you point it at a standard OCI image and reuse commands, shells, and volumes instead of rewriting your pipeline. Since secrets never enter the VM and networking is controlled from the host, it holds up for agent tool use, ephemeral CI jobs, and scraper automation where isolation matters.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
jenkins
Jenkins automation server
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud