Skip to content

FH6 Telemetry v1.2.1

Choose a tag to compare

@github-actions github-actions released this 31 May 18:19
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.1
See packaging/ for service setup.

Forza setup — Settings → HUD and Gameplay → Data Out: On · Format: Car Dash · IP: your PC's IP · Port: 20440

What's Changed

  • fix: show full millisecond precision in session viewer lap times by @TheBanHammer in #6
  • feat: floating panels with map pop-out by @TheBanHammer in #7

Full Changelog: v1.2.0...v1.2.1