Install

Get it on your machine in 60 seconds.

v0.1 binaries are not yet cut. Build it from source for now — it's a single Tauri command and the result is a 7 MB native app for your OS.

1

Clone

Pull the source from GitHub.

git clone https://github.com/<you>/ccbar.git
cd ccbar
2

Install

pnpm pulls the JS deps; cargo handles Rust on first build.

pnpm install
3

Build

90 seconds on a warm cargo cache. Native binary lands in target/release/.

pnpm tauri build
Run it

Personalised for your machine.

Once built, just open the app like any desktop binary. ccbar will check for ~/.claude/projects/ on launch — if it exists and contains at least one session JSONL, you're in.

Otherwise the login gate appears and asks you to run claude once in your terminal to sign into Claude Code.

Uninstall is just deleting the binary. No registry keys. No leftover dotfiles.
Prebuilt downloads

Coming with v0.1.

Windows .exe, macOS .dmg, Linux .AppImage. Until then, build from source above — or subscribe to the waitlist and we'll email you once.

Subscribe to the waitlist