Releases: EXXETA/exxperts
Releases · EXXETA/exxperts
Release list
v0.6.7-updated
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.