mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 23:04:41 +00:00
docs: add macOS quarantine fix for unsigned binaries
This commit is contained in:
parent
752bd3353d
commit
062edb4707
1 changed files with 8 additions and 2 deletions
|
|
@ -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+:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue