v0.10.0
Prebuilt Exxperts archives with a vendored Node runtime. No Node, npm, or Git needs to be installed on the target machine; unpack and run.
Desktop app (window + tray around the same local server). Both desktop builds are signed — the macOS app is notarized by Apple, the Windows binaries are publisher-signed by Exxeta AG — so neither platform shows an unknown-publisher prompt on first launch:
| Platform | Download |
|---|---|
| Windows x64 installer | exxperts-setup-0.10.0.exe |
| Windows x64 portable | exxperts-desktop-0.10.0-win-x64.zip |
| macOS Apple Silicon | exxperts-desktop-0.10.0-mac-arm64.dmg (or the -mac-arm64.zip) — the macOS assets are attached within minutes of this release going live (they are uploaded from the signed build) |
The versionless copies of the same files (exxperts-desktop-mac-arm64.dmg, exxperts-setup-win-x64.exe, ...) exist so releases/latest/download links always point at the newest release; they have their own lines in SHA256SUMS.txt.
Server archives (the exxperts command, for terminal use or the one-line installers):
| Platform | Download |
|---|---|
| Windows x64 | exxperts-0.10.0-win-x64.zip |
| macOS Apple Silicon | exxperts-0.10.0-darwin-arm64.tar.gz |
| Linux x64 | exxperts-0.10.0-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.10.0-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. The macOS desktop lines are appended to SHA256SUMS.txt when the signed macOS assets are attached.