Analysis updated 2026-05-18
Identify which folders or file categories are eating the most disk space on a Linux machine.
Safely clear old build artifacts like node_modules or Rust target folders from a development machine.
Remove per-app caches with a plain-English explanation of what each one does before deleting anything.
| dalpat/diskscope | fix3dll/quicmic | femboyisp/emry | |
|---|---|---|---|
| Stars | 7 | 7 | 6 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | data |
Figures from each repo's GitHub metadata at analysis time.
Requires GNOME 47+ with GTK 4.16 and libadwaita 1.6 runtime, prebuilt installer handles everything else.
DiskScope is a disk-usage analyzer for the GNOME desktop on Linux. You point it at a folder and it shows you exactly what is taking up space, organized by category, with heat-colored bars that make the biggest offenders easy to spot at a glance. When you open it, the main screen shows a ring diagram of your disk's used and free space, a breakdown by file type (Videos, Audio, Images, Documents, Archives, Code, Applications, and Other), and the size each category takes. From there you can tap a category to see its largest files, or switch to a folder browser that lets you drill into any directory. Each folder in the tree shows a color-coded bar, its size, and what percentage it represents of its parent folder. A dedicated free-up-space view lists things that are safe to clear without losing important work: your Trash, per-app caches, and build directories from coding projects like node_modules or Rust's target folder. Before you delete anything, DiskScope shows a risk badge and a plain-English sentence explaining what would happen. A browser cache is labeled safe to remove, while an unrecognized folder is flagged as something to check first. Clearing defaults to moving items to the Trash so you can undo a mistake, a switch lets you delete permanently to reclaim space immediately. The app is built in Rust with the GTK4 and libadwaita libraries and follows GNOME design conventions. The scanning engine runs in parallel across CPU cores to handle large directories quickly, and you can cancel a slow scan at any time. It counts hard-linked files only once and never follows symbolic links, so usage numbers are accurate. You can install it from a prebuilt tarball without needing a compiler or developer tools. Building from source requires Rust plus the GTK4 development libraries. The project is currently in alpha.
A GNOME desktop app for Linux that shows what is using your disk space by category and lets you safely delete caches, Trash, and build artifacts with a risk explanation for each item.
Mainly Rust. The stack also includes Rust, GTK4, libadwaita.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.