You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Code doesn't show how much of your rate limit you've used. You find out when you're blocked. Climeter fixes that — a tiny progress bar in your menu bar that stays out of your way.
17
+
Claude Code doesn't show how much of your rate limit you've used. You find out when you're blocked. cliMeter fixes that — a tiny progress bar in your menu bar that stays out of your way.
14
18
15
19
## Features
16
20
@@ -23,21 +27,32 @@ Claude Code doesn't show how much of your rate limit you've used. You find out w
23
27
24
28
## Install
25
29
26
-
Download the latest release from [Releases](https://github.com/bezlant/climeter/releases) or build from source:
The built app will be in `~/Library/Developer/Xcode/DerivedData/Climeter-*/Build/Products/Release/Climeter.app`.
36
+
### Manual download
37
+
38
+
Download `Climeter.zip` from [the latest release](https://github.com/bezlant/cliMeter/releases/latest), unzip, and drag `Climeter.app` to `/Applications`.
39
+
40
+
> **Note:** The app is not notarized. On first launch, right-click → Open, or go to System Settings → Privacy & Security → Open Anyway.
That's it. No API keys to paste, no config files to edit.
43
58
@@ -51,7 +66,7 @@ That's it. No API keys to paste, no config files to edit.
51
66
52
67
## How it works
53
68
54
-
Climeter reads the OAuth credentials that Claude Code stores in the system Keychain. It polls the Anthropic usage API every 3 minutes and displays the result. When tokens expire, it refreshes them silently. All network calls go directly to Anthropic's servers.
69
+
cliMeter reads the OAuth credentials that Claude Code stores in the system Keychain. It polls the Anthropic usage API every 3 minutes and displays the result. When tokens expire, it refreshes them silently. All network calls go directly to Anthropic's servers.
0 commit comments