Install and Build Maxx

Download a Release

Maxx publishes macOS release artifacts from maxx-v* tags:

Release builds are signed and notarized.

Build from Source

From the repository root:

./tools/zig build

On macOS, if you are not changing the app bundle and want a faster shared-code build:

./tools/zig build -Demit-macos-app=false

Run Zig tests with:

./tools/zig build test

Prefer targeted tests while developing:

./tools/zig build test -Dtest-filter=<test name>

Launch a dev build with:

./tools/zig build run