Download DiskMount only from the official GitHub Releases page. Version 0.2.9 is self-contained and does not require Homebrew, Xcode, or a separate anylinuxfs installation.
The current package is signed with the developer's Apple Development certificate, but it is not signed with a Developer ID Application certificate and is not Apple-notarized. A Mac that downloads the DMG from the internet may therefore block the first launch. This Gatekeeper approval is separate from the disk permissions requested after DiskMount starts.
-
Download
DiskMount-0.2.9-macOS26.dmgand its.sha256file. -
Optionally verify the download in Terminal:
cd ~/Downloads shasum -a 256 -c DiskMount-0.2.9-macOS26.dmg.sha256
-
Open the DMG and drag
DiskMount.apptoApplications. -
Open DiskMount from
Applications. Its controls remain in the macOS menu bar.
Do not disable Gatekeeper globally. Use the per-app exception provided by macOS:
- Try to open DiskMount once and close the warning.
- Open System Settings → Privacy & Security.
- Scroll to Security and find the message that DiskMount was blocked.
- Click Open Anyway. macOS normally shows this button for about one hour after the blocked launch.
- Authenticate with the Mac login password, review the warning, and choose Open.
macOS then remembers DiskMount as an exception on that Mac. On organization-managed Macs, an administrator or MDM policy may still prevent this override. See Apple's Open apps safely on your Mac guidance.
Avoid instructions that permanently disable Gatekeeper or indiscriminately remove quarantine attributes. Download a new copy from the official release if the checksum fails or macOS says the app is damaged.
The following approvals serve different purposes:
- Administrator authorization: NTFS read/write mounting, stopping its disk service for safe eject, and failure recovery need elevated access. DiskMount reuses a still-valid authorization session and asks again only when macOS authorization has expired. The password is passed transiently to macOS
sudo; DiskMount does not store, log, or upload it. - Full Disk Access: enable System Settings → Privacy & Security → Full Disk Access → DiskMount.
- Removable Volumes: when macOS shows this switch, enable System Settings → Privacy & Security → Files & Folders → DiskMount → Removable Volumes.
- Fully quit and reopen DiskMount after changing either privacy permission.
DiskMount does not format, erase, repartition, or convert disks. NTFS read/write changes only the active mount method.
DiskMount contacts GitHub's public latest-Release API when it starts and when the user manually refreshes. This check sends no disk contents or administrator password, and it never downloads or installs an update automatically.
Version 0.2.9 is a development-signed community release. Warning-free public distribution requires a Developer ID Application certificate, hardened-runtime signing of the app and all bundled helpers, Apple notarization, and a stapled notarization ticket.