Skip to Content
DocsGuidesDashboard

The Aigon Dashboard is a browser-based control centre for all your repos. Monitor agent progress, launch features, run evaluations, and merge winners — all from one place.

Dashboard Pipeline view

Getting started

aigon dashboard add # Register current repo aigon dashboard start # Start the dashboard server aigon dashboard open # Open in browser (http://aigon.localhost)

The dashboard polls registered repos every 30 seconds and fires macOS notifications when agents reach waiting or when all agents submit.

Dashboard and CLI: two views, same workflow

The dashboard and CLI are interchangeable views of the same state. Any action you take in one is immediately visible in the other.

ActionCLIDashboard
View all featuresaigon boardPipeline tab
Start a featureaigon feature-start 42 cc gg”Start” button on a card
Monitor agentsaigon status 42Real-time agent status badges
Evaluateaigon feature-eval 42”Evaluate” button
Close/mergeaigon feature-close 42 cc”Close” button with agent picker

Pipeline

Drag features through the pipeline: inbox → backlog → in-progress → in-evaluation → done.

Pipeline view

Fleet monitoring

Watch agents compete in real-time. The dashboard shows status badges for each agent and surfaces action buttons when they submit.

Fleet start — agents implementing in parallel

Both submitted — evaluation ready

Evaluation complete — winner merged

Monitor view

See every agent session across all repos — running, attached, or ended.

Monitor view

Statistics

Track throughput, cycle time, and agent performance across all repos.

Statistics

  • Volume — features completed per period with trend
  • Cycle Time — average hours from setup to close
  • Agent Leaderboard — wins, speed, and fleet win % per agent

Console and Logs

View live agent output and command history.

Console

Logs

Managing repos

aigon dashboard add ~/src/my-project # Register a repo aigon dashboard add ~/src/another-project # Add more repos aigon dashboard list # See registered repos aigon dashboard remove ~/src/old-project # Unregister a repo

Dashboard commands

aigon dashboard start # Start the service aigon dashboard restart # Stop and restart aigon dashboard status # Check health + see waiting agents aigon dashboard open # Open in browser

Remote access

The dashboard binds to 0.0.0.0 by default, making it accessible from any device on the local network.

Dashboard on mobile
  • Same WiFi: Open http://<mac-ip>:4100 in a browser
  • Outside LAN: Install Tailscale  on both devices, then use http://<tailscale-ip>:4100

Terminal board view

For a quick text-based overview without opening a browser:

aigon board # Kanban view aigon board --list # List view aigon board --features # Features only aigon board --research # Research only
Last updated on