tpt-diskview

Rust

Disk cleanup desktop app built with Tauri + React and a Rust core — scans your drives and finds temp files, Docker artifacts, and duplicates to reclaim space.

0 stars0 forks0 watchersApache License 2.0

Languages

Rust61.6%TypeScript29.2%CSS8.3%HTML1.0%
README

tpt-diskview

A fast, modern disk space analyzer — a TreeSize / WinDirStat alternative built with Rust and Tauri.

Features

  • Blazing fast scanning — parallel filesystem traversal in Rust; scan multi-TB volumes in seconds
  • Low memory usage — incremental/streaming results, no need to hold entire tree in RAM
  • Three visualizations — treemap, sunburst, and sortable tree list
  • Smart cleanup — detect temp files, duplicate files, and stale Docker volumes
  • Cross-platform — Windows and Linux
  • Zero telemetry — nothing phones home, ever
  • Free & open source — MIT OR Apache-2.0

Installation

See Releases for pre-built binaries.

Building from Source

Prerequisites

Build

pnpm install
pnpm tauri build

Development

pnpm install
pnpm tauri dev

License

Licensed under either of:

at your option.