Running on Linux
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. We will provide you with a download link in our discord server, and some instructions on how to get it running, here.
Starting the application
- Download the Linux version from the link we provide you in discord.
- Extract the downloaded file to a folder of your choice.
- Open a terminal and navigate to the folder where you extracted the files.
- Mark the required files as executable by running the following command:
chmod +x start.sh chmod +x AIGUI/AIGUI chmod +x Chat/Chat
- Start the application by running the following command:
bash ./start.sh
- The application should now start and you should see the main menu.
- Close the application normally by closing the window.
- Edit the
config.json
file:- Open the
config.json
file in a text editor. - Change the path to the game files:
Depending on your system, the paths may be different.
{ ... "ed_journal_path": "/home/<username>/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved Games/Frontier Developments/Elite Dangerous", "ed_appdata_path": "/home/<username>/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/AppData/Local/Frontier Developments/Elite Dangerous/", }
- Save the file and close the text editor.
- Open the
- Start the application again.
- Configure the application as needed, api keys, etc.
- Start the AI and it should now work 🤞