Get started in 3 seconds
Drag a folder into the window or select via dialog. CleverTree will automatically detect the disk type and choose the optimal scanning strategy.
Lightning-fast disk space analysis with three visualization types. GUI and CLI modes. 9 interface languages — work in your language.
Each visualization is optimized for specific tasks
Hierarchical size map. The area of each rectangle is proportional to the file or folder size. Perfect for quick structure overview.
Radial nesting diagram. Center is the root folder, rings are hierarchy levels. Best choice for analyzing deeply nested structures.
Sorted list of largest items. Switch between folders and files. Optimal for quickly finding "space hogs".
Automatic system theme detection or manual selection
Parallel scanning with automatic adaptation for SSD (3×CPU threads) and HDD (sequential mode)
Work in your language. Full interface localization respecting grammar rules of each language.
Single codebase for all platforms. Native look & feel and full functionality everywhere.
Interactive GUI for visual analysis. CLI for scripts, CI/CD and headless servers.
Include/Exclude glob patterns applied in real-time without rescanning.
Up to 10 folders simultaneously. Switch between scans without losing data.
Automatic result saving. Quick access to previous analyses with search.
Drag a folder into the window or select via dialog. CleverTree will automatically detect the disk type and choose the optimal scanning strategy.
Perfect for scripts, CI/CD and headless servers
# Quick overview of home folder $ clever-tree --cli ~ Scanning: /Users/demo Files: 45,230 | Dirs: 3,847 | Size: 156.7 GiB | Time: 12.3s # JSON for automation $ clever-tree --cli -f json /var/log | jq '.total_size_human' "2.4 GiB" # Top 5 largest items $ clever-tree --cli -f top -n 5 ~/Downloads Top 5 by size: ─────────────────────────────────────────── 1. 📁 8.5 GiB node_modules 2. 📄 3.2 GiB backup.tar.gz 3. 📁 2.1 GiB .cache 4. 📄 1.5 GiB movie.mkv 5. 📁 890 MiB vendor ───────────────────────────────────────────
summary
Compact summary
json
Machine-readable format
top
Top items by size
| Feature | CleverTree | DaisyDisk | WizTree | ncdu |
|---|---|---|---|---|
| Cross-platform |
macOS
Linux
Windows
|
macOS only | Windows only | ✓ |
| GUI mode | ✓ | ✓ | ✓ | — |
| CLI mode | ✓ | — | — | ✓ |
| 3 visualizations | ✓ | — | — | — |
| Tab system | ✓ | — | — | — |
| Multilingual | 9 languages | 4 languages | EN only | EN only |
| Free | ✓ | $9.99 | Freemium | ✓ |
| Open Source | ✓ | — | — | ✓ |
No registration, no ads, no limitations. Forever.
macOS 10.15+ (Catalina)
Ubuntu 20.04+, Fedora 34+
cargo build --release
Build from source • Requires Rust 1.75+ • MIT license