https://github.com/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.
https://github.com/universal-debloater-alliance/universal-android-debloater-next-generation
adb android bloatware-list bloatware-removal debloat debloater debloating privacy
Last synced: about 23 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/universal-debloater-alliance/universal-android-debloater-next-generation
- Owner: Universal-Debloater-Alliance
- License: gpl-3.0
- Created: 2023-10-26T17:00:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T20:01:39.000Z (21 days ago)
- Last Synced: 2025-04-23T21:19:44.491Z (21 days ago)
- Topics: adb, android, bloatware-list, bloatware-removal, debloat, debloater, debloating, privacy
- Language: Rust
- Homepage:
- Size: 20.6 MB
- Stars: 3,568
- Watchers: 22
- Forks: 126
- Open Issues: 126
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Universal Android Debloater Next Generation
> [!warning]
> **DISCLAIMER**: Use at your own risk. We're not responsible for anything that
could happen to your devices.
**Check out the issues, and [feel free to contribute!](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/How-to-contribute)**. We're in **HIGH NEED** of [Rust](https://www.rust-lang.org) developers for fixing critical issues, see [this announcement](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/discussions/731) for more information.
**For real-time communication, consider joining our Discord server:**
**In case you prefer using Matrix (using a Matrix bridge to Discord):**
[
](https://matrix.to/#/#uad-ng:matrix.org)
## Summary
This is a detached fork of the [UAD project](https://github.com/0x192/universal-android-debloater), which aims to improve privacy and battery performance by removing unnecessary and obscure system apps.
This can also contribute to improving security by reducing (but not eliminating) [the attack surface](https://en.wikipedia.org/wiki/Attack_surface). Read the [wiki](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki) for more details on getting started. Whilst UAD-ng can remove system apps, it cannot detect or remove potentially malicious system services or drivers baked into the firmware of your device by various vendors; some vendor-specific apps are only UI front-ends to vendor-provided system services, and as such disabling/uninstalling those apps will not stop a service from running. Additional information can be found in package descriptions inside the Universal Android Debloater Next Generation application.## Documentation
For documentation regarding how to use UAD-ng, the FAQ, building from source and how to decompile/extract APKs, see [our Wiki](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki).
## Special thanks
- [@0x192](https://github.com/0x192) who created the original UAD project.
- [@mawilms](https://github.com/mawilms) for his LotRO plugin manager ([Lembas](https://github.com/mawilms/lembas)) which helped a lot to understand how to use the [Iced](https://github.com/hecrj/iced) GUI library.
- [@casperstorm](https://github.com/casperstorm) for the UI/UX inspiration.