Discover and explore top open-source AI tools and projects—updated daily.
madarcoAI agent orchestration in sandboxed VMs
Top 89.5% on SourcePulse
AgentBox addresses the complexity of managing multiple AI agent development environments by providing a unified command-line interface to run parallel, sandboxed virtual machines (VMs) on local machines or in the cloud. It targets developers, researchers, and power users who need isolated, reproducible, and easily deployable environments for AI agents, offering benefits such as simplified setup, parallel execution, and flexible cloud integration.
How It Works
AgentBox leverages Docker to create isolated "boxes" (VMs) for each agent. Its core "Teleport" feature allows projects, along with their settings, plugins, and IDE configurations (VS Code/Cursor), to be moved seamlessly to dedicated VMs, whether local or cloud-hosted. It supports automatic setup for AI models like Claude Code and Codex, providing dedicated browsers, screen sharing, and persistent shells. Novel "Checkpoints" enable sub-second startup of new boxes from saved states, with automatic pausing to conserve resources when idle. Security is maintained by keeping local Git credentials on the host machine, requiring explicit permission for pushes.
Quick Start & Requirements
npm -g install @madarco/agentboxagentbox install command builds the agentbox/box:dev Docker image (~1 GB, one-time).agentbox install --interactive) and provider-specific login commands (e.g., agentbox vercel login, agentbox hetzner login).agent-box.sh/docs.Highlighted Details
Maintenance & Community
The project is authored by Marco D'Alia (@madarco). No specific community channels (like Discord/Slack) or sponsorship details were found in the provided README.
Licensing & Compatibility
The project is licensed under the MIT license, which is permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
Daytona cloud provider support is noted as "Partial," and Hetzner live snapshots are marked as "Experimental." The system requires macOS or Linux and Docker to be installed.
1 day ago
Inactive
agent-infra
opensandbox-group