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
2025-01-05 10:37:30 +02:00
.cargo chore(cargo): append ".toml" to config 2024-08-19 14:50:57 -04:00
.github chore(issue-template): add ADB version field for bug-report 2024-12-10 08:41:35 -04:00
resources pkg(com.xiaomi.market): categorize it as Advanced 2025-01-05 10:37:30 +02:00
src test(theme): skip comparing palette.bright.surface 2024-12-07 23:57:05 -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 pull request #704 from Universal-Debloater-Alliance/ci/lint/allow_with_reason 2024-11-17 22:37:04 +00: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): improve disclaimer and link to Rust org 2024-12-10 08:20:53 -04:00

Universal Android Debloater Next Generation

DeepSource DeepSource DeepSource

Warning

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

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.