Skip to content

Commit 207a683

Browse files
Appolonniusclaude
andcommitted
docs: macOS Gatekeeper tip (xattr -cr) for the unsigned binaries
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 25abcc3 commit 207a683

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ on every push — grab them from the **Actions** tab. macOS ships as **two nativ
4545
builds**: `msxforge-macos-x86_64` (Intel) and `msxforge-macos-arm64` (Apple
4646
Silicon). The others are `msxforge-linux` and `msxforge-windows`.
4747

48+
On macOS the downloaded app is unsigned, so if Gatekeeper refuses to open it,
49+
clear the quarantine flag first:
50+
51+
```sh
52+
chmod +x msxforge*
53+
xattr -cr msxforge-gui # (also msxforge, dsk2dmk)
54+
./msxforge-gui
55+
```
56+
4857
**Linux / macOS** — needs a C++17 compiler, CMake and SDL2:
4958

5059
```sh

0 commit comments

Comments
 (0)