awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesScript Mounters

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.

Awesome Script Mounters GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • superradcompany/microsandboxAvatar de superradcompany

    superradcompany/microsandbox

    6,570Voir sur GitHub↗

    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.

    Rust
    Voir sur GitHub↗6,570
  • zerocore-ai/microsandboxAvatar de zerocore-ai

    zerocore-ai/microsandbox

    4,802Voir sur GitHub↗

    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.

    Rustagentsaiai-generated
    Voir sur GitHub↗4,802
  1. Home
  2. Development Tools & Productivity
  3. Platform Script Execution
  4. Dynamic Script Execution Environments
  5. Sandboxed Scripting
  6. Script Mounters