Download for macOS
1. Download
Section titled “1. Download”Download the latest macOS .dmg from
GitHub releases.
Open the disk image and drag Manabrew.app into /Applications.
2. Install into Applications
Section titled “2. Install into Applications”Double click on the downloaded .dmg file, after that, drag the Manabrew app into the Applications/ folder.
3. macOS warning
Section titled “3. macOS warning”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:
- Open the
terminal(search for “terminal” in the macOS search tool) - Run the following commands
# 1. Remove the quarantine and provenance attributes from the whole bundlexattr -dr com.apple.quarantine /Applications/Manabrew.appxattr -dr com.apple.provenance /Applications/Manabrew.app
# 2. Re-seal with an ad-hoc signature, regenerating _CodeSignature/CodeResourcescodesign --force --deep --sign - /Applications/Manabrew.app
# 3. Verify the seal is now validcodesign --verify --deep --strict --verbose=2 /Applications/Manabrew.app- Then open Manabrew from
/Applications.
Only install builds from the official Manabrew releases page.