Yeast
Turn a folder into real VMs.
Linux-first local VM orchestration for QEMU/KVM. One YAML file. One command. Real machines.
Install
$ curl -fsSL https://raw.githubusercontent.com/Twarga/yeast/main/install.sh | bash
Quickstart
$ mkdir my-lab && cd my-lab $ yeast init $ yeast pull ubuntu-24.04 $ yeast up $ yeast ssh web
Why Yeast
- YAML-driven infrastructure. No GUI, no clicks.
- cloud-init and post-boot provisioning built in.
- Stopped-VM snapshots for safe lab reset.
- Private lab networking for multi-VM environments.
- Stable JSON and event streams for automation.