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.
System Requirements
Section titled “System Requirements”- 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.
Installation Methods
Section titled “Installation Methods”This is the fastest way to automatically install and run TTL.
1. Download Installer Script
curl -fsSL https://raw.githubusercontent.com/efzynx/truckers-tool-linux/main/ttl.sh -o ttl.shchmod +x ttl.sh2. Run Automatic Setup This command will clone the repository, install dependencies, and run the app at once:
./ttl.sh -ISOpen your browser at http://localhost:3214 🎉
If you want to contribute or try the latest features from the development branch:
1. Clone Repository:
git clone https://github.com/efzynx/truckers-tool-linux.gitcd truckers-tool-linux2. Install Dependencies:
npm install3. Run Application:
npm run devFor portable use without installation:
- Download the latest
.AppImagefile from the Releases page. - Give execution permission:
chmod +x Truckers_Tool_Linux.AppImage. - Run the application.