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-13 13:13:12 -08:00
.cargo build: use relative mold linker path (fix #504) 2023-01-15 00:08:00 +01:00
.github removed matrix from workflow names 2024-02-08 19:19:47 -08:00
resources Update uad_lists.json 2024-02-12 15:42:29 +03:00
src Prepend v in front of version in navigation menu 2024-02-13 13:13:12 -08:00
.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 deps: update cargo.lock 2024-02-12 14:18:49 +05:30
Cargo.toml use win32console instead of windows_sys for a safer abstraction. 2024-02-10 15:54:22 +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 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.