Installation
How to install Agent Dash
Prerequisites
- Rust toolchain (1.70+)
- tmux installed and running
- Claude CLI sessions running in tmux
From Source
Clone the repository and build:
git clone https://github.com/fdarian/agent-dash.git
cd agent-dash
cargo build --releaseThe binary will be at target/release/agent-dash.
Running
Make sure you have tmux sessions with Claude CLI running, then:
./target/release/agent-dashCLI Options
| Flag | Description |
|---|---|
--exit | Enable exit-on-switch mode — exits Agent Dash when switching to a tmux pane |
--exit-immediately | Exit immediately after initial render (used for testing) |