macOS download

Install the latest goldengoose build.

Download the current macOS app archive, move the app into /Applications, then remove the quarantine attribute once. In-app updates continue to work after installation.

Download for Mac View on GitHub

Install steps

  1. Open the downloaded .tar.gz archive.
  2. Move goldengoose.app into /Applications.
  3. Run the quarantine removal command once.
sudo xattr -cr /Applications/goldengoose.app

Why the extra command?

The app is currently distributed without Apple Developer ID signing and notarization. The quarantine attribute comes from the browser download path, not from gg itself.

  • Existing installs can still use in-app update checks.
  • The updater verifies Tauri update signatures before install.