deck wraps your tmux, providing a fast way to switch sessions and manage multiple vibe coding projects from one sidebar.
- Session-first navigation: browse and switch tmux sessions from one persistent sidebar
- Fast session ops: create, rename, kill, reorder, and filter sessions in-place
- Terminal stays live: the main pane remains attached to the selected session instead of being replaced by a menu screen
- Keyboard and mouse support: navigate with keys, click to switch, right-click for context actions
curl -fsSL https://raw.githubusercontent.com/cross-entropy-ai/deck/main/install.sh | shOr with Homebrew:
brew install cross-entropy-ai/tap/deckOr download a pre-built binary from GitHub Releases.
deckRequirements:
tmuxinstalled and available inPATH
| Key | Action |
|---|---|
Ctrl+S |
Toggle focus between sidebar and terminal |
Enter |
Focus the terminal pane for the selected session |
h / ? |
Help |
q |
Quit |
cargo build --release
./target/release/deck