rai hud

Launch the RaiSE HUD — a live terminal dashboard that shows the active session, mission, open stories, recent signals, and graph health in real time. The HUD reads from the local database and refreshes automatically as state changes.

The HUD must be launched from the project directory (or with --project) to locate the project database. Launching from outside the project directory results in empty panels.

Flag Short Description
--project -p Project path. Defaults to current working directory
--refresh -r Refresh interval in seconds. Default: 2
# Launch HUD from within the project
rai hud

# Launch HUD from an arbitrary path
rai hud --project /path/to/my-project

# Slower refresh to reduce CPU usage
rai hud --refresh 5

Press q or Ctrl+C to exit the HUD.

See also: rai session, rai signal, rai daemon