Open source match tracker for Valorant. Pulls live match data from the local Riot Client API — everything runs on your machine, nothing is sent anywhere.
- Live match data during Agent Select and In-Game
- All 10 players with rank, peak rank, K/D, headshot %, ACS, and more
- Party detection
- Copy match lobby to clipboard
- Live round score updates
- Dark/light theme toggle
- Auto-reconnects if Valorant restarts
- Windows — reads Riot Client files from AppData
- Node.js 18+ — nodejs.org
- Valorant installed and running
git clone https://github.com/wtfsajit/valorant-tracker.git
cd valorant-tracker
npm install
npm run devOpen localhost:3000 and launch Valorant. The tracker will detect it automatically.
- Reads the Riot Client lockfile (
%LOCALAPPDATA%/Riot Games/Riot Client/Config/lockfile) for local auth - Fetches an access token from the Entitlements API on
127.0.0.1 - Determines your region from the Valorant game log
- Pulls match data, MMR, and party info from Riot's API endpoints
Polls at adaptive intervals — faster during Agent Select and In-Game, slower in menus.
Built by sympathy.club
MIT — see LICENSE