Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.74 KB

File metadata and controls

31 lines (27 loc) · 1.74 KB
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:
  1. Drag the MMapper application to your Applications folder.
  2. Try to open MMapper from your Applications folder. When a warning appears, click Done or Cancel (this registers the app with macOS).
  3. Go to System Settings > Privacy & Security and scroll down to the Security section.
  4. Look for the message "MMapper was blocked..." and click the Open Anyway button.
  5. Enter your password if prompted, then click Open on the final dialog box.
You only need to do this the first time you run a new version of MMapper.

{% include download.md %}