⚡ Usage
Launch the dashboard, install hooks, and build from source.
📊 Running the dashboard
claude-dashThe TUI launches immediately. The daemon is auto-spawned in the background on first run — there's no separate step to start it.
🪝 Installing hooks
The first install wires up the Claude Code hooks so the dashboard can see your sessions:
cargo install claude-dash
claude-dash installIf you reinstall or update the binary, re-run the installer to refresh the hooks:
claude-dash installThis writes the hook configuration into ~/.claude/settings.json.
🛠️ Building from source
git clone https://github.com/kud/claude-dash-cli
cd claude-dash-cli
cargo install --path .
claude-dash installFor local development you can build and run without installing:
cargo build
cargo runSee the Keybindings reference for everything you can do once the dashboard is open.