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.

01

Install the backend

Choose the package manager for your Linux system. Each package includes the CLI, daemon, and bundled providers.

Full backend installation guide ↗
Arch Linux · x86-64
TERMINAL
yay -S usagestat-bin

Use your existing AUR helper. Installs the CLI, daemon, and provider plugins.

Review the AUR package
Prefer a direct download?x86-64 & ARM64 archives Linux · glibc 2.39+ · Installation instructions
02

Connect 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 ↗
TERMINAL
usagestat list
usagestat config validate
usagestat usage claude

This 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 ~/.config/usagestat/config.toml:

TERMINAL
[[providers]]
id = "claude"
enabled = true

Then start the daemon in a systemd user session:

TERMINAL
usagestat daemon enable
usagestat dashboard

Without systemd, run usagestatd in a terminal instead.

The dashboard opens at http://127.0.0.1:6736/dashboard.

03 OPTIONAL

Add Bar to your desktop.

Choose your Linux desktop or window manager. Bar uses the backend from step 1.

1. Get UsageStat Bar

TERMINAL
git clone https://github.com/hashimkarim/usagestat-bar.git
cd usagestat-bar

2. Install for GNOME

GNOME Shell 45–50. Install Git, rsync, and glib-compile-schemas, then run:

TERMINAL
./install.sh

3. Add it to your desktop

Log out and back in on Wayland. On X11, restart GNOME Shell with Alt + F2, then r. Enable the extension:

TERMINAL
gnome-extensions enable usagestat-bar@hashimkarim

4. Make it yours

TERMINAL
gnome-extensions prefs usagestat-bar@hashimkarim

Linux installation and desktop requirements ↗

GNOME’s extension is installed from source while its Extensions directory listing is pending. Try the Linux desktop demos ↗

A note on compatibility. Linux release archives support x86-64 and ARM64 with glibc 2.39+. Package availability varies by distro. Bar requires a working backend and the dependencies for your selected integration. Check desktop support.