Run the graphical user interface from your terminal. You can pass a directory path as a positional argument to start scanning immediately:
# Run GUI with default setup
./edirstat
# Run GUI and immediately scan a directory
./edirstat /path/to/scan
Windows Tip: You can just double-click the executable on Windows, but run eDirStat as an Administrator to unlock maximum performance.
To compile eDirStat from source, make sure you have the Rust compiler and cargo nightly toolchain installed:
# Clone the repository
git clone https://github.com/xangelix/edirstat.git
cd edirstat
# Compile optimized release binary
cargo build --release
Platform Support: Fully supported on Linux, macOS, and Windows (requires nightly toolchain on Windows for `windows_by_handle`).