Skip to content
← Back to release notes
v0.65.1 hotfix

Release v0.65.1

May 05, 2026

Re-release of v0.65.0 with the macOS notarization verification step fixed.

Fixed

  • macOS release verification was running spctl on raw Mach-O agent binaries, which fails by design on bare executables (spctl only validates wrapped formats like .app bundles, .pkg, and .dmg). The verifier now skips raw Mach-O binaries and relies on the Developer ID signature plus notarization checks that already cover them.

A small re-release of the v0.65.0 binaries. The release workflow’s macOS verification step was failing on agent binaries because of an spctl check that doesn’t apply to raw Mach-O executables. No code in the product changed — the binaries published with this tag are the same v0.65.0 build, just with the publish pipeline corrected.