sootsim daemon

sootsim daemon

Install or manage the persistent background bridge. It registers a launchd agent on macOS or systemd user service on Linux so local CLI commands can reuse one server. The registration is recommended for local development and is not needed in CI. sootsim daemon uninstall is the clean-teardown path: it stops and removes the agent and deletes the ~/.sootsim cache (runtimes, profiles, lockfile).

terminal

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

Options

flagdescription
--forcereplace an existing daemon registration
-n, --lines <n>number of log lines to show (default 200)
-f, --followstream new log lines as they arrive

Examples

terminal

sootsim daemon install
sootsim daemon status
sootsim daemon restart
sootsim daemon logs -n 100
sootsim daemon uninstall

Ready to build?

Run your React Native app in the browser. No simulators, no native toolchain, no waiting.

curl -fsSL https://sootsim.com/install.sh | sh