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