https://github.com/adileo/squirreldisk
Beautiful, Cross-Platform and Super Fast Disk Usage Analysis Tool - Built With Rust 🦀
https://github.com/adileo/squirreldisk
Last synced: 3 months ago
JSON representation
Beautiful, Cross-Platform and Super Fast Disk Usage Analysis Tool - Built With Rust 🦀
- Host: GitHub
- URL: https://github.com/adileo/squirreldisk
- Owner: adileo
- License: agpl-3.0
- Created: 2023-01-29T16:29:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T14:08:44.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T19:49:36.069Z (10 months ago)
- Language: TypeScript
- Homepage: https://squirreldisk.com
- Size: 10.3 MB
- Stars: 693
- Watchers: 8
- Forks: 23
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - SquirrelDisk - Beautiful cross-platform disk usage analysis tool. (Applications / File management)
- awesome-rainmana - adileo/squirreldisk - Beautiful, Cross-Platform and Super Fast Disk Usage Analysis Tool - Built With Rust 🦀 (TypeScript)
README
# SquirrelDisk
[](https://github.com/adileo/squirreldisk/releases) [](https://github.com/adileo/squirreldisk/releases) [](https://github.com/adileo/squirreldisk/releases)

## What's taking your hard disk space?
The easiest open source app you will ever use to detect huge files. Built with Rust + React (Tauri).
Squirreldisk is an open source alternative to softwares like: WinDirStat, WizTree, TreeSize and DaisyDisk.
Some features:
- Fast scan and deep directory scanning
- Disk scanning or pick a directory
- External disks real-time detection
- A sunburst chart to quickly visualize the disk usage
- Drag and drop: collect all items to be deleted
- Right click on a folder/file to open the file explorer
- Cross-Platform MacOS, Windows, Linux
- Auto-updater: get notified when there is a new update (only on app launch - no notification spamming thanks)## Installation
Please note that the current version is not 100% stable yet, and you may encounter bugs.
### Windows
1. Download the installer from the [release page](https://github.com/adileo/squirreldisk/releases)
2. The binary is not signed so Windows could open a popup window warning you that the file is unsecure, just click on "More Information" > "Run Anyway"[Why the binary isn't Codesigned and marked as unsafe?](https://news.ycombinator.com/item?id=19330062)
### Ubuntu
1. Download the .deb package from the [release page](https://github.com/adileo/squirreldisk/releases)
2. Install### MacOS
1. Download the .dmg from the [release page](https://github.com/adileo/squirreldisk/releases)
2. Install the app from the .dmg
3. First time you open the App: `Right click > Open` once (it won't run, since the binaries are not signed an alert will appear), then do it again `Right click > Open` to bypass the issue, it won't happen again after the first time.## Disclaimer
This app was a project from 2 years ago built in Electron in 2 days, I decided to port it to Tauri to achieve better performances and to make it Open Source. Yay.
The code is still spaghetti and needs a lot of refactoring.
## Bug Reporting
If you find any bugs, please report it by submitting an issue on our [issue page](https://github.com/adileo/squirreldisk/issues) with a detailed explanation. Giving some screenshots would also be very helpful.
## Feature Request
You can also submit a feature request on our [issue page](https://github.com/adileo/squirreldisk/issues) or [discussions](https://github.com/adileo/squirreldisk/discussions) and we will try to implement it as soon as possible.
## Contributions
- [Join our Discord Server](https://discord.gg/Xp8QtMM65w)
## Credits
- [parallel-disk-usage](https://github.com/KSXGitHub/parallel-disk-usage)
- [tauri](https://github.com/tauri-apps/tauri)