← Back to DiskLens

About DiskLens

DiskLens was developed to solve an everyday developer frustration: mystery storage consumption. When storage warnings strike, locating whether .git, node_modules, target, or a stray archive is the culprit usually requires obscure shell incantations like du -sh * | sort -hr that lock the terminal.

Engineered for Native Speed

Written in pure Rust with eframe/egui and rayon, DiskLens delivers an instantaneous 60 FPS desktop experience with immediate folder enumeration, progressive background recursive sizing, and visual fill percentage indicators.