Sandboxd boots self-hosted agent containers on Docker
Sandboxd is an open-source development sandbox manager in Go that runs untrusted code in isolated, wake-on-request Linux containers on a single Docker host. Designed for AI coding agents and SaaS platforms, it automatically spins up environments dynamically upon HTTP requests and generates instant preview URLs as a lightweight alternative to Kubernetes.
Ephemeral execution environments are critical for modern AI coding agents, and orchestrating them via Kubernetes introduces massive operational overhead. Sandboxd offers a pragmatically simple alternative by driving instant-boot, self-hosted Linux containers on a single Docker node.
* Instantly spins up containers on-demand via simple HTTP API requests.
* Provides auto-generated preview URLs for immediate visualization of running applications.
* Bypasses the need for Kubernetes, significantly lowering cost and complexity.
* Tailor-made for LLM-based agent runtimes and SaaS applications needing secure, sandboxed code execution.
DISCOVERED
52d ago
2026-06-09
PUBLISHED
52d ago
2026-06-09
RELEVANCE
AUTHOR
Github Awesome