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.2.0-rc1
Nov 21st 2023
signature — changes - 8.1.3
Nov 21st 2023
signature — changes - 8.0.5
Sep 21st 2023
signature — changes - 7.2.7
Nov 21st 2023
signature — changes
or stay on the bleeding edge with the git repository!
Build instructions
To download and build QEMU 8.2.0-rc1:
wget https://download.qemu.org/qemu-8.2.0-rc1.tar.xz tar xvJf qemu-8.2.0-rc1.tar.xz cd qemu-8.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 Roth
uid [ 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.