superradcompany/microsandbox

🧱 easy fast local-first microVM runtime and library

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 59 minutes ago
Added to GitGenius on August 20th, 2026
Created on October 3rd, 2024
Open Issues & Pull Requests: 72 (+0)
Number of forks: 410
Total Stargazers: 7,820 (+2)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.7 hours
Mean response time: 17.8 days
90th percentile: 35.9 days
Tracked items: 282

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 83% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Regression" is answered fastest, typically in about an hour, while "CLI" waits about 2 days. Only 8% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 41
New in 7 days: 15
Closed in 7 days: 15
Avg open age: 85 days
Stale 30+ days: 14
Stale 90+ days: 4

Recent activity

Opened in 7 days: 11
Closed in 7 days: 14
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • SDK (46)
  • CLI (34)
  • Networking (31)
  • Filesystems (15)
  • Good First Issue (15)
  • Agentd (13)
  • Quality of Life (12)
  • Investigate (11)

Detailed Description

Microsandbox is a microVM runtime and library that executes untrusted workloads in fast, isolated virtual machines.

The tool addresses the need to safely run untrusted code—such as AI agents, user-submitted scripts, plugins, and automation tasks—without risking the host system. It achieves this through hardware-level isolation using microVM technology while maintaining the speed and convenience developers expect. Microsandbox boots microVMs in under 100 milliseconds on average and can be embedded directly into applications without requiring a separate daemon or server setup. It supports standard OCI container images from registries like Docker Hub and GHCR, and provides familiar Docker-like workflows for images, commands, shells, and volumes. The tool includes a mechanism for passing secrets into sandboxes in a way that prevents them from being leaked or exploited within the VM.

Microsandbox suits projects that need to isolate untrusted or user-provided code while maintaining fast startup times and local execution. It works across Linux, macOS, and Windows. The embeddable nature of the library makes it particularly valuable for applications that spawn sandboxes programmatically rather than managing them through external infrastructure. Long-running sandboxes can operate in detached mode for persistent sessions. The project also provides integrations for AI agents through companion tools that allow agents to create and manage their own sandboxes.

Development activity shows consistent engagement with the project. The team maintains active communication channels and continues to expand the ecosystem with complementary tools and integrations. Work spans both the core runtime and agent-focused extensions, indicating sustained investment in the platform's capabilities.