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

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

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

Open-source alternatives to Uhyve

30 open-source projects similar to hermitcore/uhyve, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Uhyve alternative.

  • airbus-seclab/ramooflaxairbus-seclab 的头像

    airbus-seclab/ramooflax

    185在 GitHub 上查看↗

    a bare metal (type 1) VMM (hypervisor) with a python remote control API

    C
    在 GitHub 上查看↗185
  • asamy/ksmasamy 的头像

    asamy/ksm

    863在 GitHub 上查看↗

    A really simple and lightweight x64 hypervisor written in C for Intel processors. KSM has a self-contained physical memory introspection engine and userspace physical memory virtualization which can be enabled at compiletime.

    C
    在 GitHub 上查看↗863
  • bareflank/boxyBareflank 的头像

    Bareflank/boxy

    63在 GitHub 上查看↗

    The Boxy Hypervisor is an open source hypervisor led by Assured Information Security, Inc. (AIS), that provides support for custom, lightweight Linux and Unikernel virtual machines on any platform including Windows, Linux and UEFI.

    C++
    在 GitHub 上查看↗63
  • bareflank/hypervisorBareflank 的头像

    Bareflank/hypervisor

    1,497在 GitHub 上查看↗

    The Bareflank Hypervisor is an open source hypervisor Software Development Toolkit (SDK) for Rust and C++, led by Assured Information Security, Inc. (AIS), that provides the tools needed to rapidly prototype and create your own hypervisor on 64bit versions of Intel and AMD (ARMv8 CPUs, RISC-V…

    C++
    在 GitHub 上查看↗1,497
  • bareflank/microvBareflank 的头像

    Bareflank/MicroV

    281在 GitHub 上查看↗

    warning: MicroV is currently a work in progress. If you need support now, please see the Mono branch until MicroV is more complete which is expected to be some time Q1 of 2022.

    C++
    在 GitHub 上查看↗281

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • changeofpace/viviennevmmchangeofpace 的头像

    changeofpace/VivienneVMM

    827在 GitHub 上查看↗

    VivienneVMM

    C++
    在 GitHub 上查看↗827
  • chillancezen/zelda.riscv.emulatorchillancezen 的头像

    chillancezen/Zelda.RISCV.Emulator

    30在 GitHub 上查看↗

    A System Level RISCV32 Emulator Over x86_64: capable of booting RISCV Linux

    C
    在 GitHub 上查看↗30
  • cisco-talos/barbervisorCisco-Talos 的头像

    Cisco-Talos/Barbervisor

    173在 GitHub 上查看↗

    Intel x86 bare metal hypervisor for researching snapshot fuzzing ideas.

    Rust
    在 GitHub 上查看↗173
  • cloud-hypervisor/cloud-hypervisorcloud-hypervisor 的头像

    cloud-hypervisor/cloud-hypervisor

    5,285在 GitHub 上查看↗

    Cloud Hypervisor is a Rust-based hypervisor and KVM virtual machine monitor designed to execute 64-bit guest operating systems. It functions as a user-space virtual machine manager that employs a minimal emulation layer to reduce memory overhead and latency for cloud workloads. The project distinguishes itself through the use of a memory-safe language to implement a virtio device emulator and a user-space device model. It provides a standardized web API for managing virtual machine lifecycles and resource configurations. The platform covers broad virtualization capabilities, including the em

    Rustcloud-workloadskvmrust-vmm
    在 GitHub 上查看↗5,285
  • cyberus-technology/hedroncyberus-technology 的头像

    cyberus-technology/hedron

    83在 GitHub 上查看↗

    The Hedron hypervisor combines microkernel and hypervisor functionality and provides an extremely small trusted computing base for user applications and virtual machines running on top of it. The hypervisor implements a capability-based authorization model and provides basic mechanisms for…

    C++
    在 GitHub 上查看↗83
  • darthton/hyperboneD

    DarthTon/HyperBone

    0在 GitHub 上查看↗

    HyperBone

    在 GitHub 上查看↗0
  • dgreid/crosvmdgreid 的头像

    dgreid/crosvm

    55在 GitHub 上查看↗

    The ChromeOS Virtual Machine Monitor

    Rust
    在 GitHub 上查看↗55
  • firecracker-microvm/firecrackerfirecracker-microvm 的头像

    firecracker-microvm/firecracker

    34,954在 GitHub 上查看↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    在 GitHub 上查看↗34,954
  • gamozolabs/applepiegamozolabs 的头像

    gamozolabs/applepie

    382在 GitHub 上查看↗

    Hello! Welcome to applepie! This is a tool designed for fuzzing, introspection, and finding bugs! This is a hypervisor using the Windows Hypervisor Platform API present in recent versions of Windows (specifically this was developed and tested on Windows 10 17763). Bochs is used for providing…

    C++
    在 GitHub 上查看↗382
  • gbps/gbhvGbps 的头像

    Gbps/gbhv

    966在 GitHub 上查看↗

    Simple x86-64 VT-x Hypervisor with EPT Hooking

    C
    在 GitHub 上查看↗966
  • giantvm/homepageGiantVM 的头像

    GiantVM/homepage

    31在 GitHub 上查看↗
    PostScript
    在 GitHub 上查看↗31
  • google/gvisorgoogle 的头像

    google/gvisor

    17,748在 GitHub 上查看↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Gocontainersdockerkernel
    在 GitHub 上查看↗17,748
  • iankronquist/rustyvisoriankronquist 的头像

    iankronquist/rustyvisor

    133在 GitHub 上查看↗

    A hypervisor written in Rust.

    Rust
    在 GitHub 上查看↗133
  • igorkorkin/memoryrangerIgorKorkin 的头像

    IgorKorkin/MemoryRanger

    244在 GitHub 上查看↗

    `diff @@ All the updates will be soon @@ `

    C++
    在 GitHub 上查看↗244
  • intel/haxmintel 的头像

    intel/haxm

    3,309在 GitHub 上查看↗

    HAXM is a cross-platform hardware-assisted virtualization engine (hypervisor), widely used as an accelerator for Android Emulatorandroid-studio and QEMUqemu. It has always supported running on Windows and macOS, and has been ported to other host operating systems as well, such as Linux…

    C
    在 GitHub 上查看↗3,309
  • intel/nemuI

    intel/nemu

    0在 GitHub 上查看↗

    NEMU, a cloud hypervisor Rationale QEMU base NEMU Requirements High Level Architectures Guest OS Guest Platforms Host Platforms Firmware and boot Boot methods Memory Devices - Models - Block Guest Image Formats Migration Monitoring To be discussed

    在 GitHub 上查看↗0
  • intel/vbhintel 的头像

    intel/vbh

    94在 GitHub 上查看↗
    C
    在 GitHub 上查看↗94
  • ionescu007/simplevisorionescu007 的头像

    ionescu007/SimpleVisor

    1,962在 GitHub 上查看↗

    SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.

    C
    在 GitHub 上查看↗1,962
  • jakogut/tinyvmjakogut 的头像

    jakogut/tinyvm

    3,321在 GitHub 上查看↗

    TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

    C
    在 GitHub 上查看↗3,321
  • kelvinhack/khypervisorK

    Kelvinhack/kHypervisor

    0在 GitHub 上查看↗

    kHypervisor is an Open Source light-weighted Hypervisor that's capable for nested virtualization in Windows x64 platform, as an extended work of HyperPlatform

    在 GitHub 上查看↗0
  • mythril-hypervisor/mythrilmythril-hypervisor 的头像

    mythril-hypervisor/mythril

    55在 GitHub 上查看↗

    A rust-based hypervisor currently requiring multiboot2 boot (e.g. grub), and VT-x/EPT.

    Rust
    在 GitHub 上查看↗55
  • napocahv/napocaN

    napocahv/napoca

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • rohaaan/hypervisor-for-beginnersrohaaan 的头像

    rohaaan/hypervisor-for-beginners

    184在 GitHub 上查看↗

    For the beginner aspiring to write a simple hypervisor.

    C
    在 GitHub 上查看↗184
  • rust-vmm/communityrust-vmm 的头像

    rust-vmm/community

    598在 GitHub 上查看↗

    This repository provides an overview of the rust-vmm project, its crates, guiding principles, and the development model.

    在 GitHub 上查看↗598
  • siemens/jailhousesiemens 的头像

    siemens/jailhouse

    1,935在 GitHub 上查看↗

    Linux-based partitioning hypervisor

    Chypervisorlinuxreal-time
    在 GitHub 上查看↗1,935