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¶
Description¶
Run from the root of an initialized project or workspace. The command:
- Checks you're in an N45 directory (otherwise it points to
init) and that your license is valid (online check — otherwise it points tologin). - Boots a local HTTP server (the interface is embedded in the binary — nothing is sent out).
- 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¶
# in a workspace, it launches the aggregated view of every member
cd /path/to/your/workspace
npx n45-ai@latest status
See also¶
- The Dashboard — what each screen shows
- n45-ai init — set up the project or workspace
- n45-ai login — authenticate the machine