0x192

    0x192/universal-android-debloater

    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.

    android
    adb
    debloat
    privacy
    Rust
    GPL-3.0
    18.5K stars
    972 forks
    18.5K watching
    Updated 2/27/2026
    View on GitHub
    Backblaze Advertisement

    Loading star history...

    Health Score

    75

    Weekly Growth

    +0

    +0.0% this week

    Contributors

    1

    Total contributors

    Open Issues

    592

    Generated Insights

    About universal-android-debloater

    Universal Android Debloater GUI

    DISCLAIMER: Use at your own risk. I am not responsible for anything that could happen to your phone.

    uad_screenshot

    This software is still in an early stage of development. Check out the issues, and feel free to contribute!

    Summary

    This is a complete rewrite in Rust of the UAD project, which aims to improve privacy and battery performance by removing unnecessary and obscure system apps. This can also contribute to improve security by reducing the attack surface.

    Packages are as well documented as possible in order to provide a better understanding of what you can delete or not. The worst issue that could happen is removing an essential system package needed during boot causing then an unfortunate bootloop. After about 5 failed system boots, the phone will automatically reboot in recovery mode, and you'll have to perform a FACTORY RESET. Make a backup first!

    In any case, you CANNOT brick your device with this software! That's the main point, right?

    Features

    • Uninstall/Disable and Restore/Enable system packages
    • Multi-user support (e.g. apps in work profiles)
    • Export/Import your selection in uad_exported_selection.txt
    • Multi-device support: you can connect multiple phones at the same time
    • All your actions are logged, so you never forget what you've done

    NB : System apps cannot truly be uninstalled without root (see the FAQ)

    Universal Debloat Lists

    • GFAM (Google/Facebook/Amazon/Microsoft)
    • AOSP
    • Manufacturers (OEM)
    • Mobile carriers
    • Qualcomm / Mediatek / Miscellaneous

    Manufacturers debloat lists

    • Archos
    • Asus
    • Blackberry
    • Gionee
    • LG
    • Google
    • iQOO
    • Fairphone
    • HTC
    • Huawei
    • Motorola
    • Nokia
    • OnePlus
    • Oppo
    • Realme
    • Samsung
    • Sony
    • Tecno
    • TCL
    • Unihertz
    • Vivo/iQOO
    • Wiko
    • Xiaomi
    • ZTE

    Mobile carriers debloat lists

    CountryCarriers
    FranceOrange, SFR, Free, Bouygues
    USAT-Mobile, Verizon, Sprint, AT&T
    GermanyTelekom
    UKEE

    How to use it

    • Read the FAQ!

    • Do a proper backup of your data! You can never be too careful!

    • Enable Developer Options on your smartphone.

    • Turn on USB Debugging from the developer panel.

    • From the settings, disconnect from any OEM accounts (when you delete an OEM account package it could lock you on the lockscreen because the phone can't associate your identity anymore)

    • Install ADB (see the intructions by clicking on your OS below):

      LINUX
      • Install Android platform tools on your PC :

      Debian Base:

      sudo apt install android-sdk-platform-tools
      

      Arch-Linux Base:

      sudo pacman -S android-tools
      

      Red Hat Base:

      sudo yum install android-tools
      

      OpenSUSE Base:

      sudo zypper install android-tools
      

      MAC OS
      • Install Homebrew

      • Install Android platform tools

        brew install android-platform-tools
        

    WINDOWS

  1. Download the latest release of UAD GUI for your Operating System here. Take the opengl version only if the default version (with a Vulkan backend) doesn't launch.

  2. NOTE: Chinese phones users may need to use the AOSP list for removing some stock apps because those Chinese manufacturers (especially Xiaomi and Huawei) have been using the name of AOSP packages for their own (modified & closed-source) apps.

    IMPORTANT NOTE: You will have to run this software whenever your OEM pushes an update to your phone as some uninstalled system apps could be reinstalled.

    How to contribute

    Hey-hey-hey! Don't go away so fast! This is a community project. That means I need you! I'm sure you want to make this project better anyway.

    ==> How to contribute

    Special thanks

    • @mawilms for his LotRO plugin manager (Lembas) which helped me a lot to understand how to use the Iced GUI library.
    • @casperstorm for the UI/UX inspiration.

    Discover Repositories

    Search across tracked repositories by name or description