A native macOS app for real-time Formula 1 timing and telemetry, built with SwiftUI.
Work in progress — actively under development. Features may be incomplete or change without notice.
- Live timing dashboard — leaderboard, sector times, gaps, tire strategy, DRS status
- Track map — real-time driver positions with smooth interpolated movement
- Race replay — load and replay historical sessions from OpenF1
- Car telemetry — speed, throttle, brake, gear, RPM per driver
- Race control — flags, track limits, safety car notifications
- Team radio — live team radio captures
- Weather — track and air temperature, wind, rainfall
- Schedule — upcoming race weekends with countdown
- Standings — WDC and WCC with live updates
Coming soon
- macOS 14.0 (Sonoma) or later
- Xcode 15+
xcodebuild build -scheme F1Dash -destination 'platform=macOS'Run in demo mode with simulated race data:
open path/to/F1Dash.app --args --demo- OpenF1 API — live and historical timing data
- Jolpica F1 API — schedule and standings
MIT