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.
  • Rust 99%
  • Nix 0.6%
  • Shell 0.4%
Find a file
2024-02-24 22:29:00 +05:30
.cargo build: use relative mold linker path (fix #504) 2023-01-15 00:08:00 +01:00
.github fix(ci): sha256sum errors and overwrites 2024-02-24 08:32:36 -08:00
resources feat: make uad-ng have key value pair for directly building hashmap 2024-02-24 01:23:42 +05:30
src feat: make uad-ng have key value pair for directly building hashmap 2024-02-24 01:23:42 +05:30
.deepsource.toml ci: add .deepsource.toml 2023-10-27 04:17:19 +00:00
.gitignore refactor: apply extra clippy lints suggestions (#673) 2023-04-10 09:33:12 +00:00
Cargo.lock Bumped UAD-ng version and updated lockfile 2024-02-24 08:45:44 -08:00
Cargo.toml Bumped UAD-ng version and updated lockfile 2024-02-24 08:45:44 -08:00
CHANGELOG.md 0.6.2 release (#75) 2023-12-13 17:39:32 +01:00
CONTRIBUTING.md fix: New Generation -> Next Generation 2024-01-01 21:35:04 +01:00
LICENSE docs: remove explicit mention of 'GUI' 2024-01-04 11:30:58 +01:00
README.md docs(readme): add link to wiki 2024-02-05 11:51:00 +01:00

Universal Android Debloater Next Generation

DISCLAIMER: Use at your own risk. We're not responsible for anything that could happen to your phone.

uad_screenshot

This software is still in an early stage of development. Check out the issues, and feel free to contribute!

For real-time communication, consider joining our Discord server:

Summary

This is a detached fork of the UAD project, which aims to improve privacy and battery performance by removing unnecessary and obscure system apps. This can also contribute to improving security by reducing the attack surface. Read the wiki for more details on getting started.

Documentation

For documentation, see our Wiki.

Special thanks

  • @0x192 who created the original UAD project.
  • @mawilms for his LotRO plugin manager (Lembas) which helped a lot to understand how to use the Iced GUI library.
  • @casperstorm for the UI/UX inspiration.