FreeYourDisk v0.1.0
A modern Linux desktop utility that safely scans and cleans your disk — temporary files, oversized files, stale git worktrees and developer caches — with a visual dashboard, charts and a recoverable-by-default deletion model.
Install
Debian / Ubuntu (.deb) — recommended (installs the Polkit helper for root cleanup)
sudo apt install ./FreeYourDisk_0.1.0_amd64.debFedora / RHEL (.rpm)
sudo dnf install ./FreeYourDisk-0.1.0-1.x86_64.rpmPortable (.AppImage) — any distro, user-level cleanup only
chmod +x FreeYourDisk_0.1.0_amd64.AppImage && ./FreeYourDisk_0.1.0_amd64.AppImageFeatures
- Clean temporary files, largest files, stale git worktrees and developer caches
- Recoverable by default (XDG trash) with a dry-run preview before any deletion
- System tray icon with a disk-usage popover widget
- Least privilege: privileged cleanup runs through a minimal Polkit helper — the UI never runs as root (the
.deb/.rpminstall the helper; the.AppImageis user-level only)
Quality
- The
.debis lintian-clean (0 errors, 0 warnings). - Read-only scans, zone whitelist and git-safety are enforced by tests.
Licensed GPL-3.0-or-later. See README · Français
Full Changelog: https://github.com/QrCommunication/FreeYourDisk/commits/v0.1.0
What's Changed
- build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #1
- build(deps): bump pnpm/action-setup from 4 to 6 by @dependabot[bot] in #2
- build(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #3
- build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: https://github.com/QrCommunication/FreeYourDisk/commits/v0.1.0