Your personal hypervisor appliance
A minimal Debian-based distro that turns bare metal into a VM orchestration platform with GPU passthrough, device handoff, and a fullscreen kiosk dashboard.
Download
Choose the download that fits your setup. All images are built on Debian 12 (Bookworm) stable.
Full installer image. Flash to USB and boot. Includes host agent, dashboard, and cage kiosk.
e3b0c44298fc1c149afb...
Minimal image that pulls packages during install. Requires wired internet connection.
a1b2c3d4e5f6a7b8c9...
Standalone agent binary for your VMs. Available for Linux and Windows guests.
What You Get
Create, run, and snapshot Linux and Windows VMs from a fullscreen kiosk dashboard.
Safe token-based GPU handoff between VMs. Clean shutdown, never hot-unplug.
USB, GPU, and PCI groups assigned to VMs with exclusive, hotplug, or cold-attach modes.
Isolated or LAN-visible VMs. Wi-Fi and Ethernet managed from the dashboard.
SMB, NFS, Google Drive, virtiofs. Transfer files between VMs with a drag-and-drop tray.
Cross-platform Go agent for clipboard sync, file transfer, and device release coordination.
Before You Install
Get Started
From USB to running VMs in minutes.
Write the ISO to a USB drive using your preferred tool.
dd if=governor-0.1.0-amd64.iso of=/dev/sdX bs=4M status=progress
Or use Rufus / balenaEtcher on Windows / macOS.
Boot from USB. The installer will set up Debian minimal, KVM, libvirt, and the Governor host agent automatically.
Enable VT-d / AMD-Vi and IOMMU in your BIOS before booting.
Governor boots into a fullscreen kiosk dashboard via cage (Wayland). The host agent starts automatically as a system service.
Use the dashboard to create a VM from a template, attach devices, configure networking, and start it up.
governorctl vm create --name dev-linux --template debian-12 --vcpu 4 --ram 8G
Install the guest agent inside each VM for clipboard sync, file transfer, and GPU release coordination.
# Linux
dpkg -i governor-guest-agent_0.1.0_amd64.deb
# Windows
governor-guest-agent-0.1.0-setup.exe
Preview
governor v0.1.0 — host agent running VMs ● dev-linux 4 vCPU · 8 GB · running ● win-gaming 8 vCPU · 16 GB · running · GPU: RTX 4070 ○ lab-docker 2 vCPU · 4 GB · stopped Devices GPU RTX 4070 Ti → win-gaming (exclusive) USB Xbox Controller → win-gaming (hotplug) USB YubiKey 5 → dev-linux (hotplug) Network NAT ● active 192.168.122.0/24 Bridge ● active eth0 · 10.0.0.0/24 │ GPU handoff ready · 3 guest agents connected
One system, many modes. Download Governor and turn your machine into a personal hypervisor.