Official release DMGs are currently built for Intel (x86_64). On Apple Silicon Macs the app runs through Rosetta today, but native arm64 builds are supported from source.
brew install qt go
git clone --recurse-submodules https://github.com/mooltipass/moolticute.git
cd moolticute
./scripts/macos/build-local.sh
open build/Moolticute.appTo bundle the daemon and CLI tools into the app:
./scripts/macos/build-local.sh --package- Qt is taken from Homebrew (
/opt/homebrew/opt/qt) when available. mc-agentandmc-cliare compiled from source because the prebuilt Intel binaries hosted for releases are not compatible witharm64.- The resulting
Moolticute.appruns natively without Rosetta.
file build/Moolticute.app/Contents/MacOS/moolticute
# Expected on Apple Silicon: Mach-O 64-bit executable arm64