| Windows | macOS | Linux | |
|---|---|---|---|
| Desktop app | .exe installer · .msi | .dmg (Intel + Apple Silicon) | .AppImage · .deb · .rpm |
| Headless server | .exe | universal binary | x86_64 binary |
macOS desktop — build is unsigned. On first launch right-click → Open, or run:
xattr -dr com.apple.quarantine "/Applications/FH6 Telemetry.app"
Headless server — serves the full dashboard in any browser without a desktop window.
Run fh6-tel-serve --ip 0.0.0.0 --port 8080 --auth-token <secret> then open http://<ip>:8080.
Docker: docker pull ghcr.io/TheBanHammer/fh6-tel-serve:1.2.2
See packaging/ for service setup.
Forza setup — Settings → HUD and Gameplay → Data Out: On · Format: Car Dash · IP: your PC's IP · Port: 20440
Full Changelog: v1.2.1...v1.2.2