[ Documentation ]
rnx daemon

rnx daemon

rnx daemon

Install or manage the persistent background bridge. It registers a launchd agent on macOS or systemd user service on Linux and keeps the bridge and runtime ready between commands. This is strongly recommended for local agent work because inspect, interaction, and test commands start much faster. It is optional and not needed in CI. If you declined during onboarding, enable it with rnx daemon install. rnx daemon uninstall stops and removes the agent, its launcher, and its logs, and keeps everything under ~/.rnx; add --purge to delete that directory (installed runtimes, device profiles and their app storage, dev-bridge state, config) as well.

terminal
rnx daemon install [--force]
rnx daemon uninstall [--purge]
rnx daemon status
rnx daemon restart
rnx daemon start
rnx daemon stop
rnx daemon logs [-n <lines>] [-f]

Options

flagdescription
--forcereplace an existing daemon registration
--purgewith uninstall, also delete ~/.rnx: installed runtimes, device profiles and their app storage, dev-bridge state, and config
-n, --lines <n>number of log lines to show (default 200)
-f, --followstream new log lines as they arrive

Examples

terminal
rnx daemon install
rnx daemon status
rnx daemon restart
rnx daemon logs -n 100
rnx daemon uninstall
rnx daemon uninstall --purge