awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesHypervisor-Level Docker Sandboxes

Runs each agent session inside a hypervisor-level Docker sandbox that isolates filesystem, network, and process access.

Distinct from Execution Sandboxes: Distinct from Execution Sandboxes: adds hypervisor-level isolation and persistent session state, not just ephemeral code execution.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Hypervisor-Level Docker Sandboxes. Refine with filters or upvote what's useful.

Awesome Hypervisor-Level Docker Sandboxes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • orbstack/orbstackAvatar von orbstack

    orbstack/orbstack

    8,903Auf GitHub ansehen↗

    OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores

    Replaces Docker Desktop with a native macOS app and CLI for managing containers and Linux VMs.

    Shellcolimadockerdocker-desktop
    Auf GitHub ansehen↗8,903
  • superradcompany/microsandboxAvatar von superradcompany

    superradcompany/microsandbox

    6,570Auf GitHub ansehen↗

    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

    Boots a Docker daemon inside an isolated microVM and opens an interactive shell for running containers.

    Rust
    Auf GitHub ansehen↗6,570
  • siteboon/claudecodeuiAvatar von siteboon

    siteboon/claudecodeui

    6,350Auf GitHub ansehen↗

    Claudecodeui is an open-source web interface that orchestrates multiple AI coding agents from different providers—including Claude Code, Cursor CLI, Codex, and Gemini CLI—side by side in isolated cloud environments. It functions as a multi-provider orchestration platform, allowing users to run agents from different tools within the same workspace without being locked into a single vendor. The platform runs each agent session inside a hypervisor-level Docker sandbox that isolates filesystem, network, and process access, with sessions persisting in the cloud to survive network disconnection or

    Runs each agent session inside a hypervisor-level Docker sandbox that isolates filesystem, network, and process access.

    JavaScriptanthropicanthropic-aianthropic-claude
    Auf GitHub ansehen↗6,350
  • zerocore-ai/microsandboxAvatar von zerocore-ai

    zerocore-ai/microsandbox

    4,802Auf GitHub ansehen↗

    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

    Starts a Docker daemon inside a hardware-isolated VM for running Docker commands.

    Rustagentsaiai-generated
    Auf GitHub ansehen↗4,802
  1. Home
  2. DevOps & Infrastructure
  3. Execution Sandboxes
  4. Hypervisor-Level Docker Sandboxes

Unter-Tags erkunden

  • Docker-in-VM Launchers1 Sub-TagCapabilities for starting a Docker daemon inside a hardware-isolated VM and providing an interactive shell for Docker commands. **Distinct from Hypervisor-Level Docker Sandboxes:** Distinct from Hypervisor-Level Docker Sandboxes: focuses on running Docker inside a microVM, not just sandboxing Docker containers at the hypervisor level.