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 9431c82637
pkg(lg, sprint, google): add packages from LG Nexus 5 (#1262)
* pkg(lg, sprint, google): add packages from LG Nexus 5

* remove stray newlines
2026-01-21 23:23:09 +01:00
.cargo build(cargo): don't use mold 2025-07-04 14:58:22 -04:00
.github pkg: add many new packages (#1180) 2026-01-21 11:19:23 +01:00
resources pkg(lg, sprint, google): add packages from LG Nexus 5 (#1262) 2026-01-21 23:23:09 +01:00
src docs: add proper source for package-ID format 2026-01-10 07:44:24 -04:00
.gitignore refactor: apply extra clippy lints suggestions (#673) 2023-04-10 09:33:12 +00:00
.mailmap chore(git): add .mailmap 2026-01-11 09:04:00 -04:00
build.rs build: unwrap embed_resource::compile 2025-08-09 20:04:02 -04:00
Cargo.lock Merge branch 'main' into chore/rfd 2026-01-09 12:02:45 +00:00
Cargo.toml chore(cargo-clippy): rm no-op lint line 2026-01-17 10:11:02 -04:00
clippy.toml build: simplify disallowed-* message 2025-02-21 21:49:51 +01:00
CONTRIBUTING.md docs(contributing): add issue label and changelog section 2026-01-08 12:05:38 +01:00
flake.lock refactor(nix): add macOS 2025-12-21 20:37:19 -08:00
flake.nix refactor(nix): add macOS 2025-12-21 20:37:19 -08:00
LICENSE docs: remove explicit mention of 'GUI' 2024-01-04 11:30:58 +01:00
README.md docs(README): link to Getting-started 2026-01-10 12:00:22 -04:00
RELEASE.md docs(release): mention that we need to update Cargo.lock 2025-03-10 20:25:58 +01:00

Universal Android Debloater Next Generation

Warning

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

screenshot of apps view

This is a detached fork of the UAD project. This aims to improve privacy and efficiency (energy, speed, memory) by removing unnecessary and obscure system apps. This can also improve security by reducing the attack surface. Read the wiki for more details.

Documentation

Everything about UAD-ng (and related stuff) can be found on the Wiki, such as:

Privacy

UAD-ng does not collect or transmit any user data. The only external connections are GET requests to GitHub for fetching the package list (src/core/uad_lists.rs) and checking for updates (src/core/update.rs).

Contact

For real-time communication and support, consider joining our Discord guild:

Discord symbol

If you prefer using Matrix, we have a bridge to Discord:

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.