Skip to content

Installation

Ember requires a few system-level dependencies beyond the app itself. This guide covers everything needed to get up and running.

Terminal window
sudo apt update
sudo apt install xdg-utils ffmpeg xdotool wine
sudo usermod -aG input $USER
# Then install Dolphin (pick one):
flatpak install flathub org.DolphinEmu.dolphin-emu
# OR
sudo apt install dolphin-emu
Terminal window
sudo dnf install xdg-utils ffmpeg xdotool wine
sudo usermod -aG input $USER
# Then install Dolphin (pick one):
flatpak install flathub org.DolphinEmu.dolphin-emu
# OR
sudo dnf install dolphin-emu
Terminal window
sudo pacman -S xdg-utils ffmpeg xdotool wine
sudo usermod -aG input $USER
# Then install Dolphin (pick one):
flatpak install flathub org.DolphinEmu.dolphin-emu
# OR
sudo pacman -S dolphin-emu

Download the latest release for your platform from the Releases page.

FormatInstall method
.AppImageDownload, chmod +x, and run
.debsudo apt install ./ember-*.deb
.rpmsudo rpm -i ember-*.rpm
.tar.gzExtract and run the binary inside
Flatpakflatpak install --user ember.flatpak

These are only needed if you want Ember to auto-discover titles from the respective launcher.

LauncherInstall
SteamInstall from store.steampowered.com
Heroicflatpak install flathub com.heroicgameslauncher.hgl
Lutrissudo apt install lutris (Debian) / sudo dnf install lutris (Fedora) / sudo pacman -S lutris (Arch)