A native Qt6/QML file system visualizer analogous to qdirstat. Fast, local-first, and styled with Kanagawa Dragon.
Requires Qt6 (base + declarative) and a recent stable Rust toolchain.
cargo build --release
./target/release/topographThe scanner core (topograph-core) is pure Rust with no Qt dependency; only
the GUI shell links Qt6 via CXX-Qt.
Hit Scan on a directory and the tree lists its contents. Directories expand and collapse on click, so only the levels you open are materialized, the header sorts any level by size, name, or file count, and every row shows its share of the parent's size as an inline bar.
MIT