oop7/android-debloater — explained in plain English
Analysis updated 2026-07-14 · repo last pushed 2025-09-15
Remove pre-installed bloatware from a new Android phone in bulk from your computer.
Strip carrier-branded apps off a phone before selling or giving it away.
Reclaim storage on an older Android device bogged down by factory-installed software.
Back up and restore system apps you accidentally removed that destabilized your phone.
| oop7/android-debloater | aftertonesignal/brume | alacritty/termbenchbot | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | Rust | Rust | Rust |
| Last pushed | 2025-09-15 | — | 2026-06-22 |
| Maintenance | Quiet | — | Active |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 5/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
No special setup needed beyond enabling USB debugging on your phone and plugging it in, ADB is bundled with the app.
Android Debloater is a desktop app that helps you clean up your Android phone by removing unwanted apps, especially the pre-installed bloatware that manufacturers and carriers pile on. Instead of scrolling through your phone's settings and uninstalling things one at a time, you plug your phone into your computer, open this app, and manage everything from a clean interface with search and batch selection. The app talks to your phone using a tool called ADB (Android Debug Bridge), which is the standard way for computers to communicate with Android devices. The nice touch here is that ADB is bundled right into the app, so you don't need to download separate developer tools or mess with system paths. Once your phone is connected with USB debugging enabled, the app scans for all installed packages, lets you filter and select what you want gone, and uninstalls them in bulk. Before removing anything, it automatically backs up the app files to your computer, so if you accidentally delete something important, you can restore it with one click. This is for anyone who's looked at their new phone and thought, "why are there forty apps I didn't ask for and can't delete?" Maybe you want to strip carrier apps off a phone you're selling, or you want to reclaim storage on an older device that's bogged down with pre-installed software. It works on Windows, Mac, and Linux, and it handles both regular apps and system-level packages that normally resist uninstallation. The project is built with Tauri, which pairs a Rust backend with a web-based frontend (React in this case), resulting in a fast, lightweight desktop app rather than a heavier Electron-based alternative. The safety net of automatic APK backups before every uninstall is a thoughtful choice, removing system packages can destabilize a phone, and the project is upfront about that risk in its disclaimer.
Desktop app that removes unwanted pre-installed apps from Android phones in bulk via a computer, with automatic backup before uninstalling and built-in ADB so no extra tools are needed.
Mainly Rust. The stack also includes Rust, React, Tauri.
Quiet — no commits in 6-12 months (last push 2025-09-15).
No license information was provided in the explanation, so usage rights are unknown.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.