Skip to content

Releases: EXXETA/exxperts

Release list

v0.6.7-updated

v0.6.7-updated Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:30

Prebuilt Exxperts archives with a vendored Node runtime. No Node, npm, or Git needs to be installed on the target machine; unpack and run.

Platform Download
Windows x64 exxperts-0.6.7-win-x64.zip
macOS Apple Silicon exxperts-0.6.7-darwin-arm64.tar.gz
Linux x64 exxperts-0.6.7-linux-x64.tar.gz

Verify your download (--ignore-missing checks only the file you downloaded):

shasum -a 256 --ignore-missing -c SHA256SUMS.txt

(On Windows PowerShell: (Get-FileHash exxperts-0.6.7-win-x64.zip -Algorithm SHA256).Hash and compare against the archive's line in SHA256SUMS.txt.)

Checksums are computed in CI from the tagged commit; each archive also passed a bare-machine smoke test on its target OS before this release was published.