universal-android-debloater.../README.md
Anonymoussaurus c598e4cf9b
docs(readme): fix formatting in documentation list
Added a missing newline before the documentation list in README.md for improved readability.
2026-01-08 11:47:54 +01:00

2.6 KiB

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#L210) and checking for updates (src/core/update.rs#L178).

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.