Releases: Lachi90/MacStorageAtlas
Releases · Lachi90/MacStorageAtlas
Release list
MacStorageAtlas 0.0.2 — Real on-disk size
What's new
Real on-disk size measurement 🧮
MacStorageAtlas now measures how much space files actually occupy on disk
instead of their logical length. Undownloaded cloud placeholders — iCloud Drive,
OneDrive, kDrive and similar "dataless" files — now count as roughly zero,
so totals match what Finder and du report.
- New scan option "Measure space actually used on disk" — on by default.
Turn it off to fall back to the full logical file size. - On macOS the on-disk footprint is read via
stat(st_blocks × 512). - No accidental downloads: scanning only reads file metadata and never
materializes dataless cloud files.
Downloads
- Apple Silicon (M1/M2/M3…):
MacStorageAtlas-osx-arm64.dmg - Intel:
MacStorageAtlas-osx-x64.dmg
⚠️ Unsigned & un-notarized build. macOS Gatekeeper will block the app on
first launch. To open it:
- Right-click the app in
/Applications→ Open → confirm Open, or- Remove the quarantine attribute in a terminal:
xattr -dr com.apple.quarantine /Applications/MacStorageAtlas.app
Full changelog: Release-0.0.1...Release-0.0.2