Discover and explore top open-source AI tools and projects—updated daily.
runtm-aiAI coding agents build and deploy software in isolated sandboxes
Top 94.7% on SourcePulse
Summary
Runtm provides open-source, OS-level sandboxed environments designed for AI coding agents to build, test, and deploy software. It enables agents like Claude Code and Cursor to operate with full permissions in isolated workspaces, mitigating risks to host systems, and instantly deploys their creations to live, shareable HTTPS endpoints with integrated logging and previews.
How It Works
The core of Runtm utilizes OS-level sandboxing technologies, specifically bubblewrap on Linux and seatbelt on macOS, to create highly isolated, ephemeral environments. AI agents interact with these sandboxes, which offer instant startup times (<100ms) without the overhead of traditional containers. Once an agent completes its work, a single command deploys the application to a real URL, providing live access, logs, and previews for immediate iteration and debugging.
Quick Start & Requirements
uv tool install runtm or pipx install runtm. A Go CLI (runtm-api) is also available via a curl command.Highlighted Details
Maintenance & Community
Support is available by opening an issue on GitHub or joining the project's Discord community.
Licensing & Compatibility
Limitations & Caveats
The OS-level sandboxing features are dependent on Linux or macOS environments; Windows support for sandboxing is not explicitly detailed. The AGPLv3 license for core server components may present compatibility challenges for integration into closed-source commercial products.
2 days ago
Inactive
agent-infra
manaflow-ai