From ed64bcc9e5ac342a6e2273dff55ec8390dfbfa3e Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 16:50:03 +0200 Subject: [PATCH] Add xattr workaround note for Gatekeeper on manual install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1a3f1e3..bc0a064 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,12 @@ brew install --cask claudechecker 3. Unzip and drag `ClaudeChecker.app` to `/Applications` 4. Open from Applications — it will appear in your menubar +> **macOS security prompt?** If macOS blocks the app on first launch, run this in Terminal: +> ```bash +> xattr -cr /Applications/ClaudeChecker.app +> ``` +> This is not needed when installing via Homebrew. + --- ## First Run