sootsim runtime

Install, list, switch, and remove versioned sootsim engine runtimes. The CLI downloads a tarball from the configured CDN (default sootbean.com), 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

Options

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

Examples

terminal

sootsim runtime install
sootsim runtime install 1.2.3
sootsim runtime use 1.2.3
sootsim runtime list