Discover and explore top open-source AI tools and projects—updated daily.
Th0rgalSelf-hosted orchestrator for AI autonomous agents
Top 99.6% on SourcePulse
Summary
sandboxed.sh is a self-hosted orchestrator for AI autonomous agents, enabling diverse coding agents (Claude Code, OpenCode, Amp) to run in isolated Linux workspaces. It simplifies managing agent skills, configurations, and secrets via a Git repository, facilitating unattended, secure, and version-controlled AI operations for automating complex tasks or processing sensitive data locally.
How It Works
The system orchestrates AI agents within isolated Linux environments using systemd-nspawn (native) or Docker containers. It supports multiple agent runtimes and leverages a Git-backed "Library" for version-controlled configurations, skills, and tools. This approach ensures robust workspace isolation and reproducible deployments across diverse AI agent ecosystems.
Quick Start & Requirements
Recommended installation is Docker (~5 min setup) for any OS. Native installation targets Ubuntu 24.04 LTS (~30 min setup).
git clone, cd, cp .env.example .env, docker compose up -d. Access http://localhost:3000. Note: privileged: true required for container workspace isolation.git pull and cargo build or dashboard updates.Highlighted Details
Maintenance & Community
Marked "Work in Progress" and under active development, welcoming contributions. Community support via Discord.
Licensing & Compatibility
Permissive MIT license, suitable for commercial and closed-source applications.
Limitations & Caveats
Active development implies potential instability or breaking changes. Docker requires privileged: true for container workspaces (security implications). Native installation is Ubuntu 24.04 LTS specific.
1 day ago
Inactive
Significant-Gravitas