Capture your telemetry from the very first .ibt

A small system tray app that uploads your telemetry to the cloud every time you close a car in iRacing. No manual setup, no touching your original files.

Loading version information…
Unknown publisher

If Windows blocks it, that's normal

The first time, Windows will show "Unknown publisher" because the binary isn't signed by a public CA. Click "More info" and then "Run anyway". To confirm you downloaded the right file, compute its hash and compare it with the SHA-256 published above.

PowerShell · verify download
# Open PowerShell (Windows key → type "powershell" → Enter)
# Go to your Downloads folder:
PS> cd $HOME\Downloads

# Compute the hash of the downloaded .exe:
PS> Get-FileHash .\Goodrace.exe -Algorithm SHA256

# Compare the printed string with the SHA-256 above.
# If they match, the file is intact and you can run it.