Releases

Update Elide or install a specific release

See the Changelog for user-visible changes and GitHub Releases for published artifacts, checksums, and dated tags.

Update Elide

elide upgrade

Check without applying an update:

elide upgrade --check

The accepted channels are release, preview, and nightly:

elide upgrade --channel release

If Elide was installed by a package manager, update it through that package manager so its records remain consistent.

Install a specific build

Pass a published version to the install script:

curl -sSL --tlsv1.2 elide.sh | bash -s -- --install-rev=VERSION

Use a full dated tag from GitHub Releases when you need a reproducible nightly.