Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
Go to file
2024-05-09 01:43:50 +01:00
.github docs: replace screenshot with asciinema 2024-05-08 15:04:35 +01:00
build-docs@bfd2e4ba57 chore: align sub-project 2024-05-05 09:36:41 +01:00
debian chore: remove wget 2024-05-02 17:08:51 +01:00
docs chore: drop macos high-sierra; recovery server is no longer available 2024-05-09 01:43:50 +01:00
.editorconfig
.envrc
.gitignore
.gitmodules
chunkcheck
devshell.nix chore: drop lsb_release from NIx devshell and package 2024-05-05 12:48:54 +01:00
flake.lock
flake.nix
LICENSE
package.nix chore: drop lsb_release from NIx devshell and package 2024-05-05 12:48:54 +01:00
quickemu chore: drop macos high-sierra; recovery server is no longer available 2024-05-09 01:43:50 +01:00
quickget chore: drop macos high-sierra; recovery server is no longer available 2024-05-09 01:43:50 +01:00
README.md chore: drop macos high-sierra; recovery server is no longer available 2024-05-09 01:43:50 +01:00
windowskey

Quickemu

Quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines:

Made with 💝 for Tux (Linux)

 Discord   Mastodon   Twitter   LinkedIn 

Introduction

Quickemu is a wrapper for the excellent QEMU that attempts to automatically "do the right thing", rather than expose exhaustive configuration options. You decide what operating system you want to run, and Quickemu will figure out the best way to do it for you.

The original objective of the project was to enable quick testing of Linux distributions where the virtual machine configurations 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.

Features

  • macOS Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
  • Windows 10 and 11 including TPM 2.0
  • Ubuntu and all the official Ubuntu flavours
  • 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 support; provides access to a system-level agent via standard QMP commands
  • Samba file sharing for Linux, macOS and Windows guests (if smbd is installed on the host)
  • 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
  • Graphical user interfaces available

Quick start

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
  • quickemu starts the virtual machine using the configuration file created by quickget.
quickemu --vm nixos-unstable.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.

Contributing

We welcome contributions to Quickemu.