Skip to content
@arceos-hypervisor

arceos-hypervisor

ArceOS-Hypervisor 👋

The unified modular hypervisor based on a modular unikernel, ArceOS

https://arceos-hypervisor.github.io/doc/

Welcome to join our Discussions.

Design Goal

This project originated from the discussion/13 of rCore-OS community.

In general, this project hopes to add virtualization support crates/modules based on ArceOS unikernel, and build a modular hypervisor that supports multiple architectures based on the basic OS functions provided by ArceOS unikernel.

We hope to make the hypervisor as modular as possible and minimize modifications to the arceos kernel code.

Components

ArceOS-hypervisor is mainly composed of the following independent components:

  • vmm-app: a user app of ArceOS, acts like a VMM (Virtual Machine Monitor)
  • axvm: responsible for resource management within each VM
  • axvcpu: providing virtual CPU management
  • axdevice: for emulated device management
  • axaddrspace: for address space management
  • x86_vcpu: basic virtualization support for x86_64 architecture
  • arm_vcpu: basic virtualization support for ARM (aarch64) architecture
  • riscv_vcpu: basic virtualization support for RISC-V architecture
  • axdevice_base: provides basic traits and structures for emulated devices
  • arm_vgic: virtual GIC implementation for ARM.

Pinned Loading

  1. arceos arceos Public

    Forked from arceos-org/arceos

    An experimental modular OS written in Rust.

    Rust 4 18

  2. axvisor axvisor Public

    Unified modular arceos-hypervisor

    Rust 25 43

Repositories

Showing 10 of 76 repositories
  • axvisor Public

    Unified modular arceos-hypervisor

    arceos-hypervisor/axvisor’s past year of commit activity
    Rust 25 Apache-2.0 43 32 7 Updated Nov 3, 2025
  • StarryOS Public Forked from Starry-OS/StarryOS
    arceos-hypervisor/StarryOS’s past year of commit activity
    Rust 1 18 6 0 Updated Oct 28, 2025
  • arceos-hypervisor/axplat-aarch64-dyn’s past year of commit activity
    Rust 0 MIT 1 0 0 Updated Oct 21, 2025
  • arceos Public Forked from arceos-org/arceos

    An experimental modular OS written in Rust.

    arceos-hypervisor/arceos’s past year of commit activity
    Rust 4 Apache-2.0 397 2 6 Updated Oct 21, 2025
  • axvisor-tools Public

    CLI & kernel module driver for axvisor

    arceos-hypervisor/axvisor-tools’s past year of commit activity
    Rust 0 2 0 0 Updated Oct 20, 2025
  • axvisor-guest Public

    AxVisor Guest Image Build Scripts and Pre-built Images

    arceos-hypervisor/axvisor-guest’s past year of commit activity
    Shell 0 MIT 0 0 0 Updated Oct 17, 2025
  • github-runners Public

    This repository provides scripts for creating, managing, and registering GitHub self-hosted runners using Docker containers.

    arceos-hypervisor/github-runners’s past year of commit activity
    Shell 0 0 0 0 Updated Oct 17, 2025
  • axvm Public

    Virtual Machine resource management crate for ArceOS's hypervisor variant.

    arceos-hypervisor/axvm’s past year of commit activity
    Rust 2 Apache-2.0 14 0 4 Updated Oct 15, 2025
  • axvmconfig Public

    A simple VM configuration tool for ArceOS-Hypervisor.

    arceos-hypervisor/axvmconfig’s past year of commit activity
    Rust 1 Apache-2.0 5 0 3 Updated Oct 15, 2025
  • axvisorbook Public

    Axvisor Book

    arceos-hypervisor/axvisorbook’s past year of commit activity
    JavaScript 0 0 0 0 Updated Oct 10, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…