Skip to content

Download for macOS

Download the latest macOS .dmg from GitHub releases. Open the disk image and drag Manabrew.app into /Applications.

Double click on the downloaded .dmg file, after that, drag the Manabrew app into the Applications/ folder.

Manabrew’s CI builds are not currently Developer ID signed and notarized. After downloading from the internet, macOS may say the app is damaged or cannot be opened.

After dragging the app to /Applications:

  1. Open the terminal (search for “terminal” in the macOS search tool)
  2. Run the following commands
Terminal window
# 1. Remove the quarantine and provenance attributes from the whole bundle
xattr -dr com.apple.quarantine /Applications/Manabrew.app
xattr -dr com.apple.provenance /Applications/Manabrew.app
# 2. Re-seal with an ad-hoc signature, regenerating _CodeSignature/CodeResources
codesign --force --deep --sign - /Applications/Manabrew.app
# 3. Verify the seal is now valid
codesign --verify --deep --strict --verbose=2 /Applications/Manabrew.app
  1. Then open Manabrew from /Applications.

Only install builds from the official Manabrew releases page.