百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
U

universal-android-debloater

> 编程语言
开源

由Rust所写的跨平台图形用户界面,使用ADB去除无根和机器人设备. 改善你的隐私,安全 和电池生活 你的装置.

19.7K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

由Rust所写的跨平台图形用户界面,使用ADB去除无根和机器人设备. 改善你的隐私,安全 和电池生活 你的装置.

# Universal Android Debloater GUI **DISCLAIMER**: Use at your own risk. I am not responsible for anything that could happen to your phone. **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](https://gitlab.com/W1nst0n/universal-android-debloater), 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](https://en.wikipedia.org/wiki/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 - [x] Uninstall/Disable and Restore/Enable system packages - [x] Multi-user support (e.g. apps in work profiles) - [x] Export/Import your selection in `uad_exported_selection.txt` - [x] Multi-device support: you can connect multiple phones at the same time - [x] 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](https://github.com/0x192/universal-android-debloater/wiki/FAQ)) ## Universal Debloat Lists - [x] GFAM (Google/Facebook/Amazon/Microsoft) - [x] AOSP - [x] Manufacturers (OEM) - [x] Mobile carriers - [x] Qualcomm / Mediatek / Miscellaneous ## Manufacturers debloat lists - [ ] Archos - [x] Asus - [ ] Blackberry - [ ] Gionee - [x] LG - [x] Google - [ ] iQOO - [x] Fairphone - [ ] HTC - [x] Huawei - [x] Motorola - [x] Nokia - [x] OnePlus - [x] Oppo - [x] Realme - [x] Samsung - [x] Sony - [x] Tecno - [ ] TCL - [x] Unihertz - [x] Vivo/iQOO - [ ] Wiko - [x] Xiaomi - [x] ZTE ## Mobile carriers debloat lists | Country | Carriers | | ------- | ------------------------------- | | France | Orange, SFR, Free, Bouygues | | USA | T-Mobile, Verizon, Sprint, AT&T | | Germany | Telekom | | UK | EE | ## How to use it - **Read the [FAQ](https://github.com/0x192/universal-android-debloater/wiki/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: ```bash sudo apt install android-sdk-platform-tools ``` Arch-Linux Base: ```bash sudo pacman -S android-tools ``` Red Hat Base: ```bash sudo yum install android-tools ``` OpenSUSE Base: ```bash sudo zypper install android-tools ```

MAC OS - Install [Homebrew](https://brew.sh/) - Install _Android platform tools_ ```bash brew install android-platform-tools ```

WINDOWS - Download [android platform tools](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) and unzip it somewhere. - [Add the android platform tools to your PATH](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/) **OR** make sure to launch UAD from the same directory. - [Install USB drivers for your device](https://developer.android.com/studio/run/oem-usb#Drivers) - Check your device is detected: ```bash adb devices ```

- Download the latest release of UAD GUI for your Operating System [here](https://github.com/0x192/universal-android-debloater/releases). Take the `opengl` version only if the default version (with a Vulkan backend) doesn't launch. **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](https://github.com/0x192/universal-android-debloater/wiki) ## Special thanks - [@mawilms](https://github.com/mawilms) for his LotRO plugin manager ([Lembas](https://github.com/mawilms/lembas)) which helped me a lot to understand how to use the [Iced](https://github.com/hecrj/iced) GUI library. - [@casperstorm](https://github.com/casperstorm) for the UI/UX inspiration.

GitHub Issues· 615 开放

在 GitHub 查看全部
  • #1211

    Updates

    package::documentation更新于 2026年9月16日
  • #1210

    I removed all those packages on my phone If not why. Leave the brackets blank and explain why.

    更新于 2026年9月16日
  • #1209

    SM-N986B

    package::addition更新于 2026年9月16日
  • #1207

    Oppo OpenCapabilityService

    package::breakage更新于 2026年8月19日
  • #641

    Non-bootloop apps

    package::documentation更新于 2026年8月12日
  • #1206

    Google packages, among others.

    package::addition更新于 2026年8月11日
  • #1203

    https://github.com/0x192/universal-android-debloater/issues/838

    bug更新于 2026年7月25日
  • #1202

    https://github.com/0x192/universal-android-debloater/issues/838

    package::breakage更新于 2026年7月25日
  • #1201

    معاناة من الثقل في التطبيقات والالعاب

    更新于 2026年7月23日
  • #1200

    GUI is broken

    bug更新于 2026年7月22日

核心特点

  • •[x] Uninstall/Disable and Restore/Enable system packages
  • •[x] Multi-user support (e.g. apps in work profiles)
  • •[x] Export/Import your selection in uad_exported_selection.txt
  • •[x] Multi-device support: you can connect multiple phones at the same time
  • •[x] All your actions are logged, so you never forget what you've done
  • •[x] GFAM (Google/Facebook/Amazon/Microsoft)
  • •[x] AOSP
  • •[x] Manufacturers (OEM)
  • •[x] Mobile carriers
  • •[x] Qualcomm / Mediatek / Miscellaneous

> 标签

Rustadbandroiddebloatprivacy

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言