| layout | default |
|---|---|
| title | Get MMapper for macOS |
To install MMapper on macOS, download the Disk Image (DMG) file provided below. MMapper is compatible with both Intel and Apple Silicon processors.
{% for asset in site.github.latest_release.assets %} {% if asset.name contains 'sha256' %} {% elsif asset.name contains 'dmg' %} Download {{ asset.name }} {% assign asset_name_lower = asset.name | downcase %}{% capture arch_label %}{% if asset_name_lower contains 'arm64' %}Apple Silicon{% elsif asset_name_lower contains 'x86_64' %}Intel{% endif %}{% endcapture %}{% if arch_label != "" %} {{ arch_label }}{% endif %} {% endif %} {% endfor %}
Important Notice for macOS Users:
This application is not notarized by Apple, so macOS will prevent it from opening directly.
To run the application the first time:
This application is not notarized by Apple, so macOS will prevent it from opening directly.
To run the application the first time:
- Drag the MMapper application to your Applications folder.
- Try to open MMapper from your Applications folder. When a warning appears, click Done or Cancel (this registers the app with macOS).
- Go to System Settings > Privacy & Security and scroll down to the Security section.
- Look for the message "MMapper was blocked..." and click the Open Anyway button.
- Enter your password if prompted, then click Open on the final dialog box.
{% include download.md %}