First public build.
Download
Mattery-0.1.0.zip — unzip and move Mattery.app to /Applications/.
First launch
The binary is ad-hoc signed, not notarized by Apple, so the first launch is blocked by Gatekeeper. To allow it:
- Right-click
Mattery.app→ Open (or Control-click → Open) - Click Open in the dialog. macOS will remember the choice from then on.
Or strip the quarantine attribute from a terminal:
```sh
xattr -dr com.apple.quarantine /Applications/Mattery.app
```
Requirements
- macOS 13 Ventura or later (Apple Silicon build)