Read-only MacOS disk space visualizer.
Treemap and sunburst views on the NeodiskKit scan engine.
Download
Download Neodisk.dmg and drag Neodisk onto the Applications folder.
Versioned builds and a .zip fallback are on the
Releases page.
Requires macOS 14 (Sonoma) or later.
Read-only by design. Neodisk never modifies or deletes your files. Instead, Reveal in Finder, Open, and Copy Path are the only file actions. Delete and clean up safely in Finder instead.
- Treemap: pinch to zoom, scroll to pan
- Sunburst: pinch to drill in and out
- Outline selected files
- Find largest files
- File type statistics
- Age heatmap, color the treemap by last-modified date
- Duplicate finder with content-hash verified duplicates
- Fast scanning with live progress
- Search:
⌘Ffuzzy search over the entire scan - Quick Look on spacebar
- Arrow keys move the selection in both the treemap and the sunburst
- Drill into a folder with
⌘↓, drill back out with⌘↑, or click folders in the breadcrumb bar - Snapshots, completed scans persist and reopen instantly
- Changes tab lists what got added, deleted, renamed, grew or shrank since the previous scan
- Show Package Contents: apps and bundles stay solid like in Finder until you expand them
- Free and hidden space for volume scans
- Sidebar volumes show a kind-colored usage bar
- Auto-updates via Sparkle
- Multilingual: UI follows macOS system language: English, Spanish, French, German, Italian, Brazilian Portuguese, Japanese, and Simplified Chinese
Requires macOS 14+ and a Swift 6 toolchain. No Xcode needed, the Xcode Command Line Tools are enough.
swift run -c release Neodisk # build and launch directly
swift test # full test suite (engine + treemap + UI)One package, strictly layered targets:
Sources/
├── NeodiskKit/ # UI-free scanning core (derived from Radix)
├── NeodiskCLI/ # `diskscan`, the core's reference CLI
├── TreemapKit/ # Pure treemap geometry, viewport, rasterizer
├── NeodiskUI/ # SwiftUI/AppKit views, view model, scan lifecycle
└── Neodisk/ # Thin executable entry point
Localization/ # .lproj string catalogs, one per language
- Add to Homebrew
- Multiplatform: native Windows and Linux versions (a lot of work, will take a while)
- Disk Inventory X by Tjark Derlien and GrandPerspective by Erwin Bonsma, the cushion-treemap disk viewers this UI follows. No code from either is used.
- Radix by Colin Kim (MIT), the scan engine and core data model NeodiskKit is derived from, and the sunburst visualization is ported from. Huge inspiration.
- DaisyDisk by Software Ambience and SquirrelDisk by Adileo, the sunburst disk viewers that view follows. No code from either is used.
- Cushion treemaps: van Wijk & van de Wetering, INFOVIS 1999. Squarified treemaps: Bruls, Huizing & van Wijk, 2000.
GPL-3.0-or-later. See LICENSE, Radix attribution is preserved there.


