Made with ๐ for
Can be used together with quickemu
๐ฆ dh GUI and TUI using yad
๐๏ธ quickfzf TUI using fzf
๐ฒ quicktui TUI using gum (๐ง usable but under heavy development)
๐ qrun TUI using gum
๐ฆ q TUI using gum
and
Enjoyโฆ
Everything could work
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.