Installation
NOTE
During the installation on Windows and Mac systems, security alerts may be displayed due to the absence of an EV code signing certificate for the FastTrack executable. These alerts can be safely ignored. To verify the FastTrack executable, you can easily and freely compare the MD5 checksum. For more detailed instructions, you can refer to the installation video.
Download
Stable versions of FastTrack are released for Linux (official makeself, official AUR for ArchLinux), Mac (as app and homebrew), and Windows (installer, portable folder).
Installation
- For Windows:
- Integrate into the system:
- Download the FastTrack installer FastTrackInstaller.exe.
- Execute the installer and follow the provided instructions.
- Portable:
- Download the FastTrack folder FastTrack.zip.
- Unzip the folder and execute FastTrack.exe.
- Integrate into the system:
- For Linux (all distributions) as Makeself:
- Download the Makeself archive FastTrack-x86_64.run.
- Allow FastTrack.run to be executed:
- Right-click on the run file.
- Click on Properties.
- Click on Permissions.
- Tick “Allow executing file as program”.
- For Linux natively:
- Arch Linux:
yay -S fasttrack fasttrack-cli
- From source :
mkdir build ; cd build ; cmake ../ ; make ; sudo make install
- Arch Linux:
- For Mac (.app):
- Minimal version required based on Qt6 supported minimal version.
- Download the FastTrack dmg FastTrack.dmg.
- Double click on the dmg file.
- Drag the application from the dmg window into the Applications folder.
- For Mac (brew):
- Install https://brew.sh/.
brew tap fasttrackorg/fasttrack
brew install fasttrack
- FastTrack-cli can be located at
/usr/local/bin/FastTrack-Cli
and directly used and FastTrack opened usingopen /usr/local/Cellar/fasttrack/6.3.1_1/bin/FastTrack.app
.
macOS Troubleshooting for FastTrack Installation
Follow these troubleshooting steps to ensure a seamless installation and optimal operation of FastTrack on macOS:
Application Authorization
Unsigned Application Warning: If you encounter a message stating that "FastTrack" is damaged and can't be opened, it's because the application is not signed with a valid Apple Developer ID.
Solution:
Open the Terminal application.
Run the following command to remove the quarantine attribute:
For macOS 15 or higher:
xattr -d com.apple.quarantine /Applications/FastTrack.app
For macOS 14 or lower:
xattr -dr com.apple.quarantine /Applications/FastTrack.app
Navigate to
System Settings
>Privacy and Security
>Accessibility
.If
FastTrack
is listed, ensure it is enabled.If you see an entry named
fasttrack
(without the capital 'F'), enable it as well. If not present:Open Finder and go to
/Applications/FastTrack.app/Contents/MacOS/
.Drag and drop the
fasttrack
binary into the Accessibility settings window.Ensure both
FastTrack
andfasttrack
are enabled.
Or use
codesign --force --deep --sign - FastTrack.app
Update
FastTrack will display a message at the start-up and in the status bar when a new release is available.
For Windows:
Search the FastTrackUpdater in the Windows Start Menu or execute the MaintenanceTool.exe in the installation folder directly and follow the provided instructions.For Linux:
The FastTrack Makeself does not currently support the automatic update. Replace the current Makeself with the latest AppImage released.For Mac:
- The FastTrack App does not currently support the automatic update. Replace the current App with the latest App released.
- The brew package support upgrade using
brew upgrade
.