CCS Bar
CCS Bar is the native macOS menu-bar companion for CCS. It gives you a fast quota and spend glance without opening the dashboard, then lets you jump into account controls when you need them.CCS Bar is macOS-only. It talks to your local CCS server over loopback and
does not call Claude, Codex, or CLIProxy providers directly.
Current Snapshot

Install And Launch
Install the app
CCS-Bar.app.zip from the ccs-bar-latest release and
installs CCS Bar.app into ~/Applications.Launch CCS Bar
ccs bar starts or reuses the local CCS web server, writes
~/.ccs/bar.json, and opens the native app.What It Shows
Native subscription quota
Claude Code and Codex rows show quota windows, reset timing, and the
tightest remaining window first.
Spend at a glance
Today, 7-day, 30-day, and month-to-date spend are pulled from local CCS
usage data.
Account control
Pause, resume, set default, solo an account, or use tier-lock from the menu.
Dashboard handoff
Open the dashboard, refresh data, change icon style, or open settings
without leaving the menu.
How It Works
~/.ccs/bar.json to discover the local server:
| Endpoint | Used for |
|---|---|
GET /api/bar/summary | account rows, quota, health, reset timing |
GET /api/bar/summary?refresh=true | provider-backed refresh when the menu opens |
GET /api/bar/analytics | spend windows, sparkline, top models, surface breakdown |
| account action endpoints | pause, resume, default, solo, tier-lock |
Panel Map
- Header: CCS identity, app version, refresh state
- Subscriptions: Claude Code and Codex first, sorted by the tightest quota
- Spend: compact cost strip below quota
- Pool accounts: CLIProxy account rows after native subscriptions
- Footer: dashboard, icon style, settings, refresh, quit
Feedback Wanted
CCS Bar is new enough that real workflow feedback matters. Please open an issue for rough edges, missing controls, unclear quota labels, menu sizing, install friction, or any idea that would make the bar more useful.Report an issue
Bugs, confusing states, install problems, and missing provider data.
Suggest an improvement
Workflow ideas, panel layout feedback, and new account actions.
Troubleshooting
| Symptom | What to try |
|---|---|
| App opens blank | Run ccs bar again and confirm the local server is running |
| Install says the server predates CCS Bar | Update CCS, restart ccs bar, then reinstall |
| macOS blocks first launch | Right-click the app and choose Open, or rerun ccs bar install |
| Quota looks stale | Reopen the menu or use the refresh action |
| Remote dashboard bind does not work | Keep CCS Bar on loopback; v1 expects 127.0.0.1 |
