Skip to content

Introduction

Watch and control all your AI coding sessions — from one place.

Run more than one AI coding agent and they scatter across tmux panes and machines. Argus pulls them into one view: which are working, which are stuck on a prompt, which just finished. Read transcripts, watch and type into a session, answer prompts, spawn/interrupt/kill — without leaving the TUI.

Start local in a terminal. Scale to a fleet across machines. Get a push notification on your phone when a session needs you.

Argus supports Claude Code today, with room for more agents over time.

Highlights

  • Zero-setup discovery — finds Claude Code sessions in tmux. No per-session config.
  • Live status — working / waiting / idle / dead, from Claude Code hooks.
  • Transcripts — full conversation, foldable, drill into tool calls.
  • Live screen — watch a session's terminal and type into it.
  • Lifecycle control — spawn, interrupt, kill, answer prompts in place.
  • Fleet mode — aggregate machines, watch them all from one TUI.
  • Mobile app — Android companion with Push Notification.

How it fits together

Argus runs as a node on each machine: it discovers Claude Code sessions in tmux, tracks their status, and serves a local API that the TUI and the Claude Code hooks talk to.

  • On a single machine, you just run the TUI; it connects to that machine's local node automatically.
  • Across several machines, one node acts as a gateway that the others dial into, and the TUI — or your phone — connects to that single endpoint.