Skip to content
/ aqemu Public

AQEMU - Cross-platform GUI virtual machine manager using QEMU as backend. Support Linux/BSD/Windows 8/10/11

License

Notifications You must be signed in to change notification settings

AQEMU/aqemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76920e5 · Mar 11, 2025
Mar 6, 2024
Feb 19, 2024
Aug 24, 2024
Sep 20, 2024
Mar 5, 2024
May 6, 2016
May 2, 2020
Mar 28, 2024
Aug 21, 2024
Sep 28, 2016
Mar 11, 2025
May 6, 2016
Aug 21, 2024

Repository files navigation

AQEMU

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

Alternative:

  • Red Hat Virtual Machine Manager (GNU/GPL 3 license)
  • Oracle VirtualBox (proprietary license)
  • Broadcom VMware (proprietary license)

Prepare packages

Debian/Ubuntu:

sudo apt-get install cmake meson pkg-config qmake6 libqt6qml6 libqt6qmlcore6 libqt6quickcontrols2-6 libqt6core6 libqt6network6 libqt6gui6 libqt6test6 libqt6widgets6 libqt6printsupport6 libqt6dbus6
sudo apt-get install qml-qt6 libqt6qmlcompiler6 qml6-module-qtqml qt6-base-dev qml6-module-qtcore qml6-module-qtquick-controls qml6-module-qttest qt6-declarative-dev libvncclient1 libvncserver-dev qt6-webengine-dev-tools qt6-tools-dev-tools

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

Authors

  • Andrey Rijov <ANDronR@gmail.com> ( Original Author, Developer, Author )
  • Tobias Gläßer ( Maintainer, Developer, from version 0.9.0 and up )

About

AQEMU - Cross-platform GUI virtual machine manager using QEMU as backend. Support Linux/BSD/Windows 8/10/11

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages