awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to kelvinhack/khypervisor

Open-source alternatives to KHypervisor

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

  • airbus-seclab/ramooflaxAvatar von airbus-seclab

    airbus-seclab/ramooflax

    185Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗185
  • asamy/ksmAvatar von asamy

    asamy/ksm

    863Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗863
  • bareflank/boxyAvatar von Bareflank

    Bareflank/boxy

    63Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗63
  • bareflank/hypervisorAvatar von Bareflank

    Bareflank/hypervisor

    1,497Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗1,497
  • bareflank/microvAvatar von Bareflank

    Bareflank/MicroV

    281Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗281

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • changeofpace/viviennevmmAvatar von changeofpace

    changeofpace/VivienneVMM

    827Auf GitHub ansehen↗

    VivienneVMM

    C++
    Auf GitHub ansehen↗827
  • chillancezen/zelda.riscv.emulatorAvatar von chillancezen

    chillancezen/Zelda.RISCV.Emulator

    30Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗30
  • cisco-talos/barbervisorAvatar von Cisco-Talos

    Cisco-Talos/Barbervisor

    173Auf GitHub ansehen↗

    Intel x86 bare metal hypervisor for researching snapshot fuzzing ideas.

    Rust
    Auf GitHub ansehen↗173
  • cloud-hypervisor/cloud-hypervisorAvatar von cloud-hypervisor

    cloud-hypervisor/cloud-hypervisor

    5,285Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,285
  • cyberus-technology/hedronAvatar von cyberus-technology

    cyberus-technology/hedron

    83Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗83
  • darthton/hyperboneD

    DarthTon/HyperBone

    0Auf GitHub ansehen↗

    HyperBone

    Auf GitHub ansehen↗0
  • dgreid/crosvmAvatar von dgreid

    dgreid/crosvm

    55Auf GitHub ansehen↗

    The ChromeOS Virtual Machine Monitor

    Rust
    Auf GitHub ansehen↗55
  • firecracker-microvm/firecrackerAvatar von firecracker-microvm

    firecracker-microvm/firecracker

    34,954Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗34,954
  • gamozolabs/applepieAvatar von gamozolabs

    gamozolabs/applepie

    382Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗382
  • gbps/gbhvAvatar von Gbps

    Gbps/gbhv

    966Auf GitHub ansehen↗

    Simple x86-64 VT-x Hypervisor with EPT Hooking

    C
    Auf GitHub ansehen↗966
  • giantvm/homepageAvatar von GiantVM

    GiantVM/homepage

    31Auf GitHub ansehen↗
    PostScript
    Auf GitHub ansehen↗31
  • google/gvisorAvatar von google

    google/gvisor

    17,748Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,748
  • hermitcore/uhyveAvatar von hermitcore

    hermitcore/uhyve

    293Auf GitHub ansehen↗

    Uhyve is a minimal, special-purpose hypervisor for the Hermit kernel.

    Rust
    Auf GitHub ansehen↗293
  • iankronquist/rustyvisorAvatar von iankronquist

    iankronquist/rustyvisor

    133Auf GitHub ansehen↗

    A hypervisor written in Rust.

    Rust
    Auf GitHub ansehen↗133
  • igorkorkin/memoryrangerAvatar von IgorKorkin

    IgorKorkin/MemoryRanger

    244Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗244
  • intel/haxmAvatar von intel

    intel/haxm

    3,309Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,309
  • intel/nemuI

    intel/nemu

    0Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗0
  • intel/vbhAvatar von intel

    intel/vbh

    94Auf GitHub ansehen↗
    C
    Auf GitHub ansehen↗94
  • ionescu007/simplevisorAvatar von ionescu007

    ionescu007/SimpleVisor

    1,962Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,962
  • jakogut/tinyvmAvatar von jakogut

    jakogut/tinyvm

    3,321Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗3,321
  • mythril-hypervisor/mythrilAvatar von mythril-hypervisor

    mythril-hypervisor/mythril

    55Auf GitHub ansehen↗

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

    Rust
    Auf GitHub ansehen↗55
  • napocahv/napocaN

    napocahv/napoca

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • rohaaan/hypervisor-for-beginnersAvatar von rohaaan

    rohaaan/hypervisor-for-beginners

    184Auf GitHub ansehen↗

    For the beginner aspiring to write a simple hypervisor.

    C
    Auf GitHub ansehen↗184
  • rust-vmm/communityAvatar von rust-vmm

    rust-vmm/community

    598Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗598
  • siemens/jailhouseAvatar von siemens

    siemens/jailhouse

    1,935Auf GitHub ansehen↗

    Linux-based partitioning hypervisor

    Chypervisorlinuxreal-time
    Auf GitHub ansehen↗1,935