Skip to content

v0.1.0

Latest

Choose a tag to compare

@puffer-dev puffer-dev released this 07 May 15:06
· 2 commits to main since this release

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)