[ Documentation ]
peach runtime

peach runtime

Install, list, switch, and remove versioned Peach 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 rnx.config.ts; this does not change other apps. peach runtime notes prints release notes for the repo-selected engine, or the machine default when the repo has no selection.

terminal
peach runtime install [version]
peach runtime list
peach runtime use <version>
peach runtime remove <version>
peach runtime which
peach 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
peach runtime install
peach runtime install 1.2.3
peach runtime install --channel beta
peach runtime use 1.2.3
peach runtime list
peach runtime which
peach runtime notes
peach runtime remove 1.2.2