Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quickemu-project/quickemu
Quickly create and run optimised Windows, macOS and Linux virtual machines
https://github.com/quickemu-project/quickemu
9p efi hackintosh hacktoberfest kvm linux macos qemu spice tpm virgl virglrenderer virtio virtualization windows
Last synced: 3 days ago
JSON representation
Quickly create and run optimised Windows, macOS and Linux virtual machines
- Host: GitHub
- URL: https://github.com/quickemu-project/quickemu
- Owner: quickemu-project
- License: mit
- Created: 2020-03-15T23:11:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:01:33.000Z (about 1 month ago)
- Last Synced: 2024-10-29T12:43:35.451Z (about 1 month ago)
- Topics: 9p, efi, hackintosh, hacktoberfest, kvm, linux, macos, qemu, spice, tpm, virgl, virglrenderer, virtio, virtualization, windows
- Language: Shell
- Homepage:
- Size: 2.08 MB
- Stars: 10,722
- Watchers: 79
- Forks: 470
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - project/quickemu)) - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines. (Applications / Security)
- my-awesome-github-stars - quickemu-project/quickemu - Quickly create and run optimised Windows, macOS and Linux virtual machines (Shell)
- Awesome-Linux-Software - ![Open-Source Software - project/quickemu) - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines. (Applications / Security)
- jimsghstars - quickemu-project/quickemu - Quickly create and run optimised Windows, macOS and Linux virtual machines (Shell)
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](https://www.qemu.org/) 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](https://github.com/quickemu-project/quickemu/wiki/02-Create-Linux-virtual-machines)
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](https://github.com/quickemu-project/quickemu/wiki/03-Create-macOS-virtual-machines),
[Windows](https://github.com/quickemu-project/quickemu/wiki/04-Create-Windows-virtual-machines)**, 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** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
- **Windows** 10 and 11 including TPM 2.0
- **Windows Server** 2022 2019 2016
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
flavours](https://ubuntu.com/download/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](https://wiki.qemu.org/Features/GuestAgent); 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## As featured on [Linux Matters](https://linuxmatters.sh) podcast!
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](https://linuxmatters.sh/30).
# Quick start
[Once Quickemu is installed](https://github.com/quickemu-project/quickemu/wiki/01-Installation), 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.
``` shell
quickget nixos unstable minimal
```- `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.
- [**Installation**](https://github.com/quickemu-project/quickemu/wiki/01-Installation) 💾
- [**Create Linux virtual machines**](https://github.com/quickemu-project/quickemu/wiki/02-Create-Linux-virtual-machines) 🐧
- [**Create macOS virtual machines**](https://github.com/quickemu-project/quickemu/wiki/03-Create-macOS-virtual-machines) 🍏
- [**Create Windows virtual machines**](https://github.com/quickemu-project/quickemu/wiki/04-Create-Windows-virtual-machines) 🪟
- [**Advanced quickemu configuration**](https://github.com/quickemu-project/quickemu/wiki/05-Advanced-quickemu-configuration) 🔧
- [**Advanced quickget features**](https://github.com/quickemu-project/quickemu/wiki/06-Advanced-quickget-features) 🤓
- [**Alternative frontends**](https://github.com/quickemu-project/quickemu/wiki/07-Alternative-frontends) 🧑💻
- [**References**](https://github.com/quickemu-project/quickemu/wiki/08-References) 📚️