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
Anonymoussaurus 4541552975
Merge pull request #659 from Universal-Debloater-Alliance/chore/hotfix/bug-template
chore(1-bug-report.yml): fix rendering error
2024-09-29 22:43:08 +02: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.mig.play.games): add Funmax package (#652) 2024-09-25 13:12:44 +02:00
src refactor: Avoid clone in assignments (#655) 2024-09-26 09:44:16 +02: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 release(versioning): bumped uad-ng version and updated dependencies 2024-07-10 18:22:12 +02:00
Cargo.toml build(Cargo): optimize release further 2024-09-15 11:28:18 -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 feat(docs): added DeepSource badges to README.md 2024-04-05 13:49:36 -07: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!

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

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.