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
Options
| flag | description |
|---|---|
--force | replace an existing daemon registration |
--purge | with 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, --follow | stream new log lines as they arrive |
Examples
terminal