quickemu-project/quickemu
Quickly create and run optimised Windows, macOS and Linux virtual machines
About quickemu-project/quickemu
quickemu-project/quickemu is an open-source project on GitHub, mainly written in Shell. Quickly create and run optimised Windows, macOS and Linux virtual machines It currently holds 16,306 stars and 742 forks with 72 open issues, and was last pushed on 2026-09-14 (repository created 2020-03-15).
Project Overview
Git Homed tracks it on the Today's Trending board, currently at rank #72 with 39 new stars today.
GitHub Repository Details
README
Quickemu
Quickly create and run optimised Windows, macOS and Linux virtual machines:
Made with 💝 for
&
Introduction
Quickemu is a wrapper for the excellent QEMU that automatically "does the right thing" when creating virtual machines. No requirement for exhaustive configuration options. You decide what operating system you want to run and Quickemu takes care of the rest 🤖
quickgetautomatically downloads the upstream OS and creates the configuration 📀quickemuenumerates your hardware and launches the virtual machine with the optimum configuration best suited to your computer ⚡️
Today, Quickemu includes comprehensive support for macOS, Windows, most of the BSDs, novel non-Linux operating systems such as FreeDOS, Haiku, KolibriOS, OpenIndiana, ReactOS, and more.
Features
- Host support for Linux and macOS
- macOS Sequoia, Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
- Windows 10 and 11 including TPM 2.0
- Windows Server 2022 2019 2016
- ARM64 guest support for running aarch64 VMs (native on ARM hosts, emulated on x86_64)
- Ubuntu and all the official Ubuntu
- Nearly 1000 operating system editions are supported!
- Full SPICE support including host/guest clipboard sharing
- VirtIO-webdavd file sharing for Linux and Windows guests
- VirtIO-9p file sharing for Linux and macOS guests
- QEMU Guest Agent
- Samba file sharing for Linux, macOS and Windows guests (*if
smbd
- VirGL acceleration
- USB device pass-through
- Smartcard pass-through
- Automatic SSH port forwarding to guests
- Network port forwarding
- Full duplex audio
- Braille support
- EFI (with or without SecureBoot) and Legacy BIOS boot
As featured on Linux Matters podcast!
The presenters of Linux Matters 🐧🎙️ are the creators of each of the principal Quickemu projects. We discussed Quickemu's 2024 reboot in Episode 30 - Quickemu Rising From the Bashes.
Quick start
Once Quickemu is installed, there are two simple steps to create and run a virtual machine:
quickgetautomatically downloads the ISO image for the operating system you want to run and creates a configuration file for the virtual machine.
quickemu starts the virtual machine using the configuration file created by quickget.
shell
quickemu --vm nixos-unstable-minimal.conf
```
Execute quickget (with no arguments) to see a list of all the supported operating systems.
Demo
Documentation
The wiki describes how to get up and running with Quickemu and also covers more advanced configuration and usage.
