{"id":26895301,"url":"https://github.com/quinsaiz/bloatware-remove","last_synced_at":"2026-05-01T22:32:21.772Z","repository":{"id":283984697,"uuid":"947212199","full_name":"quinsaiz/bloatware-remove","owner":"quinsaiz","description":"A set of shell (.sh) and powershell (.ps1) scripts for removing or restoring applications on Android devices. Supports automation of app management tasks, including uninstalling bloatware, reinstalling system apps, and handling package operations via ADB. Compatible with devices like Xiaomi, Poco. Designed for both Linux and Windows environments","archived":false,"fork":false,"pushed_at":"2026-01-11T11:28:20.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-08T18:42:18.380Z","etag":null,"topics":["android","automation","bash","firmware-flashing","hyperos","linux","miui","poco","powershell","redmi","windows","xiaomi"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quinsaiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-12T10:29:11.000Z","updated_at":"2026-01-11T11:28:23.000Z","dependencies_parsed_at":"2025-03-27T17:31:56.794Z","dependency_job_id":null,"html_url":"https://github.com/quinsaiz/bloatware-remove","commit_stats":null,"previous_names":["quinsaiz/miui-clean","quinsaiz/bloatware-remove"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/quinsaiz/bloatware-remove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsaiz%2Fbloatware-remove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsaiz%2Fbloatware-remove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsaiz%2Fbloatware-remove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsaiz%2Fbloatware-remove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quinsaiz","download_url":"https://codeload.github.com/quinsaiz/bloatware-remove/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinsaiz%2Fbloatware-remove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","automation","bash","firmware-flashing","hyperos","linux","miui","poco","powershell","redmi","windows","xiaomi"],"created_at":"2025-04-01T01:55:14.537Z","updated_at":"2026-05-01T22:32:21.765Z","avatar_url":"https://github.com/quinsaiz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBloatware App Removal Tools\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Android-gray?style=for-the-badge\u0026logo=android\" alt=\"Android\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-GPLv3-green?style=for-the-badge\" alt=\"License\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Version-1.10-orange?style=for-the-badge\" alt=\"Version\"/\u003e\n\u003c/p\u003e\n\n## Description\nThis tool allows you to quickly and conveniently remove or disable unnecessary system apps, utilities, Google apps, and third-party apps on devices running MIUI or HyperOS. The scripts are written in Bash (Linux) and PowerShell (Windows), making them versatile for different systems. Everything is alphabetically sorted, with clear menus and app statuses.\n\n### Key Features:\n- Remove MIUI/HyperOS system apps (e.g., GetApps, Mi Browser).\n- Disable critical utilities (e.g., Quick Apps, Touch Assistant).\n- Manage Google apps (YouTube, Gmail, etc.).\n- Remove third-party apps (Netflix, Facebook, etc.).\n- Check app statuses via ADB.\n\n## How to Use\n\n### Prerequisites\n1. **ADB (Android Debug Bridge):** Download platform-tools from the [official Android site](https://developer.android.com/tools/releases/platform-tools).\n2. **USB Debugging:** Enable \"USB Debugging\" in Developer Options on your device.\n3. **Connection:** Connect your device to your computer via USB.\n\n## Instruction for Linux\n\n### Create a work folder\n\n* Unzip the archive from platform-tools or install ADB (android-tools package).\n\n* Download the script from Release and move it to the folder with platform-tools, or use git:\n    ```bash\n    git clone https://github.com/quinsaiz/bloatware-remove.git\n    cd bloatware-remove\n    ```\n\n### Run the script:\n\n* Give permission to execute the file:\n    ```bash\n    chmod +x script.sh\n    ```\n\n* Run the script:\n    ```bash\n    ./script.sh\n    ```\n    \n## Instruction for Windows\n\n### Create a work folder:\n\n* Unzip the archive from platform-tools or install ADB.\n\n* Download the `script.ps1` from Release and move it to the platform-tools folder.\n\n### Run the script:\n\n* Open PowerShell.\n\n* Go to the folder with the script:\n    ```powershell\n    cd path/to/bloatware-remove\n    ```\n\n* Set execution policy to be able to run scripts only in the current PowerShell session:\n    ```powershell\n    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force\n    ```\n\n* Run the script:\n    ```powershell\n    .\\script.ps1\n    ```\n  \n**Select an option:** Use numbers to navigate through the menu (for example, 1 for MIUI/HyperOS apps).\n\n**Actions:** Select \"Uninstall\", \"Restore\", \"Disable\", \"Enable\" for each program.\n\n## Important Notes\n\n**Backup:** It’s recommended to back up your device before removing system apps.\n\n**Safety:** Disabling critical utilities may affect system stability.\n\n**ADB:** Ensure ADB is working correctly (adb devices should list your device).\n\n## Project Structure\n```text\nbloatware-remove/\n│  \n├── script.sh   # Bash script for Linux\n├── script.ps1  # PowerShell script for Windows\n├── LICENSE     # GPLv3 License\n└── README.md   # This file\n```\n\n## Author\n\n### quinsaiz\nGitHub: https://github.com/quinsaiz\n\n## License\n\nThis project is licensed under the [GPLv3 License](/LICENSE).\n\n## Support\n\nIf you like this project, please give it a star on GitHub!\n\n\u003cimg src=\"https://img.shields.io/github/stars/quinsaiz/bloatware-remove?style=social\" alt=\"GitHub star\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinsaiz%2Fbloatware-remove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquinsaiz%2Fbloatware-remove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinsaiz%2Fbloatware-remove/lists"}