Downloads

Lutris is compatible with any up-to-date Linux system. It relies on Python 3 and GTK libraries and will run on any desktop environment. Packages are provided for current Linux distributions. In some cases, Lutris will be available without adding additional software sources but if that's not the case, follow the instructions specific to your distribution below.

Make sure to install Wine and drivers!
If you plan on playing games for Windows, to ensure a smooth experience, install a recent version of Wine on your system. This will provide all necessary dependency as Lutris cannot ship with every component in its runtime. When playing games lutris will use a custom version of Wine optimized for games.
This is not needed if running Lutris from Flatpak.

    • Pop!_OSPop!_OS

    Lutris is available on Pop!_OS through Pop!_Shop.

    • SteamOSSteamOS

    To install Lutris on the Steam Deck, switch to Desktop Mode, open the Discover store then search and install Lutris.
    To play games from the Steam Deck UI:
    Select "Create Steam shortcut" during the game installation or right-click on an existing game and choose "Create Steam shortcut".

    To play games using the controller:
    - Open Steam settings and in the Controller section open Desktop Configuration
    - Change the controller configuration to Disabled
    - Keep the Steam key pressed to control your mouse
    - The controller will now be accessible in desktop mode

    • FlatpakFlatpak

    Lutris is available in Flathub.
    flatpak install flathub net.lutris.Lutris

    • UbuntuUbuntu
    • Elementary OSElementary

    A deb package is available from the release page on Github: https://github.com/lutris/lutris/releases

    • DebianDebian

    Packages compatible with Debian are available on the openSUSE Build Service.
    You can add a repository using terminal to receive automatic updates:

    echo "deb https://download.opensuse.org/repositories/home:/strycore/Debian_11/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
    wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_11/Release.key -O- | sudo tee /etc/apt/trusted.gpg.d/lutris.asc
    sudo apt update
    sudo apt install lutris

    • FedoraFedora

    Lutris is available in the official repositories

    sudo dnf install lutris

    • openSUSEopenSUSE

    Packages for current versions of openSUSE are available from the openSUSE repositories via YaST or commandline

    sudo zypper in lutris

    • Arch LinuxArch Linux
    • ManjaroManjaro

    You can get Lutris from the Arch Community Repository. Updates on Manjaro are delayed.

    sudo pacman -S lutris

    • Clear LinuxClear Linux

    Lutris is available as a bundle.

    sudo swupd bundle-add lutris

    • MageiaMageia

    Lutris is available in Mageia App Db: https://madb.mageia.org/package/show/name/lutris

    • GentooGentoo

    Lutris is available in portage tree: https://packages.gentoo.org/packages/games-util/lutris

    • CentOSCentOS Stream
    • RHELRHEL

    For CentOS Stream and derivatives like RHEL 8,9 or Rocky Linux 8,9 the package is available in EPEL (Extra packages for Enterprise Linux)
    Note: Enable EPEL, you can follow these instructions for more information.

    • SlackwareSlackware

    A Slackbuild script is available at https://slackbuilds.org/apps/lutris/

    • Tarball packageTarball

    Lutris is available as a tar.xz package. You can run the project directly from the extracted archive but you might not have all features installed such as the browser integration or xboxdrv support. You'll need to make sure you have the necessary dependencies for Python 3 (PyGObject3 and PyYAML).
    Warning: Please do not use setup.py install to install Lutris. It does not fully install lutris, some aspects are handled by the distribution's package manager. Additionally, Python's setuptools do not allow to easily uninstall software installed in such a manner.

    • SourceSource

    Lutris is constantly evolving. If you want to try out the latest features or help with the development, you can get Lutris from Github: git clone https://github.com/lutris/lutris.git
    You do not need to install Lutris to run it, cd in the source folder and run ./bin/lutris -d
    Warning: If Lutris isn't installed from your package manager already, some features such as browser integration or xboxdrv support will be missing. We recommend you keep the latest release version installed, even if you plan on using the development branch.
    Please report all problems on the bugtracker

Icons by FatCow under CC-BY-3.0-US