Skip to content

Installing Pylux

Install directly from the Play Store:

Get it on Google Play

Works on phones, tablets, and Android TV devices.

Install from the App Store:

Download on the App Store

Install from the Mac App Store:

Download on the Mac App Store

Steam Deck

Flatpak is the recommended install for Steam Deck — it integrates with the Discover store and updates automatically.

Copying from and Pasting into Konsole Windows

You can copy from and paste into konsole windows with Ctrl+Shift+C (copy) and Ctrl+Shift+V (paste) instead of the normal Ctrl+C (copy) and Ctrl+V (paste) shortcuts.

  1. Open the Discover store

    Open Discover

  2. Search for Pylux in the search bar

  3. Click Install

  1. Run the following command in the konsole

    flatpak install -y io.github.ForWard_Technologies_LLC.Pylux
    

About the Pylux Flatpak

The Pylux flatpak is available on Flathub.

You can also build the flatpak yourself by following the instructions in Building the Flatpak Yourself.

  1. Download the AppImage

  2. Make it executable and run it:

    chmod +x pylux-latest.AppImage
    ./pylux-latest.AppImage
    

    Steam Deck / Steam

    Set APPIMAGE_EXTRACT_AND_RUN=1 if Steam misbehaves with the AppImage.

  1. Download the portable zip

  2. Unzip and run launch.sh (sets up bundled libs and OpenSSL fallback automatically)