Main
Start with
npx tokentracker-clifor a zero-config first run; it installs the needed hooks and opens the dashboard onlocalhost:7680.Use
tokentracker statusafter upgrades to confirm each tool integration is active (hooks, plugins, or passive readers depending on the tool).Keep your workflow auditable: TokenTracker focuses on token counts and timestamps (not prompt/response content) per its README privacy section.
Source-backed notes
- README says first run opens the dashboard at
http://localhost:7680and supports global install vianpm i -g tokentracker-cli. - README lists
tokentracker sync,status, anddoctorcommands for maintenance and troubleshooting. - README enumerates supported tools and describes detection methods (hooks/plugins/passive readers).
FAQ
- Is it local-only?: README states data stays on your machine by default; leaderboard is optional/opt-in.
- Which Node version do I need?: README lists Node.js 20+ as the requirement.
- How do I verify integrations?: Run
tokentracker statusortokentracker doctorper README.