Source code
Grab the source code for the latest releases and compile it yourself! Detailed compilation instructions can be found in the wiki for Linux, Win32 and macOS.
- 8.0.2
May 30th 2023
signature — changes - 7.2.3
May 29th 2023
signature — changes - 7.1.0
Aug 30th 2022
signature — changes
or stay on the bleeding edge with the git repository!
Build instructions
To download and build QEMU 8.0.2:
wget https://download.qemu.org/qemu-8.0.2.tar.xz tar xvJf qemu-8.0.2.tar.xz cd qemu-8.0.2 ./configure make
Source tarballs for official QEMU releases are signed by the release manager using this GPG public key.
pub rsa2048 2013-10-18 [SC] CEACC9E15534EBABB82D3FA03353C9CEF108B584 uid [ unknown] Michael Rothuid [ unknown] Michael Roth uid [ unknown] Michael Roth sub rsa2048 2013-10-18 [E]
To download and build QEMU from git:
git clone https://gitlab.com/qemu-project/qemu.git cd qemu git submodule init git submodule update --recursive ./configure make
The latest development happens on the master branch. The stable trees are located in branches named stable-X.YY branch, where X.YY is the release version.