Story

Show HN: Claude Dashboard – k9s-style TUI for managing Claude sessions via tmux

seunggabi Sunday, February 08, 2026

I built a terminal dashboard for managing multiple Claude Code sessions, inspired by k9s (the Kubernetes TUI).

The problem: When running several Claude Code agents in parallel via tmux, switching between sessions and keeping track of what each one is doing gets messy fast. I wanted something like k9s but for Claude Code – a single pane of glass to see all my sessions at a glance.

What it does: Lists all Claude Code tmux sessions with live status Quick navigation and switching between sessions (k9s-style keybindings) Written in Go, single binary, no dependencies beyond tmux

Install: go install github.com/seunggabi/claude-dashboard/cmd/claude-dashboard@latest

I know there are similar tools out there (claude-squad, tmuxcc), but I wanted something lightweight and opinionated toward the k9s workflow I'm already used to from Kubernetes. If you manage multiple Claude Code sessions daily, I'd love your feedback.

1 0
github.com
Visit article Read on Hacker News