Installing umu-launcher
On Linux, Spool launches Windows .exe games through Proton using
umu-launcher (umu-run).
It’s the one runtime dependency Spool doesn’t bundle — ludusavi and rclone ship
inside the app, but umu-launcher is a Python application that runs games inside
Valve’s Steam Linux Runtime container, so it’s installed from your distribution
instead.
Spool only needs umu-run on your PATH (or pointed at directly in
Settings → Compatibility → umu-run path). On first launch umu downloads the
Steam Runtime it needs into ~/.local/share/umu — this is normal and happens
once.
Settings → Compatibility runs a dependency check that tells you whether
umu-run was found and shows the right command for your distribution.
Per-distribution install
Section titled “Per-distribution install”Bazzite
Section titled “Bazzite”Nothing to do — Bazzite ships umu-run preinstalled. If the dependency
check still reports it missing, your install predates the package; update the
system (ujust update / rpm-ostree upgrade) and reboot.
Arch, CachyOS, Manjaro, EndeavourOS
Section titled “Arch, CachyOS, Manjaro, EndeavourOS”paru -S umu-launcher # or: yay -S umu-launcherIt’s in the multilib repository, so sudo pacman -S umu-launcher works too
once multilib is enabled.
Fedora / Nobara / RHEL
Section titled “Fedora / Nobara / RHEL”sudo dnf install umu-launcheropenSUSE
Section titled “openSUSE”sudo zypper install umu-launcherDebian / Ubuntu / Pop!_OS
Section titled “Debian / Ubuntu / Pop!_OS”umu-launcher isn’t in apt yet. Grab a build from the
releases page,
or use the home-directory build described under SteamOS below (it isn’t
SteamOS-specific).
SteamOS / Steam Deck
Section titled “SteamOS / Steam Deck”SteamOS does not ship umu-run by default, and the usual package-manager
route doesn’t apply: the system partition is read-only, pacman/AUR aren’t
available, and anything written into the system image is wiped on the next
SteamOS update.
Instead, build umu into your home directory, which is writable and survives system updates. Do this from Desktop Mode:
git clone https://github.com/Open-Wine-Components/umu-launchercd umu-launcher./configure.sh --user-installmakemake installThis installs umu-run under ~/.local/bin. Make sure that directory is on
your PATH:
echo $PATH | tr ':' '\n' | grep -q "$HOME/.local/bin" && echo "on PATH" || \ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bash_profileThen either restart Spool so it re-scans, or set the path explicitly in
Settings → Compatibility → umu-run path to ~/.local/bin/umu-run. The
dependency check should flip to found.
Verifying
Section titled “Verifying”Once installed, confirm umu-run is reachable:
umu-run --helpIn Spool, open Settings → Compatibility and use Rescan — umu-run
should show as found, with the path it resolved to.