Windows Installation
OpenTrack provides pre-built binaries for Windows users. This is the recommended installation method for most users.Download OpenTrack
Visit the OpenTrack releases page and download the latest version:
- Installer (
.exe) - Recommended for most users - Portable archive (
.7z) - For USB stick installations
The portable version supports truly portable installations on USB sticks.
Run the installer
Double-click the downloaded
.exe file and follow the installation wizard.The installer will:- Install OpenTrack to
C:\Program Files\opentrack(or your chosen location) - Create Start Menu shortcuts
- Register file associations
Portable Installation (Windows)
For a portable installation that can run from a USB stick:Download the portable archive
Download the
.7z archive from the releases page.Extract to USB stick
Extract the archive to your USB stick or desired location using 7-Zip or WinRAR.
Linux Installation
OpenTrack can be built from source on Linux systems. Pre-built packages may be available for some distributions.Building from Source
Build OpenTrack
Create a build directory and compile:
The
-j$(nproc) flag uses all available CPU cores for faster compilation.Advanced Build Options
For detailed build instructions and troubleshooting, see:macOS Installation
Building from Source (macOS)
Install Xcode and Homebrew
Install Xcode Command Line Tools:Install Homebrew if not already installed:
Compiler Requirements
Windows
OpenTrack requires one of the following compilers:- MinGW-w64 (GCC-based)
- Microsoft Visual Studio 2015 Update 3 or newer
- Clang (via MSVC or MinGW)
Linux
- GCC (GNU Compiler Collection)
- Clang/LLVM
Verifying Installation
After installation, verify OpenTrack is working:Launch OpenTrack
Start the application from your Start Menu (Windows), application launcher (Linux), or Launchpad (macOS).
Check the main window
You should see the OpenTrack main window with dropdown menus for:
- Tracker input
- Filter
- Protocol output
If you encounter issues, check the Common Issues page on the wiki.
Next Steps
Quick Start Guide
Set up your first tracker and start tracking
Tracker Documentation
Learn about specific trackers and configurations