Conversation
A first user hit the Gatekeeper wall and tried right-click → Open, which Apple removed in macOS 15 — so the block reads as "the download is broken" rather than "click here". The instructions now lead with the terminal escape hatch instead of the four-step settings walk. The escape hatch is one command because of how the mark propagates, which was measured rather than assumed: inside a quarantined image the app carries no mark of its own, and gets one at the moment it is copied out, inheriting the image's UUID. Clear it on the image first and the copy comes out clean — both blocks gone, not just the first. Applies the same text to the workflow's release-notes template, so the next mac/v* release ships it too, and adds a macOS section to the site's Install docs, which did not mention the app at all. Bumps the site's server version to the released 0.12.9 (it still advertised 0.12.7) and adds MAC_APP_VERSION for the download link. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
docs(mac): lead the macOS install with the one command that skips both Gatekeeper blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes #239 so the site picks it up — CF Pages deploys
site/**frommain.Adds a macOS — the menu bar app section to the Install docs (the site did not mention the app at all), leading with the single
xattr -d com.apple.quarantinecommand that clears both Gatekeeper blocks, with the click-through path kept as the alternative. Also brings the advertised server version up to the released0.12.9and addsMAC_APP_VERSIONfor the download link.The same text is now the release-notes template in
release-mac.yml, and the publishedmac/v0.1.0notes were updated in place to match.🤖 Generated with Claude Code