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-12-17 03:41:59 -04:00
.cargo build(cargo): don't use mold 2025-07-04 14:58:22 -04:00
.github Merge pull request #1175 from johny579/main 2025-12-09 12:40:00 +01:00
resources Add games to the uad_lists.json, pre-installed on Xiaomi Poco X7 Pro. I've uninstalled them without any problem. 2025-12-09 13:42:16 +01:00
src chore: fix and apply copilot suggestions 2025-11-20 21:46:19 -08:00
.gitignore refactor: apply extra clippy lints suggestions (#673) 2023-04-10 09:33:12 +00:00
build.rs build: unwrap embed_resource::compile 2025-08-09 20:04:02 -04:00
Cargo.lock chore(deps): bump iced from 0.12.0 to 0.13.1 2025-11-17 07:13:03 -08:00
Cargo.toml chore(deps): bump iced from 0.12.0 to 0.13.1 2025-11-17 07:13:03 -08:00
clippy.toml build: simplify disallowed-* message 2025-02-21 21:49:51 +01:00
CONTRIBUTING.md docs(release): move part of contributing to release file 2025-03-09 13:26:09 +01:00
flake.lock chore: update flake.nix and flake.lock 2025-11-17 07:02:46 -08:00
flake.nix chore: update flake.nix and flake.lock 2025-11-17 07:02:46 -08:00
LICENSE docs: remove explicit mention of 'GUI' 2024-01-04 11:30:58 +01:00
README.md docs(README): improve README 2025-12-17 03:41:59 -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:

Contact

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

Icon

If you prefer using Matrix (using a Matrix 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.