Skip to content

Installation Guide

There are several ways to run Truckers Tool Linux on your system. The most recommended method for Linux users is using the Installer Script.

  • Operating System: Modern Linux distributions (Ubuntu, Arch, Fedora, etc).
  • Git: Installed on your system.
  • Node.js: Version 18 or newer (the installer script can safely install it via nvm).
  • Game: Euro Truck Simulator 2 or American Truck Simulator installed (Native, Wine, or Proton).
    • Note: This application has been thoroughly tested on ETS2 version 1.37 & 1.49 and ATS version 1.36. For other versions, feel free to try it and give your feedback on our GitHub Issues page if you experience any problems.

The standalone Desktop application can be installed effortlessly using our automated script. It will detect your environment and natively integrate the .AppImage via AppImageLauncher.

1. Download Installer Script

Terminal window
curl -fsSL https://raw.githubusercontent.com/efzynx/truckers-tool-linux/main/ttl.sh -o ttl.sh
chmod +x ttl.sh

2. Run Desktop Installer

Terminal window
./ttl.sh -Id

This will automatically download and install the latest synchronized release package for your operating system.

Desktop App (Installer Script / AppImage) If you installed the application using the installer script (ttl.sh -Id), it leverages a standalone .AppImage integrated into your system. To uninstall:

  1. Search for “Truckers Tool Linux” in your system’s application launcher/menu.
  2. Right-click the icon and select Remove from system.
  3. Alternatively, you can directly delete the Truckers Tool Linux*.AppImage file, usually located in your ~/Applications folder.

Desktop App (Native / Binary Package) Remove the installed package by running the appropriate uninstaller command in your terminal:

Arch Linux
Terminal window
# If installed via AUR
paru -Rns truckers-tool-linux-bin
# If installed via pacman
sudo pacman -Rns truckers-tool-linux
Debian / Ubuntu
Terminal window
sudo dpkg -r truckers-tool-linux
# Or: sudo apt remove truckers-tool-linux
Fedora / RHEL (RPM)
Terminal window
sudo dnf remove truckers-tool-linux