Skip to content

n45-ai status

Launches the N45 visual dashboard — a web interface to follow your features, the agents' execution, metrics and configuration, without leaving the terminal.

Synopsis

npx n45-ai@latest status

Description

Run from the root of an initialized project or workspace. The command:

  1. Checks you're in an N45 directory (otherwise it points to init) and that your license is valid (online check — otherwise it points to login).
  2. Boots a local HTTP server (the interface is embedded in the binary — nothing is sent out).
  3. Opens the browser at the dashboard URL and keeps running until you press Ctrl-C.

The dashboard reads .n45/ on every request, so it reflects the current state — leave it running in a tab while you work and refresh to watch progress.

What you'll find there is described in The Dashboard.

Examples

cd /path/to/your/project
npx n45-ai@latest status
# in a workspace, it launches the aggregated view of every member
cd /path/to/your/workspace
npx n45-ai@latest status

See also