sootsim runtime

manage engine runtimes under ~/.sootsim/runtimes/

sootsim runtime

Install, list, switch, and remove versioned sootsim engine runtimes. The CLI downloads a tarball from the configured CDN (default sootbean.com — override with SOOTSIM_CDN_ORIGIN), verifies its sha256, and extracts it. The daemon serves the active runtime to Electron and the browser shell.

terminal

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

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)
--allwith notes, list every published release instead of one

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 notes 1.2.3
sootsim runtime notes --all
sootsim runtime remove 1.2.2

Ready to build?

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

npm i -g sootsim