Skip to content

Gyro v0.1.0-alpha.24

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:58
Immutable release. Only release title and notes can be modified.

Gyro v0.1.0-alpha.24

Gyro Alpha 24 makes the public macOS download channel usable without an Apple
Developer account. It corrects the malformed signature in earlier Alpha builds,
adds a focused download site, and keeps GitHub Releases as the source of every
binary.

Download and install

Gyro requires macOS 14+ and is not Apple-signed or notarized. The application
has a complete ad-hoc signature, so macOS can verify the bundle structure, but
the first launch still requires Apple's one-time Open Anyway approval.

Use the Gyro download site to choose a
build, then follow the
macOS installation guide.
Do not disable Gatekeeper or remove quarantine globally.

What changed

  • macOS app bundles are now fully ad-hoc signed instead of carrying only the
    linker-generated executable signature.
  • The release workflow mounts and verifies each DMG, checks the complete app
    signature, architecture, version, icon, minimum macOS version, Applications
    shortcut, disk image integrity, and SHA-256 checksum before upload.
  • The app now declares macOS 14.0 as its minimum supported system, matching the
    public requirements.
  • A dependency-free GitHub Pages site provides explicit Apple Silicon and Intel
    downloads, live release metadata, checksums, installation help, screenshots,
    and the launch film without analytics or an account gate.
  • Release documentation now defines one unsigned-Alpha contract across GitHub,
    the updater, website, checksums, and Homebrew CLI packaging.
  • The generated CLI Formula is validated on native Apple Silicon and Intel
    runners before publication to the dedicated tap.

Behavior changes and known limits

  • Gyro is still an unsigned public Alpha. A warning-free first launch requires
    Apple Developer ID signing and notarization, which this release does not use.
  • Managed Macs may prohibit Open Anyway. Gyro does not bypass device policy.
  • Apple Silicon and Intel remain separate downloads; there is no universal DMG.
  • Homebrew installs the gyro CLI only. Gyro.app remains a direct DMG install.
  • No database or session-schema migration is required.

Upgrade and rollback

Existing Alpha 23 sessions, attachments, plans, approvals, projects, and local
provider state remain compatible with Alpha 24. Update from Gyro or replace the
existing app with the matching Alpha 24 DMG.

To roll back, quit Gyro, back up
~/Library/Application Support/Gyro/, and reinstall
v0.1.0-alpha.23.3.
Alpha 23.3 has the earlier packaging defect, so use it only when rollback is
necessary and follow its existing unsigned-Alpha warning.

CLI

After the release Formula reaches the tap:

brew tap wytzeh197/tap
brew install gyro

Direct archives remain available for
Apple Silicon
and
Intel.

Alpha notice

This is a GitHub-built public macOS Alpha for Apple Silicon and Intel. Updater
archives are signed with Gyro's updater key, while app bundles use ad-hoc code
signing and DMGs are not Apple-signed or notarized.