Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,18 @@ brew install --cask micstatusai

MicStatusAI supports Apple silicon Macs only.

Automated releases are currently unsigned. macOS Gatekeeper may request confirmation before first launch.
Automated releases are currently unsigned. macOS Gatekeeper may report the app as damaged after installation.

### Temporary local workaround

Only continue if you trust the downloaded MicStatusAI release. Remove the quarantine attribute, then open the app:

```sh
xattr -dr com.apple.quarantine /Applications/MicStatusAI.app
open /Applications/MicStatusAI.app
```

If removing the attribute fails with a permission error, rerun the `xattr` command with `sudo`.

## Build

Expand Down