Heroic is an Open Source Game Launcher for Linux, Windows and macOS.
Right now it supports launching games from the Epic Games Store using Legendary, GOG Games using our custom implementation with gogdl and Amazon Games using Nile.
Heroic is built with Web Technologies:
Expand
Thanks to the community, Heroic was translated to almost 40 different languages so far:
Heroic is available on Flathub, so you should be able to easily install it on most distros with Software Centers (Pop!_Shop, Discover, etc.)
If you're not using the Flatpak version, keep GE-Proton as your Wine runner. With umu enabled by default, no additional Wine dependencies are required.
Download the file ending in .deb from the latest release.
Double-click it to open it up in your Software Manager, or run sudo dpkg -i Heroic*amd64.deb to install it directly.
We currently only support one AUR package: heroic-games-launcher-bin. Although you might find other packages there, do not ask support for them on this GitHub or on our Discord, ask their maintainers directly.
Please see the Arch Wiki on how to install them
You can download the file ending in .rpm from the latest release and install it with sudo dnf install ./heroic-*.x86_64.rpm.
Alternatively, you can use the Flatpak package.
Two community-maintained versions are available in nixpkgs, named heroic (with an FHS environment) and heroic-unwrapped (without FHS).
nix-shell -p heroic```nixos # /etc/nixos/configuration.nix { config, pkgs, ... }:
{ users.users.example = { isNormalUser = true; description = "Example user"; packages = with pkgs; [ heroic ]; }; } ```
Since these two distribution formats don't have a form of dependency management, make sure the curl command is available. You might run into weird issues if it's not.
chmod +x Heroic*.AppImage)./Heroic*.AppImage)heroic file in the folder you extracted it to (double-click in most file managers, or run ./heroic)If you use WinGet (installed by default on Windows 11 and modern versions of 10), you can run winget install Heroic in a terminal to install Heroic.
Download the Heroic Installer (Heroic-x.x.x-Setup.exe) or the portable version (Heroic-x.x.x-Portable.exe) from the latest release. Run the executable you downloaded to install/run Heroic.
The Setup will create shortcuts to Heroic on your Desktop and in your Start Menu.
If you use Homebrew, you can run brew install --cask --no-quarantine heroic to install Heroic.
Otherwise, download the file ending in .dmg from the latest release, double-click it to mount it, and drag the "Heroic" application into the "Applications" folder.
This part will walk you through setting up a development environment so you can build Heroic binaries yourself or make changes to the code.
@pnpm/exe)
to build packagesbash
git clone https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher.git --recurse-submodules
cd HeroicGamesLauncher
pnpm installpnpm download-helper-binariesRun the appropriate command for your OS:
bash
pnpm dist:linux # Optionally specify a package to create (eg: deb, pacman, tar.xz, rpm, AppImage); default: AppImage
bash
pnpm dist:win
bash
pnpm dist:macInstead of using the above commands to build Heroic, you can also use the Tasks in VSCode to build. To do that, open up the command palette (Ctrl + P), type in "task" and press Space. You will then see 3 build tasks, "Build for Linux", "Build for Windows", and "Build for MacOS". Click the one you want to run.
If you want to quickly test a change, or you're implementing features that require a lot of restarts, you can use Vite's development server to speed up the process:
Go to the "Run and Debug" tab of VSCode and start the "Launch Heroic (HMR & HR)" task (alternatively, if you're not using VSCode or just prefer the terminal, run pnpm start). Heroic will start up after a short while, and once you make any change to the code, it'll reload/restart.
After cloning the repository, Nix users can use nix-shell to make Node.JS/pnpm available and automatically run installation step 3 and 4. See shell.nix for more information.
Thanks Weblate for hosting our translations

Thanks Signpath for providing free signing of Windows binaries
Expand
![image](https://github.com/Heroic-Games-Launcher/HeroicG
$ claude mcp add HeroicGamesLauncher \
-- python -m otcore.mcp_server <graph>