DiskSense is a modern disk space analyzer that helps you visualize and manage storage space on your computer. Built with Tauri, React, and Next.js, it provides an interactive treemap visualization of your directory structure, making it easy to identify large files and folders consuming valuable disk space.
- Interactive Treemap Visualization: Easily navigate through your directory structure with a color-coded treemap interface
- Fast & Comprehensive Scan Modes: Choose between quick estimation or detailed analysis of directory sizes
- Progress Tracking: Real-time progress updates during directory scanning
- File Management: Built-in context menu for common file operations (open, delete, view properties)
- Customizable Scanning:
- Adjustable scan depth (1-4 levels)
- Option to skip hidden files
- Choice between fast and comprehensive scanning modes
- Cross-Platform: Works on Windows, macOS, and Linux
- Node.js (v16 or later)
- Rust (latest stable version)
- Tauri CLI
- Clone the repository:
git clone https://github.com/ScriptedButton/disksense.git
cd disksense
- Install dependencies:
npm install
# or
yarn install
- Run the development version:
npm run tauri dev
# or
yarn tauri dev
To create a production build:
npm run tauri build
# or
yarn tauri build
The built application will be available in the src-tauri/target/release
directory.
- Launch DiskSense
- Select a directory to analyze
- Use the interactive treemap to explore your disk usage:
- Click on directories to navigate deeper
- Right-click for file/folder operations
- Use the back button to navigate up
- Adjust scan settings as needed
- Use "Fast" scan mode for quick directory size estimation
- Skip hidden files to speed up scanning
- Reduce scan depth for faster results in large directories
- Use "Comprehensive" scan mode only when accurate file sizes are needed
Contributions are welcome! Please feel free to submit a Pull Request.