docs: fix first-launch instructions for macOS Sequoia+ Gatekeeper#68
Merged
Conversation
Apple removed the right-click → Open bypass for unsigned apps in macOS Sequoia (15); it's gone through Tahoe (26). Every install instruction in the repo still told users to right-click → Open, which no longer works on any current Mac. Replace it with the current flow — double-click → Done → System Settings → Privacy & Security → Open Anyway — plus the "app is damaged" caveat and the `xattr -dr com.apple.quarantine` fallback, across: - README.md (Getting started, step 3) - docs/USER_GUIDE.md (First launch on a Mac) - docs/release-notes/v1.1.1.md (unsigned-install line, copied forward each release) - .github/workflows/release.yml (draft release body + header comment) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Apple removed the right-click → Open Gatekeeper bypass for unsigned apps in macOS Sequoia (15); it's gone through Tahoe (26). Every install instruction in the repo still told users to right-click → Open — which no longer works on any current Mac, so new users literally can't get past the first-launch block by following our docs.
The current flow (now documented)
Caveats baked into the copy: Open Anyway only appears after the first launch attempt and lasts ~1 hour; Tahoe sometimes shows "Quill is damaged" instead;
xattr -dr com.apple.quarantine /Applications/Quill.appclears both and doubles as a one-command shortcut.Files changed
README.md— Getting started, step 3docs/USER_GUIDE.md— First launch on a Mac (non-technical framing)docs/release-notes/v1.1.1.md— the unsigned-install line that gets copied forward into each release.github/workflows/release.yml— draft-release body + header commentHistorical release notes (v0.1–v1.1.0) are left as-is on purpose.
Not in scope
The real fix is Apple Developer ID signing + notarization, which was previously descoped. This PR just makes the instructions match reality.
🤖 Generated with Claude Code