Skip to content

ant 0.3.7-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Sep 23:47
· 124 commits to main since this release

This is a pre-release. The quick-start installers below are not used for it —
they always install the latest stable ant. 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-v1

The 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.