AQEMU / aqemu

AQEMU - Cross-platform GUI virtual machine manager using QEMU as backend. Support Linux/BSD/Windows 8/10/11
GNU General Public License v3.0
10 stars 3 forks source link
frontend qemu qemu-gui qemu-kvm qt qt6 qt6-gui virtual-machine virtualization

QEMU frontend

AQEMU

AQEMU - fully 100% opensource cross-platform QEMU virtualization frontend without bloatware and proprietary features.

Alternative:

Building on CMake (GNU/Linux and BSD)

mkdir build
cd build
cmake ..
make -j$(nproc --all)
./aqemu

Building on Meson

meson build
cd build
ninja
./aqemu