Unified App Uninstaller
APT, Snap, and Flatpak — managed from one list, with real disk usage per app.

Inspect every byte, reclaim disk space, and manage packages with crystal-clear previews. Engineered in Rust with zero-root UI security.
curl -L -o CLeanux.AppImage https://github.com/mimmocrazy/CLeanux/releases/latest/download/CLeanux_1.0.0_amd64.AppImage && chmod +x CLeanux.AppImage && ./CLeanux.AppImage
Five focused tools. No background daemons. Nothing leaves your machine.
APT, Snap, and Flatpak — managed from one list, with real disk usage per app.

CPU, RAM, per-core frequencies, and thermal sensors, rendered as SVG sparklines and per-core bars — a quick pulse-check, not the main event.
CPU
42%
RAM
58%
Temp
56°C
CPU trend
Finds orphaned dev caches and system junk across every project on disk.
Containers, dangling volumes, unused images, and Compose stacks — all visual.
CLeanux never asks for root to browse your system. It shows the exact preview of every change before a single byte is deleted — privilege is requested only for the one signed action you approve.
See the architectureRuns as user
Polkit policy
Isolated helper
Traditional cleanup scripts ask for root and hope for the best. CLeanux verifies every step.
Every action shows exactly what will change before you confirm it — no exceptions.
A minimal, single-purpose binary handles the one action that needs elevation. Nothing else does.
No analytics, no phone-home, no background network calls. Your system stays yours.
Every line — UI and helper alike — is public and auditable on GitHub.
Polkit actions are least-privilege and individually declared — never a blanket sudo.
Native packages where they make sense. A universal AppImage everywhere else.
Native .deb package
Download .deb$ wget https://github.com/mimmocrazy/CLeanux/releases/latest/download/CLeanux_1.0.0_amd64.deb$ sudo apt install ./CLeanux_1.0.0_amd64.deb
Universal .AppImage — no installation, no root required to run
Download .AppImage$ curl -L -o CLeanux.AppImage https://github.com/mimmocrazy/CLeanux/releases/latest/download/CLeanux_1.0.0_amd64.AppImage$ chmod +x CLeanux.AppImage$ ./CLeanux.AppImage# For privileged actions (cleaning system paths, managing services),# also install the helper from the same release:$ curl -L -o install-helper.sh https://github.com/mimmocrazy/CLeanux/releases/latest/download/install-helper.sh$ chmod +x install-helper.sh && sudo ./install-helper.sh
No native package yet — use the universal .AppImage
Download .AppImage$ curl -L -o CLeanux.AppImage https://github.com/mimmocrazy/CLeanux/releases/latest/download/CLeanux_1.0.0_amd64.AppImage$ chmod +x CLeanux.AppImage$ ./CLeanux.AppImage
Requires Rust, Node.js 20+, and the Tauri CLI
Read the build guide$ git clone https://github.com/mimmocrazy/CLeanux.git$ cd CLeanux$ npm install$ cargo tauri build