{"id":33057183,"url":"https://github.com/faugus/faugus-launcher","last_synced_at":"2026-05-24T00:03:16.960Z","repository":{"id":242606777,"uuid":"810020712","full_name":"Faugus/faugus-launcher","owner":"Faugus","description":"A simple and lightweight app for running Windows games using UMU-Launcher","archived":false,"fork":false,"pushed_at":"2026-05-17T19:00:35.000Z","size":20201,"stargazers_count":1737,"open_issues_count":5,"forks_count":66,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-05-17T20:53:23.293Z","etag":null,"topics":["games","linux","proton"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Faugus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-03T22:39:52.000Z","updated_at":"2026-05-17T20:28:14.000Z","dependencies_parsed_at":"2026-04-30T13:01:02.365Z","dependency_job_id":null,"html_url":"https://github.com/Faugus/faugus-launcher","commit_stats":null,"previous_names":["faugus/faugus-launcher"],"tags_count":145,"template":false,"template_full_name":null,"purl":"pkg:github/Faugus/faugus-launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faugus%2Ffaugus-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faugus%2Ffaugus-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faugus%2Ffaugus-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faugus%2Ffaugus-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Faugus","download_url":"https://codeload.github.com/Faugus/faugus-launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Faugus%2Ffaugus-launcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33416316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["games","linux","proton"],"created_at":"2025-11-14T04:02:38.999Z","updated_at":"2026-05-24T00:03:16.955Z","avatar_url":"https://github.com/Faugus.png","language":"Python","funding_links":["https://ko-fi.com/K3K210EMDU'","https://www.paypal.com/donate/?business=57PP9DVD3VWAN\u0026no_recurring=0\u0026currency_code=USD'"],"categories":[],"sub_categories":[],"readme":"# Faugus Launcher\nA simple and lightweight app for running Windows games using [UMU-Launcher](https://github.com/Open-Wine-Components/umu-launcher)\n\n### Support the project\n\u003ca href='https://ko-fi.com/K3K210EMDU' target='_blank'\u003e\u003cimg src=https://github.com/Faugus/faugus-launcher/blob/main/assets/ko-fi.png width=\"155\" height=\"35\"/\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n\u003ca href='https://www.paypal.com/donate/?business=57PP9DVD3VWAN\u0026no_recurring=0\u0026currency_code=USD' target='_blank'\u003e\u003cimg src=https://github.com/Faugus/faugus-launcher/blob/main/assets/paypal.png width=\"155\" height=\"35\"/\u003e\u003c/a\u003e\n\n# Installation\n## Arch-based distributions (AUR)\n```\nyay -S --noconfirm faugus-launcher\n```\n\n## Fedora / Nobara (Copr)\n```\nsudo dnf -y copr enable faugus/faugus-launcher\nsudo dnf -y install faugus-launcher\n```\n\n## Bazzite (Copr)\n```\nsudo dnf5 -y copr enable faugus/faugus-launcher\nsudo rpm-ostree -y install faugus-launcher\n```\nRestart your system.\n\n## Debian-based distributions\n### PPA (Ubuntu, Mint, KDE Neon...)\n```\nsudo dpkg --add-architecture i386\nsudo add-apt-repository -y ppa:faugus/faugus-launcher\nsudo apt update\nsudo apt install -y faugus-launcher\n```\n### .deb package\n```\nsudo dpkg --add-architecture i386\nsudo apt update\nsudo apt install -y wget\nmkdir -p ~/faugus-launcher\nwget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.20.1/faugus-launcher_1.20.1-1_all.deb\nsudo apt install -y ~/faugus-launcher/*.deb\nsudo rm -r ~/faugus-launcher\n```\n\n## [Flatpak](https://flathub.org/apps/io.github.Faugus.faugus-launcher)\n### Installation:\n```\nflatpak install flathub io.github.Faugus.faugus-launcher\n```\n### Running:\n```\nflatpak run io.github.Faugus.faugus-launcher\n```\n### MangoHud installation:\n```\nflatpak install org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/25.08\n```\n### Important permissions:\n```\n# Allow Faugus Launcher to detect Steam users and games\nsudo flatpak override io.github.Faugus.faugus-launcher --filesystem=~/.var/app/com.valvesoftware.Steam/\nsudo flatpak override io.github.Faugus.faugus-launcher --talk-name=org.freedesktop.Flatpak\n\n# Allow Steam to run Faugus Launcher shortcuts\nsudo flatpak override com.valvesoftware.Steam --talk-name=org.freedesktop.Flatpak\n\n# Allow Steam to see Faugus Launcher games icons\nsudo flatpak override com.valvesoftware.Steam --filesystem=~/.var/app/io.github.Faugus.faugus-launcher/config/faugus-launcher/\nsudo flatpak override com.valvesoftware.Steam --filesystem=~/.config/faugus-launcher/\n```\n### Known issues:\n- The 'stop' button won't close games/apps\n- Gamescope doesn't work\n- It may not use the system theme in some DEs\n\n## Build from source\n```\nmeson setup builddir --prefix=/usr\ncd builddir\nninja\nsudo ninja install\n```\n### Dependencies:\n```\nmeson ninja pygobject requests pillow vdf psutil pygame imagemagick icoextract libayatana-appindicator libcanberra vulkan-tools\n```\n\n# Usage\n[![YouTube](http://i.ytimg.com/vi/Ay6C2f55Pc8/hqdefault.jpg)](https://www.youtube.com/watch?v=Ay6C2f55Pc8)\n\n# Information\n### Default prefixes location\n```\n~/Faugus/\n```\n\n### Runners location\n```\n~/.local/share/Steam/compatibilitytools.d/\n```\n\n### Shortcut locations\nFor Desktop Environments that support icons on the Desktop\n```\n~/Desktop/\n```\nFor Application Launchers\n```\n~/.local/share/applications/\n```\n\n### Gamepad mapping\n| Action        | Playstation | Xbox     |\n|---------------|-------------|----------|\n| Confirm       | Cross       | A        |\n| Cancel        | Circle      | B        |\n| Game menu     | Triangle    | Y        |\n| Kill          | Square      | X        |\n| Add game/app  | L1          | LB       |\n| Settings      | R1          | RB       |\n| Power options | Options     | Menu     |\n\n# Screenshots\n### Main window\n\u003cimg src=screenshots/main-list.png/\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=screenshots/main-blocks.png/\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=screenshots/main-banners.png/\u003e\u003cbr\u003e\n### Add/Edit game\n\u003cimg src=screenshots/add-main.png/\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003cimg src=screenshots/add-tools.png/\u003e\u003cbr\u003e\n### Settings\n\u003cimg src=screenshots/settings.png/\u003e\u003cbr\u003e\n### Proton Manager\n\u003cimg src=screenshots/proton-manager.png/\u003e\u003cbr\u003e\n### Create shortcut from .exe file\n\u003cimg src=screenshots/shortcut-file.png/\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaugus%2Ffaugus-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaugus%2Ffaugus-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaugus%2Ffaugus-launcher/lists"}