docs: add macOS quarantine fix for unsigned binaries

This commit is contained in:
Mario Zechner 2025-12-02 12:36:02 +01:00
parent 752bd3353d
commit 062edb4707

View file

@ -52,15 +52,21 @@ Extract and run:
```bash ```bash
# macOS/Linux # macOS/Linux
tar -xzf pi-darwin-arm64.tar.gz tar -xzf pi-darwin-arm64.tar.gz
./pi-darwin-arm64 ./pi
# Windows # Windows
unzip pi-windows-x64.zip unzip pi-windows-x64.zip
pi-windows-x64.exe pi.exe
``` ```
The archive includes the binary plus supporting files (README, CHANGELOG, themes). Keep them together in the same directory. The archive includes the binary plus supporting files (README, CHANGELOG, themes). Keep them together in the same directory.
**macOS users**: The binary is not signed. macOS will block it on first run. To fix:
```bash
xattr -d com.apple.quarantine ./pi
```
Or right-click the binary in Finder and select "Open".
### Build Binary from Source ### Build Binary from Source
Requires [Bun](https://bun.sh) 1.0+: Requires [Bun](https://bun.sh) 1.0+: