Skip to content

FreeYourDisk v0.1.0

Choose a tag to compare

@ronylicha ronylicha released this 25 Jun 00:04

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.deb

Fedora / RHEL (.rpm)

sudo dnf install ./FreeYourDisk-0.1.0-1.x86_64.rpm

Portable (.AppImage) — any distro, user-level cleanup only

chmod +x FreeYourDisk_0.1.0_amd64.AppImage && ./FreeYourDisk_0.1.0_amd64.AppImage

Features

  • 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/.rpm install the helper; the .AppImage is user-level only)

Quality

  • The .deb is 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

Full Changelog: https://github.com/QrCommunication/FreeYourDisk/commits/v0.1.0