2 Repos
Capabilities for mounting executable shell scripts into a sandbox filesystem so they become callable by name.
Distinct from Sandboxed Scripting: Distinct from Sandboxed Scripting: focuses on mounting scripts into the filesystem, not on the execution environment or web scraping use cases.
Explore 2 awesome GitHub repositories matching development tools & productivity · Script Mounters. Refine with filters or upvote what's useful.
Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag
Places scripts at known paths inside the guest and adds them to PATH for easy execution by name.
microsandbox is a platform that runs untrusted code inside hardware-isolated microVMs, each with its own kernel, filesystem, and network stack. It boots directly from standard OCI container images, supports copy-on-write filesystem layers, and integrates with AI agents to execute tool calls and generated code in isolated environments with secret protection. What sets microsandbox apart is its host-side network proxy that enforces firewall rules, intercepts DNS, inspects TLS traffic, and injects secrets at the network boundary without exposing them inside the VM. It provides SSH access to micr
Mounts executable shell scripts into sandbox filesystems so they become callable by name.