2025-08-07 13:58:21 -03:00
2025-08-06 22:54:49 -03:00
2025-08-07 10:59:18 +02:00
2025-07-31 14:54:10 -03:00
2025-08-05 23:53:09 -03:00
2024-07-22 10:49:08 -03:00
2025-06-26 19:59:54 -03:00
2025-08-06 22:54:49 -03:00
2025-08-07 13:58:21 -03:00

Faugus Launcher

A simple and lightweight app for running Windows games using UMU-Launcher

Support the project

  

Installation

Arch-based distributions (AUR)

yay -S --noconfirm faugus-launcher

Fedora / Nobara (Copr)

sudo dnf -y copr enable faugus/faugus-launcher
sudo dnf -y install faugus-launcher

Bazzite (Copr)

sudo dnf5 -y copr enable faugus/faugus-launcher
sudo rpm-ostree -y install faugus-launcher

Restart your system.

Debian-based distributions

PPA (Ubuntu, Mint, KDE Neon...)

sudo dpkg --add-architecture i386
sudo add-apt-repository -y ppa:faugus/faugus-launcher
sudo apt update
sudo apt install -y faugus-launcher

.deb package

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y wget
mkdir -p ~/faugus-launcher
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.9.1/faugus-launcher_1.9.1-2_all.deb
sudo apt install -y ~/faugus-launcher/*.deb
sudo rm -r ~/faugus-launcher

openSUSE (Packaged by ToRRent1812)

Tumbleweed:

sudo zypper addrepo https://download.opensuse.org/repositories/home:/Rabbit95/openSUSE_Tumbleweed/ home:Rabbit95
sudo zypper --gpg-auto-import-keys install -y faugus-launcher

Slowroll:

sudo zypper addrepo https://download.opensuse.org/repositories/home:/Rabbit95/openSUSE_Slowroll/ home:Rabbit95
sudo zypper --gpg-auto-import-keys install -y faugus-launcher

Flatpak

Installation:

flatpak install flathub io.github.Faugus.faugus-launcher

Running:

flatpak run io.github.Faugus.faugus-launcher

Steam Flatpak integration

Allow Faugus Launcher to detect Steam users:

flatpak --user override io.github.Faugus.faugus-launcher --filesystem=~/.var/app/com.valvesoftware.Steam/.steam/steam/userdata/

Allow Steam to run Faugus Launcher's shortcuts:

flatpak --user override com.valvesoftware.Steam --talk-name=org.freedesktop.Flatpak

Allow Steam to see the game's icon:

flatpak --user override com.valvesoftware.Steam --filesystem=~/.var/app/io.github.Faugus.faugus-launcher/config/faugus-launcher/

Known issues:

  • The 'stop' button won't close games/apps
  • Gamescope doesn't work
  • It may not use the system theme in some DEs

Build from source

meson setup builddir --prefix=/usr
cd builddir
ninja
sudo ninja install

Dependencies:

meson ninja pygobject requests pillow filelock vdf psutil umu-launcher imagemagick icoextract libayatana-appindicator

Usage

YouTube

Information

Default prefixes location

~/Faugus/

Runners location

~/.local/share/Steam/compatibilitytools.d/

If you want to use native builds like proton-cachyos or proton-ge-custom, please symlink them to the user folder.

ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos ~/.local/share/Steam/compatibilitytools.d/
ln -s /usr/share/steam/compatibilitytools.d/proton-ge-custom ~/.local/share/Steam/compatibilitytools.d/

Shortcut locations

For Desktop Environments that support icons on the Desktop

~/Desktop/

For Application Launchers

~/.local/share/applications/

Screenshots

Main window






Add/Edit game

      

Settings


Proton Manager


Create shortcut from .exe file


Description
No description provided
Readme 14 MiB
Languages
Python 99%
Meson 1%