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.
- 9.2.0-rc1
Nov 20th 2024
signature — changes - 9.1.2
Nov 20th 2024
signature — changes - 9.0.4
Nov 20th 2024
signature — changes - 8.2.8
Nov 20th 2024
signature — changes - 7.2.15
Nov 20th 2024
signature — changes
or stay on the bleeding edge with the git repository!
Build instructions
To download and build QEMU 9.2.0-rc1:
wget https://download.qemu.org/qemu-9.2.0-rc1.tar.xz tar xvJf qemu-9.2.0-rc1.tar.xz cd qemu-9.2.0-rc1 ./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 ./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.