Skip to content

Releases: puffer-dev/mattery

v0.1.0

07 May 15:06

Choose a tag to compare

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:

  1. Right-click Mattery.appOpen (or Control-click → Open)
  2. 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)