v1.78.10
EvoMap/evolverv1.78.10May 5, 2026by autogame-17
AI Summary
Ships standalone, dependency-free executable binaries for all major platforms.
Key Highlights
- Added standalone executables for macOS, Linux (x64/ARM64), and Windows.
- No Node.js or npm required to run the CLI.
- Included SHA256 verification files for download integrity.
New Features
- Added standalone binary downloads for all platforms
- Included SHA256 verification files
Full Release Notes
Release created by publish script. ## Standalone Binaries (new) This release ships standalone, dependency-free executables for the `evolver` CLI. No Node.js, no npm, no install — download, `chmod +x`, run. | Platform | File | Size | | --- | --- | --- | | macOS (Apple Silicon) | `evolver-darwin-arm64` | 63 MB | | macOS (Intel) | `evolver-darwin-x64` | 68 MB | | Linux x86_64 | `evolver-linux-x64` | 100 MB | | Linux ARM64 | `evolver-linux-arm64` | 99 MB | | Windows x64 | `evolver-windows-x64.exe` | 115 MB | ### Quick start (macOS / Linux) ```sh curl -L -o evolver https://github.com/EvoMap/evolver/releases/download/v1.78.10/evolver-darwin-arm64 chmod +x evolver ./evolver --help ``` ### Verify your download `SHA256SUMS.txt` lists the sha256 for every asset. Each binary also has a sibling `<name>.sha256` file. ```sh shasum -a 256 -c SHA256SUMS.txt ``` The npm package (`@evomap/evolver`) and source distribution remain unchanged and continue to be the recommended path for users with Node.js already installed.