Agent Dash

Installation

How to install Agent Dash

Prerequisites

From Source

Clone the repository and build:

git clone https://github.com/fdarian/agent-dash.git
cd agent-dash
cargo build --release

The binary will be at target/release/agent-dash.

Running

Make sure you have tmux sessions with Claude CLI running, then:

./target/release/agent-dash

CLI Options

FlagDescription
--exitEnable exit-on-switch mode — exits Agent Dash when switching to a tmux pane
--exit-immediatelyExit immediately after initial render (used for testing)

On this page