Skip to content

Releases: Lachi90/MacStorageAtlas

MacStorageAtlas 0.0.2 — Real on-disk size

Choose a tag to compare

@Lachi90 Lachi90 released this 24 Jul 12:22

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 /ApplicationsOpen → 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