The sunburst turns a folder full of files into a single glance. Every slice is real space, every ring is a level deeper — and everything is one click from an answer.
Double-click any slice to make it the new centre. The breadcrumb tracks where you are, the rings redraw around the folder you picked, and one click on the middle takes you back up.
🌅
The interactive sunburst
A recursive radial map, up to six rings deep. Each slice's angle is proportional to how much space it takes, so the biggest hogs are impossible to miss — the outer rings are just the contents of the inner ones.
The headline
📋
A sortable table of every file
The chart answers "what shape is this disk". It's bad at "which single file is the biggest", because the biggest file is usually four rings deep inside the third-biggest folder. The Files view flattens the same scan into a list — name, kind, size, modified, location — and every column sorts, both ways. Search narrows it as you type; filter to a kind, or to everything over a size floor.
Every column sorts
🗂️
What sort of thing is eating it
Photos scattered across forty folders are one number in the Kinds view: images, video, audio, archives, documents, code, apps, each with its share of the folder you're looking at. Click a row to see those files listed. An app counts as one app, not as the sixty thousand files inside it — which is what makes the counts mean anything.
Grouped totals
🧺
A basket, so a clear-out is one decision
Freeing space is nearly always a several-items job, and answering a dialog once per item is how people stop reading the dialog. Stage things from the chart, the table or the sidebar; a bar keeps the running count and total; one confirmation covers the lot — and it moves them to the Trash, so even the answered version is reversible. Stage a folder and anything already staged from inside it drops out, so the total can't count the same bytes twice.
One confirmation
📤
Export the scan
CSV for a flat list that opens in Numbers, JSON to keep the tree for a script — or export just the rows the table is currently showing. Two exports of an unchanged disk are byte-identical, so a diff between them says only what actually changed.
CSV · JSON
🎨
Colored by branch
Every slice takes its color from its top-level folder, and those colors stay consistent as you drill — so you always know which part of the tree a slice belongs to, however deep you go.
🔎
Drill down & breadcrumb
Double-click any slice — or a row in the sidebar — to recenter the whole chart on that folder. Click the center disk to go back up a level, or use the breadcrumb to jump anywhere in one click.
Dive in
💡
Spotlight on hover
Hover a slice and Diskr focuses it — dimming everything else — while a tooltip shows its name, size, and share of the total. The matching sidebar row highlights at the same time.
Name · size · %
📋
Sidebar with proportion bars
Alongside the chart, the current folder's children are listed largest-first, each with a proportion bar and its size and percentage — the sorted list view of everything the rings are showing.
⏱️
Background, cancellable scan
Scans run off the main thread with a live item counter so the window stays responsive on huge folders. Changed your mind? Cancel instantly — the scan just stops, and nothing was ever modified.
Live counter
📦
On-disk allocated bytes
Diskr measures the space files actually occupy on the volume — allocated bytes, rounded to whole blocks — not just their logical size. That's the number that decides how full your disk really is.
True usage
🖱️
Right-click anything
A context menu on any slice or row: Open, Reveal in Finder, Copy Path, or Move to Trash. Inspect a suspect file in Finder before you decide to clear it.
Open · Reveal · Trash
🧭
Volume capacity bar
A bar shows used versus free space on the whole volume, so a folder's size always has context — you can see at a glance whether the thing you're looking at is a real dent in your drive.
🖐️
Drag a folder to scan
Drop any folder straight onto the Diskr window and the scan begins — no dialog, no menu. The fastest path from "this folder feels huge" to a map of exactly why.
🔒
100% on your Mac
Diskr only ever sees the folders you point it at, and everything happens locally — no account, no cloud, no telemetry, nothing uploaded. The only network call Diskr ever makes is its weekly check for a new version, which you can switch off.
Privacy
🌗
Light and dark, properly
The whole window follows your Mac's appearance — chart, sidebar, tooltips and all — with contrast that stays readable in both. Native SwiftUI, so it feels at home on macOS.
🍎
Signed & notarized
Opens with a normal double-click — no "unidentified developer" warning, no Open Anyway, no Terminal. Signed with an Apple Developer ID and notarized by Apple. One universal build for Apple Silicon and Intel.
No warnings
♿
Built for everyone
Keyboard-driven — open with ⌘O, scan home with ⇧⌘H — with VoiceOver labels on the chart and sidebar and WCAG 2.1 AA contrast in both light and dark.
WCAG 2.1 AA