Skip to content

Running on Linux

Danger

WARNING: This setup is highly experimental and is potentially difficult, please contact us on discord

We have a native Linux version available, but it requires some special setup. Starting with version 2.6.0, we provide a flatpak package for easier installation, but it is still experimental and may not work on all distributions. If you encounter any issues, please contact us on discord.

Starting the application

  1. Ensure you have Flatpak installed on your system. You can check if Flatpak is installed by running:

    flatpak --version
    

If it is not installed, follow the instructions on the Flatpak website to install it.

  1. Download the flatpak file from out latest release at GitHub (or contact us on discord if it is not available).

  2. Open a terminal and navigate to the directory where you downloaded the flatpak file.

  3. Run the following command to install the flatpak package:

    flatpak install <path_to_flatpak_file>
    
  4. Once the installation is complete, you can start the application by running:

    flatpak run com.covasnext.ui
    
  5. The application should now start and you should see the main menu.

  6. Open the advanced settings tab and scroll to the Linux Settings section at the bottom.
  7. Configure the following settings:

        ED AppData Path: "/home/<username>/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/AppData/Local/Frontier Developments/Elite Dangerous/"
        ED Journal Path: "/home/<username>/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved Games/Frontier Developments/Elite Dangerous"
    
    Depending on your system, the paths may be different. The above paths are for a steam + proton installation of the game.

  8. In the General Settings tab, setup your input and output audio devices, it is recommended to use the virtual pulse devices.

  9. Follow the regular Getting Started guide to configure the rest of the application.
  10. Start the AI and it should now work 🤞 If you have any issues, please contact us on discord.