Forza Motorsport 2023
FMUDP capture, PI badges and the built-in tune creator.
- ✓ Live
- ✓ Analysis
- ✓ Tune creator
Free · Open source · Runs locally
RaceIQ captures telemetry from your sim, records every lap to a database on your own PC, and shows you the corner where the time actually went — then keeps every lap you've driven, so the gains are something you can watch accumulate.
An animated map of Spa-Francorchamps with a field of cars circulating, driving the live speed, gear and sector readouts shown alongside.
Speed
0km/h
Gear
–
Lap
1
S1
——.———
S2
——.———
S3
——.———
Supported games
RaceIQ reads UDP telemetry and shared memory. If a game exposes an open stream, it can be supported — and the ones that aren't yet are blocked on access, not on interest.
UDP capture, PI badges and the built-in tune creator.
UDP capture with public tunes and setup guides.
Shared memory — richer than UDP, and nothing to configure.
Shared memory, plus .carsetup import. Top development priority.
Wanted, and blocked on one thing: a game key to build against.
Awaiting a game key
Same story. Sponsorship or a spare key unblocks it.
Awaiting a game key
If it has an open telemetry stream, it can be supported. Add a parser, open a PR.
Open source
Already forwarding to a wheelbase? Split the stream and feed both.
Companion tool
What it does
Live dashboards, automatic lap and corner detection, side-by-side comparison, setups you can actually validate, and a catalogue of every car and circuit in the game.
Scrub throttle, brake, steering, speed and G-force traces with automatic lap and corner detection. Every corner gets its own row, its own delta, and its own verdict — so "I lose it somewhere in sector two" becomes a turn number.

Speed, RPM, inputs, tyre temperature and wear, fuel, pit window and sector timing — rendered as you drive.

Browse tunes, see the setting ranges quick drivers converge on, then run Experiments — structured A/B tests that tell you whether a gain is real or whether you just strung together a good lap.

Bundled outlines, sector boundaries and named corners. Anything missing maps itself as you drive it.

Filter by division, drivetrain and performance index, then compare any two side by side.

Pull the fastest public tunes and see the ranges the community actually settles on.

Lap comparison · interactive
Overlay any two laps. Speed, inputs and cumulative delta aligned by distance — not by time, which is what makes a comparison meaningful once the laps diverge. Scrub the trace below; it's real telemetry.
Circuit
Spa-Francorchamps · 9 laps
Lap 3 · reference
2:17.400
Lap 5 · comparison
2:18.007
Final delta
+0.607
Corner breakdown
Δ sec
At
2,247 mS1
Lap 3
158 km/h
Lap 5
179 km/h
Cumulative Δ
+0.306
Speed / distance · T3 · apex 158 km/h
Cumulative delta · above the line, lap 5 is behind
Position
32% of lap
Drag the trace, or use the arrow keys. Corners are detected from the braking events in the trace itself, numbered from the line. Lap 3 wins most of them — but not all of them, which is exactly the kind of thing a lap time alone will never tell you.
Driver progression
Most telemetry tools show you one lap. RaceIQ keeps all of them. Personal bests are marked as they happen, the session recap tells you what pace and consistency you actually held, and the heatmap builds a picture of your driving over weeks. The tenth session is worth more than the first, because it has nine to measure against.

Sessions · 26 weeks
184 h
AI coaching
Send a lap to the model of your choice — cloud or fully local. The analysis is grounded in your actual telemetry, not in generic driving advice.
Lap analysis · chat
Ollama · localCompare this lap against my personal best. Where am I losing time?
Three losses. Les Combes (+0.089s): you brake 14 m later and carry 6 km/h more to the apex, but stay flat for another 0.42 s past the clipping point. Earlier apex, throttle on before the kerb.
And the tyres?
Front-left core hit 103 °C on lap 3, past the grip-drop cliff. Take 0.4 psi out of the fronts or pull 0.1° of toe-out.
Context · 4,826 telemetry frames · 2 laps · tune "GT3 Spa" · 312 tokens
Local-first
Every lap you record stays in a SQLite database at %APPDATA%/raceiq. The only thing that ever leaves your machine is a prompt you explicitly choose to send.
Questions
Track Titan, Coach Dave Delta, Sim Racing Telemetry, Racing View are good products aimed at the same job. The difference here is the economics: free, open source, and it runs entirely on your machine.
Read the sourceActually free. No licence, no subscription, no feature gate, no account. The source is AGPL-3.0 on GitHub and you can read every line. The only thing that ever costs money is an optional AI API key, and you can avoid that too by running a local model.
No. Telemetry is read on your PC and written to a SQLite database on your PC. No account, no sync, no analytics. The one exception is deliberate and opt-in: if you send a lap for AI coaching, that lap goes to whichever provider you configured — or nowhere at all, if you point it at Ollama or LM Studio running locally.
No. Live dashboards, lap and corner analysis, comparison, session recap, the car and track catalogues, setups and Experiments all work with no key configured. AI coaching is one feature among many.
Not today. RaceIQ is a Windows application — the installer targets Windows and the shared-memory readers for ACC and AC Evo are Windows-specific. Pretending otherwise would just waste your download.
Yes, if you have a Windows PC on the same network. Forza and F1 will send UDP telemetry to an IP you nominate, so point the console at the PC running RaceIQ. Wired ethernet at both ends — wireless drops packets and puts holes in the traces.
It can, since a game generally sends its UDP stream to one destination. The UDP Forwarder companion tool takes that single stream and fans it out, so your wheelbase software and RaceIQ both get it.
It says alpha because it is alpha. It is used daily and updates itself in place, so you stay current without doing anything — but expect rough edges and expect things to move. The Discord is the fastest route to a fix.
Install · Windows 10 and 11
Install RaceIQ, point your game's telemetry at 127.0.0.1:5301, and start a session. It records from the first green flag.
No admin rights · No account · Nothing leaves your machine