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-05 04:03:27 +00:00
.cargo build: use relative mold linker path (fix #504) 2023-01-15 00:08:00 +01:00
.github feat(workflow): run release.yml only if a semver tag is pushed on main 2024-01-08 11:02:17 +05:30
resources fix uad_lists.json 2024-01-26 17:03:59 +01:00
src Merge pull request #196 from Universal-Debloater-Alliance/summary-struct 2024-02-01 16:10:53 +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 fix: New Generation -> Next Generation 2024-01-01 21:35:04 +01:00
Cargo.toml Merge branch 'Universal-Debloater-Alliance:main' into remove-glow 2024-01-03 18:07:36 +00: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 feat: move most of the documentation to the wiki 2024-02-05 09:30:31 +05:30

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.

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.