universal-debloater-alliance/universal-android-debloater-next-generation

Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices. Improve your privacy, the security and battery life of your device.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 20 seconds ago
Added to GitGenius on September 7th, 2026
Created on October 26th, 2023
Open Issues & Pull Requests: 266 (+0)
GitHub issues: Enabled
Number of forks: 387
Total Stargazers: 9,082 (+1)
Total Subscribers: 50 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.1 hours
Mean response time: 18.9 days
90th percentile: 39.4 days
Tracked items: 457

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "documentation" is answered fastest, typically in under an hour, while "enhancement" waits about 3 days. 71% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 258
New in 7 days: 9
Closed in 7 days: 1
Avg open age: 376 days
Stale 30+ days: 236
Stale 90+ days: 206

Recent activity

Opened in 7 days: 7
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • package::documentation (138)
  • enhancement (119)
  • bug (100)
  • package::addition (100)
  • package::breakage (73)
  • documentation (24)
  • UI (23)
  • help wanted (11)

Detailed Description

Universal Android Debloater Next Generation is a cross-platform GUI tool written in Rust that removes bloatware from non-rooted Android devices via ADB.

The tool addresses the problem of unnecessary system applications consuming resources and expanding attack surface on Android devices. It works by connecting to an Android device through ADB and allowing users to selectively uninstall or disable system packages that have been catalogued in a community-maintained list. The approach requires no root access, making it accessible to users unwilling to modify their devices at the system level. The tool fetches an updated package list from GitHub and performs all operations through the ADB interface, keeping the process straightforward and reversible.

Developers and privacy-conscious users who want to reduce bloatware, improve battery life, and minimize the attack surface of their Android devices should consider this tool. It suits anyone with a non-rooted Android phone who can connect via USB debugging. The project explicitly states it collects no user data and makes only GET requests to GitHub for package lists and update checks. The tool is particularly valuable for users seeking privacy improvements without the complexity of rooting their device. Several other projects integrate with its package list, including mobile debloaters and advanced app managers, indicating it has become a reference resource in the Android debloating ecosystem.

The project maintains active community engagement through Discord and Matrix channels for real-time support. Development appears focused on documentation and user guidance, with a comprehensive wiki covering getting started, usage, building from source, and contribution guidelines. The codebase is organized around core modules for managing ADB lists and checking updates, suggesting ongoing maintenance of the package database and feature stability.