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.
Clone
Pull the source from GitHub.
git clone https://github.com/<you>/ccbar.git cd ccbar
Install
pnpm pulls the JS deps; cargo handles Rust on first build.
pnpm install
Build
90 seconds on a warm cargo cache. Native binary lands in target/release/.
pnpm tauri build
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.
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.