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-12-14 12:56:48 -04:00
.cargo chore(cargo): append ".toml" to config 2024-08-19 14:50:57 -04:00
.github fix(1-bug-report.yml): rendering error 2024-09-29 16:38:28 -04:00
resources pkg(com.telus.checkup): add checkup package from Canadian carrier Telus 2024-12-02 23:19:39 -05:00
src refactor: add PackId, replace list_all_system_packages by list_packs 2024-12-14 12:56:48 -04:00
.deepsource.toml ci: update .deepsource.toml 2024-04-05 20:38:27 +00:00
.gitignore refactor: apply extra clippy lints suggestions (#673) 2023-04-10 09:33:12 +00:00
build.rs Fix file path typo in build.rs 2024-05-21 01:12:26 +05:30
Cargo.lock fix(theme): fix, patch, and optimize(perf) Auto theme 2024-10-27 22:15:09 -04:00
Cargo.toml Merge branch 'main' into refactor/sync-and-set_var 2024-12-07 10:25:49 -04:00
CONTRIBUTING.md docs(contributing): recommend rebase from main (#597) 2024-09-01 11:41:34 +02:00
flake.lock feat: add Nix flake (#421) 2024-09-15 16:24:46 +02:00
flake.nix feat: add Nix flake (#421) 2024-09-15 16:24:46 +02:00
LICENSE docs: remove explicit mention of 'GUI' 2024-01-04 11:30:58 +01:00
README.md docs(readme): link to discussion about needing developers 2024-11-26 14:54:38 +01:00

Universal Android Debloater Next Generation

DeepSource DeepSource DeepSource

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

uad_screenshot

Check out the issues, and feel free to contribute!. We're in HIGH NEED of Rust developers for fixing critical issues, see this announcement for more information.

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

Icon

In case you prefer using Matrix (using a Matrix bridge to Discord):

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 (but not eliminating) the attack surface. Read the 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.

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.