TuxCleaner, an open-source cleanup toolkit for Linux inspired by Mole
TuxCleaner is a free, open-source Linux toolkit that combines system cleanup, application uninstalling, disk analysis, project artifact removal, and system monitoring in a single terminal app.
I took a lot of inspiration from Mole for macOS, which I really appreciate, while implementing the Linux-specific cleanup rules independently.
Key features:
- Deep cleaning: removes known system, user, browser, developer, package-manager, Docker, and Flatpak leftovers
- Application uninstaller: finds explicitly installed desktop apps and Flatpaks, previews the removal transaction, and preserves user data
- Disk and project insights: finds large personal files and old artifacts such as
node_modules,target,build,dist, and.venv - System status: displays CPU, memory, disk usage, load, and uptime
- Safety-first workflow: includes dry-run support, explicit confirmation, protected paths, and operation history
It currently supports Arch, Debian/Ubuntu, and Fedora/RHEL-based distributions.
TuxCleaner is still an MVP, so feedback, bug reports, and contributions are very welcome.