rai daemon
Manage the rai-agent daemon lifecycle. The daemon runs background tasks such as signal processing, graph indexing, and real-time HUD feeds.
rai daemon start¶
Start the rai-agent daemon process in the background.
rai daemon stop¶
Stop a running rai-agent daemon process.
rai daemon restart¶
Restart the rai-agent daemon — equivalent to stop followed by start.
rai daemon status¶
Show the current status of the daemon, including PID and uptime.
rai daemon run¶
Run the daemon in the foreground (useful for debugging or containerised environments).
rai daemon logs¶
Stream or display recent daemon logs.
See also: rai hud, rai signal