What does installing TrueTrack actually do?
- Clones the open-source TrueTrack repository onto your machine
- Installs required dependencies only after asking for permission
- Starts a local server under your control
- Launches the web interface in your default browser
- Stops completely when you close it โ nothing keeps running
โ All data stays local. Always.
Install
Linux / macOS
curl -fsSL https://truetrack.app/install.sh | bash
Windows (PowerShell 7+)
irm https://truetrack.app/install.ps1 | iex
๐ Want to inspect the installer first?
View the source code on GitHub
After installation
- Start TrueTrack using the desktop launcher or the
truetrack command
- The interface opens at
http://localhost:8000
- Stop everything instantly with Ctrl + C
Security & transparency
- No telemetry or tracking
- No automatic startup on boot
- No hidden background services
- Fully open source
- Uninstall by deleting the install directory
The bootstrap script only fetches the repository and hands off control.
You can audit it in under a minute.
Who is this built for?
- People who want their tools to stay local
- Self-hosters and technical users
- Anyone tired of cloud-locked software