# xvm **Repository Path**: metalab/xvm ## Basic Information - **Project Name**: xvm - **Description**: 全平台开源免费VMM - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XVM ## 介绍 XVM是一个全平台虚拟机管理器(cross-platform virtual machine manager)。 前期用python辅助架构设计和技术验证,之后用Flutter或Kivy框架(待定)开发App。 ## 各VMM支持的软硬件平台 ### Host平台 | | XVM | VMWare | PD | VirtualBox | UTM | Virt-manager | | :-----: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | | Windows | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | Linux | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | | macOS | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | | iOS | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | | Android | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | #### Guest平台 | | XVM | VMWare | PD | VirtualBox | UTM | Virt-manager | | :--------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | | 同构指令集 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | 异构/交叉 | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | | RTOS | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | | MCU | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |