Release verification
Verify the downloaded archive before installing it, then test both the binary identity and one managed command.
- Download the release archive and its matching
.sha256file. - Verify it before installation.
- Extract the archive and check the binary version.
- Smoke-test managed execution.
shasum -a 256 -c "$ARCHIVE.sha256"
agent-exec --version
agent-exec run -- echo release-smoke
Build provenance
GitHub Actions builds Linux x86_64 archives for version tags. macOS artifacts are built and packaged on the trusted macOS host for the release tag.