MAKE YOURSELF AT HOME.
Install UsageStat.
Find your flow.
Start with the backend, connect your providers, then add Bar to keep your usage in sight. Find your setup for Windows, macOS, or Linux.
Choose your operating system.
Install the backend
Get UsageStat for macOS. Each package includes the CLI, daemon, and bundled providers.
Full backend installation guide ↗Download UsageStat for macOS
Choose the macOS download and follow the installation steps included with it.
Get macOS downloads ↗After installation, open Terminal and check the CLI and providers:
usagestat --version
usagestat listConnect your providers
Sign in to a supported provider CLI or app, or configure its credentials. Then check your first provider.
Find your provider and sign-in method ↗usagestat list
usagestat config validate
usagestat usage claudeThis example checks Claude. Replace claude with an installed provider ID.
Want the local dashboard and HTTP API?
Add the providers you want to poll to your UsageStat configuration:
[[providers]]
id = "claude"
enabled = trueStart the daemon in a terminal and leave it running:
usagestatdThen open the dashboard from another terminal:
usagestat dashboardThe dashboard opens at http://127.0.0.1:6736/dashboard.
Add Bar to your desktop.
Keep your usage in the macOS menu bar. Bar uses the backend from step 1.
A note on compatibility. Bar requires a working backend and the dependencies for your selected integration. Check desktop support.