https://github.com/sunsettechuila/adb-debloater
Debloat any Android device
https://github.com/sunsettechuila/adb-debloater
adb android debloat fluent mica miui oneui pixel powershell ticwatch windows windows-11
Last synced: 5 days ago
JSON representation
Debloat any Android device
- Host: GitHub
- URL: https://github.com/sunsettechuila/adb-debloater
- Owner: SunsetTechuila
- License: mit
- Created: 2024-10-08T16:36:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-30T07:05:43.000Z (20 days ago)
- Last Synced: 2025-10-07T09:50:47.071Z (13 days ago)
- Topics: adb, android, debloat, fluent, mica, miui, oneui, pixel, powershell, ticwatch, windows, windows-11
- Language: PowerShell
- Homepage:
- Size: 254 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADB Debloater
**A PowerShell tool to debloat Android devices with ADB**
## Screenshots
| Dark theme, blue accent, blue wallpaper | Light theme, green accent, green wallpaper |
| ----------------------------------------------------- | ------------------------------------------------------ |
|  |  |
|  |  |## Features
- Options to: uninstall, disable and enable apps
- Curated bloatware list from vendors like Google, Samsung, Xiaomi, and others
- WPF GUI in the WinUI 3 style
- Localized interface, app names and tooltips
- Automatic ADB downloading if it is not found in the PATH## Usage
1. Launch PowerShell in any terminal
2. Download this repo:```powershell
iwr 'https://codeload.github.com/SunsetTechuila/ADB-Debloater/zip/refs/heads/master' -useb -out 'ADB-Debloater.zip'; expand-archive 'ADB-Debloater.zip'; cd 'ADB-Debloater'; mv */* ./
```3. Enable debugging on your mobile device[`ℹ️`](https://developer.android.com/tools/adb#Enabling)
4. Connect your mobile device to your PC
5. Run the script:```cmd
./start
```Next time you can run the script by double clicking the "start" file in the "ADB-Debloater" folder.
## Requirements
- Windows 10 or higher
- PowerShell 5.1 or higher