This page explains how to get Deeztracker running on your machine. You can either download a prebuilt installer from the releases page or compile the app yourself from source. Both paths are covered below.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xScherpschutter/Deeztracker/llms.txt
Use this file to discover all available pages before exploring further.
Supported platforms
Deeztracker runs on Windows and Linux. macOS is not officially supported.Download a release
The fastest way to install Deeztracker is to grab a prebuilt installer from the GitHub releases page.Open the releases page
Go to the Deeztracker releases on GitHub and find the latest version.
Download the installer for your platform
- Windows
- Linux
Download the
.msi or .exe installer from the release assets.Run the installer
- Windows
- Linux
Double-click the downloaded installer and follow the setup wizard. Windows may show a SmartScreen prompt — click More info then Run anyway to proceed.
Build from source
If you prefer to compile Deeztracker yourself, you need Node.js, pnpm, and the Rust toolchain installed first.Prerequisites before building:
- Node.js v18 or later
- pnpm (the project uses pnpm as its package manager)
- Rust toolchain (stable channel, installed via
rustup)
Build the application