Skip to main content
vee
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

desktop

Graphical Linux desktop with accelerated virtio-gpu (virgl). Boots a distro cloud image and cloud-init installs a minimal GNOME + Mesa GL/Vulkan stack with GDM autologin. Works on Apple Silicon (aarch64).

Create

vee create workstation --template desktop --distro fedora

Defaults

SettingValue
Memory8G
CPUs4
Disk20G qcow2 (COW overlay on cloud image)
NetworkUser-mode NAT
Displayvirtio-gpu (GL)
UEFIYes

Distros

--distro selects the base OS:

DistroNotes
fedoraDefault. @base-x + gnome-shell/gnome-session/nautilus/gnome-control-center + GDM, Wayland autologin
ubuntuubuntu-desktop-minimal + gdm3, Wayland autologin

Other distros are rejected.

GPU acceleration

The desktop renders through virtio-gpu-gl. On Linux hosts this uses the host GPU via virgl; on macOS it uses the Cocoa GL backend (see macOS host). A virgl-capable QEMU is required for hardware acceleration — otherwise rendering falls back to software (llvmpipe).