sootsim runtime

sootsim runtime

Install, list, switch, and remove versioned SootSim engine runtimes. The CLI downloads a tarball from the configured CDN, verifies its sha256, and extracts it. The daemon serves the default runtime and updates it hourly in the background. To keep one app on a fixed engine, set runtimeVersion in that repo’s optional sootsim.config.ts; this does not change other apps. sootsim runtime notes prints release notes for the repo-selected engine, or the machine default when the repo has no selection.

terminal

sootsim runtime install [version]
sootsim runtime list
sootsim runtime use <version>
sootsim runtime remove <version>
sootsim runtime which
sootsim runtime notes

Options

flagdescription
--channel <name>channel for ‘latest’ (default: stable)
--forcereinstall even if already on disk
--no-set-activedon’t switch active runtime after install (also accepts —set-active=false)

Examples

terminal

sootsim runtime install
sootsim runtime install 1.2.3
sootsim runtime install --channel beta
sootsim runtime use 1.2.3
sootsim runtime list
sootsim runtime which
sootsim runtime notes
sootsim runtime remove 1.2.2

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