Skip to content

Document macOS Gatekeeper workaround for manual CodeWhale binaries#2139

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-macos-runtime-issue
Draft

Document macOS Gatekeeper workaround for manual CodeWhale binaries#2139
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-macos-runtime-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented May 25, 2026

Manual standalone downloads on macOS can be blocked by Gatekeeper with “Apple cannot verify” warnings, preventing execution for users of the release binaries. This PR adds explicit guidance on clearing the quarantine attribute so macOS users can run the downloaded binaries.

  • Docs: macOS manual download note
    • Added Gatekeeper/quarantine guidance in the manual download section of the install guide.
  • Docs: README quickstart safety note
    • Added a concise macOS Gatekeeper workaround note to English and Chinese READMEs.
xattr -d com.apple.quarantine ~/.local/bin/codewhale ~/.local/bin/codewhale-tui 2>/dev/null || true

Copilot AI linked an issue May 25, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/Hmbown/CodeWhale/sessions/e9d3a29b-2660-4d27-a454-80cb3408e6ce

Co-authored-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix macOS runtime issue with codewhale-tui Document macOS Gatekeeper workaround for manual CodeWhale binaries May 25, 2026
Copilot finished work on behalf of Hmbown May 25, 2026 17:46
Copilot AI requested a review from Hmbown May 25, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can not run at macos

2 participants