ant 0.3.7-beta.1
Pre-releaseThis is a pre-release. The quick-start installers below are not used for it —
they always install the latest stableant. Install this build from the assets below.
-beta.N builds are the beta channel of the ant client. Once a beta build is on your
PATH, ant update keeps you on beta: a beta build tracks the beta channel by default,
accepting later -beta.N and stable releases but never a release candidate. To leave the
beta channel, install a stable build manually.
-rc.N builds are cut before the release gates have given a verdict and are not installed
by ant update on any channel.
Installation
Manual 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
No changelog entry was recorded for 0.3.7. See the commit history for the changes in this release; these notes will be corrected retroactively.