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 π€
quickget
automatically downloads the upstream OS and creates the configuration πquickemu
enumerates your hardware and launches the virtual machine with the optimum configuration best suited to your computer β‘οΈThe original objective of the project was to enable quick testing of Linux distributions where the virtual machines and their configuration can be stored anywhere (such as external USB storage or your home directory) and no elevated permissions are required to run the virtual machines.
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.
smbd
is installed on the host)The presenters of Linux Matters π§ποΈ are the creators of each of the principle Quickemu projects. We discussed Quickemu's 2024 reboot in Episode 30 - Quickemu Rising From the Bashes.
Once Quickemu is installed, there are two simple steps to create and run a virtual machine:
quickget
automatically downloads the ISO image for the operating system you want to run and creates a configuration file for the virtual machine.quickget nixos unstable minimal
quickemu
starts the virtual machine using the configuration file created by quickget
.quickemu --vm nixos-unstable-minimal.conf
Execute quickget
(with no arguments) to see a list of all the supported operating systems.
The wiki describes how to get up and running with Quickemu and also covers more advanced configuration and usage.