Skip to content

Add native Apple Silicon macOS build support#1255

Open
poitee wants to merge 2 commits into
mooltipass:masterfrom
poitee:feature/apple-silicon-macos
Open

Add native Apple Silicon macOS build support#1255
poitee wants to merge 2 commits into
mooltipass:masterfrom
poitee:feature/apple-silicon-macos

Conversation

@poitee

@poitee poitee commented Jun 17, 2026

Copy link
Copy Markdown

Summary

  • Add scripts/macos/build-local.sh for native Intel and Apple Silicon builds using Homebrew Qt
  • Update macOS CI scripts to detect architecture, use Homebrew Qt on arm64, and compile mc-agent/mc-cli from source instead of bundling Intel-only binaries
  • Add GitHub Actions workflow for macOS builds on macos-14
  • Document the build process in documentation/macos_apple_silicon.md

Motivation

Official release DMGs are x86_64 only. On Apple Silicon Macs, Moolticute currently requires Rosetta (#1254, #929).

Test plan

  • ./scripts/macos/build-local.sh on Apple Silicon (arm64) — produces native binary
  • ./scripts/macos/build-local.sh --package bundles arm64 mc-agent and mc-cli
  • ./build/tests/tests — 23 tests passed
  • Maintainer verification with Mini BLE over USB on Apple Silicon hardware

Made with Cursor

Ship arm64 builds via Homebrew Qt and compile mc-agent/mc-cli from
source on Apple Silicon. Adds a local build script, CI workflow, and
documentation for building without Rosetta.

Co-authored-by: Cursor <cursoragent@cursor.com>
@poitee

poitee commented Jun 17, 2026

Copy link
Copy Markdown
Author

I testing via real hardware, it compiles and seems to work. Hope this helps.

Build arm64 packages on tag push or manual dispatch, publish DMG and
ZIP artifacts to GitHub Releases.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant