awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • superradcompany/microsandboxsuperradcompany 的头像

    superradcompany/microsandbox

    6,570在 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
    在 GitHub 上查看↗6,570
  • zerocore-ai/microsandboxzerocore-ai 的头像

    zerocore-ai/microsandbox

    4,802在 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
    在 GitHub 上查看↗4,802
  1. Home
  2. Development Tools & Productivity
  3. Platform Script Execution
  4. Dynamic Script Execution Environments
  5. Sandboxed Scripting
  6. Script Mounters