local_fire_departmentHoneystax
search⌘K
loginLog Inperson_addSign Up
layers
HONEYSTAX TERMINAL v1.0
HomeNewsSavedSubmit
Back to the live board
A

agent-viewer

App

Kanban board for managing Claude Code agents in tmux.

Copy the install, test the workflow, then decide if it earns a permanent slot.

337
Why nowStill in play

Still active enough to matter. Good candidate for a fast stack test instead of a long evaluation loop.

DecisionKeep on the radar

Copy the install, test the workflow, then decide if it earns a permanent slot.

Trial costMedium lift

Reasonable to try, but it will take more than a quick skim to get real signal.

Risk50/100

GitHub health 28/100. no security policy. 3 open issues make this testable, but not something to trust blind.

What You Are Adopting

AI Agent

Claude Code

Model

Claude

Build Time

Minutes

Move Fast

open_in_new

No direct local install flow.

Open the project page, steal the pattern, and decide fast if it deserves a deeper test.

About

Kanban board for managing Claude Code agents in tmux.

README

Agent Viewer

A kanban board for managing multiple Claude Code agents running in tmux sessions. Spawn, monitor, and interact with agents from a single web UI.

Screenshot 2026-02-09 at 14 54 21

Manage your agents from your mobile phone with Tailscale

IMG_7782

Prerequisites

  • Node.js (v18+)
  • tmux
  • Claude CLI (claude command available in your PATH)

Install prerequisites (macOS)

brew install node tmux
npm install -g @anthropic-ai/claude-code

Setup

git clone <repo-url> && cd agent-viewer
npm install

Usage

npm start

Open http://localhost:4200 in your browser.

Configuration

Variable Default Description
PORT 4200 Server port
HOST localhost Bind address (0.0.0.0 for network access)

Example:

HOST=0.0.0.0 PORT=3000 npm start

Remote Access via Tailscale

You can access Agent Viewer from your phone (or any device) by using Tailscale.

1. Install Tailscale on your Mac

brew install tailscale

Or download from tailscale.com/download.

2. Install Tailscale on your phone

Download the Tailscale app from the App Store or Google Play. Sign in with the same account.

3. Start the server

npm start

The server binds to 0.0.0.0 by default, so it's already accessible on all network interfaces including Tailscale.

4. Open on your phone

Find your Mac's Tailscale IP (shown in the Tailscale app or via tailscale ip), then visit:

http://<tailscale-ip>:4200

If you have MagicDNS enabled, you can use your machine name instead:

http://<machine-name>:4200

Features

  • Spawn agents — Click [+ SPAWN] or press N, enter a project path and prompt. Each agent launches in its own tmux session running claude.
  • Kanban columns — Agents are sorted into Running, Idle, and Completed columns based on their state.
  • Auto-discovery — Existing tmux sessions running Claude are automatically detected and added to the board.
  • Live output — Click VIEW OUTPUT to see the full terminal output with ANSI color rendering.
  • Send messages — Type in the prompt field on any card and press Ctrl+Enter to send follow-up messages to an agent.
  • File uploads — Drag and drop files onto a card or click FILE to send files to an agent.
  • Re-spawn — Completed agents can be re-spawned with a new prompt from the same project directory.
  • Attach — Click ATTACH to copy the tmux attach command for direct terminal access.

Tech Stack

ClaudeAnthropic
Open Live ProjectAudit Repo

Reviews0

Log in to write a review.

AgingLast commit 2mo ago
bug_report3open issues
Submitted February 9, 2026

auto_awesomeYour strongest next moves after agent-viewer