·
31 commits
to main
since this release
Installation
Linux / macOS (quick-start)
curl -fsSL https://raw.githubusercontent.com/WithAutonomi/ant-client/main/install.sh | bashWindows (quick-start)
irm https://raw.githubusercontent.com/WithAutonomi/ant-client/main/install.ps1 | iexManual download
Download the archive for your platform from the assets below, extract it, and place the ant binary on your PATH. Copy bootstrap_peers.toml to the appropriate config directory:
| Platform | Config path |
|---|---|
| Linux | ~/.config/ant/bootstrap_peers.toml |
| macOS | ~/Library/Application Support/ant/bootstrap_peers.toml |
| Windows | %APPDATA%\ant\bootstrap_peers.toml |
Verification
All release archives are signed with ML-DSA-65 (FIPS 204) post-quantum signatures. Download ant-keygen from WithAutonomi/ant-keygen and the public key from resources/release-signing-key.pub, then verify:
ant-keygen verify --key release-signing-key.pub --input <file> --signature <file>.sig --context ant-release-v1The Windows binary (ant.exe) is additionally signed with a DigiCert EV code-signing certificate. Windows will verify this signature automatically on download and execution.
SHA256 checksums provided in SHA256SUMS.txt.
Detailed Changes
Fixed
- A client whose routing table has been starved of peers now recovers at runtime
instead of needing a restart. The fix is insaorsa-core0.27.3 and reachesant
through this release's dependency uplift — see
WithAutonomi/saorsa-core#153 (V2-1036).
Internal
- Release notes are now extracted per version rather than always taking the first
CHANGELOG section, so each release ships its own notes (#183).