S.M.A.R.T. health, temperature and performance of your Mac's internal drives. Native macOS app, no network.
Swift
1
44 commits
updated Sep 24, 2026
Health, temperature and performance of your Mac's drives, explained in plain language.
Internal NVMe and SATA drives today. External USB drives are coming in version 1.0.
Free and open source · macOS 14 or later · Apple Silicon and Intel · Latest version
| Performance test | Menu bar |
|---|---|
![]() | ![]() |
~/Library/Application Support/io.github.aman-disk.AmanDisk/.Aman-Disk-<version>.dmg) from the latest release.Aman Disk is free and open source, but it isn't signed with a paid Apple Developer ID, so macOS can't verify who made it and blocks it the first time. The source code is all here, and you can build the app yourself.
macOS 15 Sequoia or later
If the Open Anyway button isn't there, open Aman Disk once more, then go back to System Settings.
macOS 14 Sonoma: in the Applications folder, Control-click Aman Disk, choose Open, then click Open.
Or, in Terminal (any version), remove the download flag that macOS checks:
xattr -dr com.apple.quarantine "/Applications/Aman Disk.app"
The DMG contains the same steps in How to Install.txt.
scripts/bundle.sh --release # Aman Disk.app, universal binary
scripts/make-dmg.sh # dist/Aman-Disk-<version>.dmg
scripts/test.sh # full test suite (also works without Xcode)
Demo mode (DISKHEALTH_DEMO=1) shows fictional drives in every state.
The main goal of version 1.0 is external USB drives: reading the health of SSDs and hard drives in USB enclosures, when the enclosure passes S.M.A.R.T. commands through. To help, open an issue with the model of your USB drive or enclosure: it helps decide which ones to support first.
The name has three meanings, and all of them fit an app that watches over your drives:
Aman Disk is free and open source. If you find it useful, you can support its development on Ko-fi.
MIT © 2026 MidZai
44 commits
Swift
94.2%
C
4.7%
Shell
1.1%
S.M.A.R.T. health, temperature and performance of your Mac's internal drives. Native macOS app, no network.
Swift
1
44 commits
updated Sep 24, 2026
Health, temperature and performance of your Mac's drives, explained in plain language.
Internal NVMe and SATA drives today. External USB drives are coming in version 1.0.
Free and open source · macOS 14 or later · Apple Silicon and Intel · Latest version
| Performance test | Menu bar |
|---|---|
![]() | ![]() |
~/Library/Application Support/io.github.aman-disk.AmanDisk/.Aman-Disk-<version>.dmg) from the latest release.Aman Disk is free and open source, but it isn't signed with a paid Apple Developer ID, so macOS can't verify who made it and blocks it the first time. The source code is all here, and you can build the app yourself.
macOS 15 Sequoia or later
If the Open Anyway button isn't there, open Aman Disk once more, then go back to System Settings.
macOS 14 Sonoma: in the Applications folder, Control-click Aman Disk, choose Open, then click Open.
Or, in Terminal (any version), remove the download flag that macOS checks:
xattr -dr com.apple.quarantine "/Applications/Aman Disk.app"
The DMG contains the same steps in How to Install.txt.
scripts/bundle.sh --release # Aman Disk.app, universal binary
scripts/make-dmg.sh # dist/Aman-Disk-<version>.dmg
scripts/test.sh # full test suite (also works without Xcode)
Demo mode (DISKHEALTH_DEMO=1) shows fictional drives in every state.
The main goal of version 1.0 is external USB drives: reading the health of SSDs and hard drives in USB enclosures, when the enclosure passes S.M.A.R.T. commands through. To help, open an issue with the model of your USB drive or enclosure: it helps decide which ones to support first.
The name has three meanings, and all of them fit an app that watches over your drives:
Aman Disk is free and open source. If you find it useful, you can support its development on Ko-fi.
MIT © 2026 MidZai
44 commits
Swift
94.2%
C
4.7%
Shell
1.1%