Release verification

Verify the downloaded archive before installing it, then test both the binary identity and one managed command.

  1. Download the release archive and its matching .sha256 file.
  2. Verify it before installation.
  3. Extract the archive and check the binary version.
  4. 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.

Open the latest release