A plain-English walkthrough for the "Apple could not verify…" message. Works on macOS 13 Ventura and later (including macOS 26). Two minutes, once.
You only do this once. After that, FreeCoffee opens like any normal app.
macOS 26 note: the Open Anyway button can take up to a minute to appear after the block — wait a moment and reopen Settings.
xattr -dr com.apple.quarantine /Applications/FreeCoffee.app
That removes the "downloaded from the internet" flag. FreeCoffee now opens by double-click, forever, with no dialogs.
If you use Homebrew, the cask strips the flag automatically — no Terminal, no dialogs, and future updates come through brew upgrade:
brew tap ayodhyamohanthy/freecoffee https://github.com/ayodhyamohanthy/freecoffee-tap
brew install --cask ayodhyamohanthy/freecoffee/freecoffee
The standard Gatekeeper block. Use Method 1 or 2 above. If Open Anyway isn't visible yet, wait ~1 minute — macOS populates it after the first block.
Same block, older wording (macOS 12 and earlier). Same fix: right-click → Open, or Open Anyway in Security & Privacy.
This appears when the download was interrupted or when macOS added the quarantine flag in a way the app can't read. Two fixes, in order:
xattr -dr com.apple.quarantine /Applications/FreeCoffee.app then open the app again.Verify your download: the DMG should be ≈283 KB (v1.1.0, universal arm64+x86_64 — exact bytes vary per build; if yours is under 100 KB the download was truncated, re-download).
Same Gatekeeper mechanism, scarier words. Go to System Settings → Privacy & Security → Open Anyway. The wording is generic — it fires for every un-notarized app, not just ours.
You right-clicked the DMG file instead of the app. Mount the DMG first, drag the app to Applications, then right-click the app in Applications.
FreeCoffee lives in your menu bar (top-right of the screen) — look for "☕ FreeCoffee". It has no Dock icon or window by design. Click the menu-bar item for the balance popover.
Email support@freecoffee.tech with a screenshot of the exact message and your macOS version ( → About This Mac). We'll answer with a specific fix.
The permanent fix is an Apple Developer certificate + notarization — that's what large companies pay for. We chose the free path: the app is fully open-source and auditable. If that ever changes, this page will say so.
spctl --master-disable) or run install scripts that ask you to. The xattr command above targets only the FreeCoffee app — that's the safe, surgical approach.