{"id":31074163,"url":"https://github.com/aniruddhgutta/dblt","last_synced_at":"2026-05-16T11:32:36.005Z","repository":{"id":314020247,"uuid":"1053478840","full_name":"aniruddhgutta/dblt","owner":"aniruddhgutta","description":"[mirror] simple android debloater","archived":false,"fork":false,"pushed_at":"2026-02-25T04:36:44.000Z","size":2947,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T10:08:27.871Z","etag":null,"topics":["adb","android","debloat","posix","shell"],"latest_commit_sha":null,"homepage":"https://codeberg.org/oceanicc/dblt","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aniruddhgutta.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-09-09T14:01:29.000Z","updated_at":"2026-02-25T04:36:48.000Z","dependencies_parsed_at":"2025-09-10T05:09:07.535Z","dependency_job_id":"98a766bd-e6fe-4a4b-add6-056cad60343b","html_url":"https://github.com/aniruddhgutta/dblt","commit_stats":null,"previous_names":["aniruddhgutta/dblt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aniruddhgutta/dblt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniruddhgutta%2Fdblt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniruddhgutta%2Fdblt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniruddhgutta%2Fdblt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniruddhgutta%2Fdblt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aniruddhgutta","download_url":"https://codeload.github.com/aniruddhgutta/dblt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniruddhgutta%2Fdblt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["adb","android","debloat","posix","shell"],"created_at":"2025-09-16T02:05:14.972Z","updated_at":"2026-05-16T11:32:36.000Z","avatar_url":"https://github.com/aniruddhgutta.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dblt\n\n**dblt** (short for debloat) is a simple, POSIX-compliant shell script for debloating Android devices via `adb`.\nIt lets you remove preinstalled apps in bulk, restore them, or interactively pick packages to manage — all from the command line.\n![](./demo/dblt-demo.webp)\n\n---\n\n## Features\n\n- **Debloat** – remove apps listed in one or more `.txt` package lists stored in `./lists`\n- **Interactive** – pick packages with [fzf](https://github.com/junegunn/fzf) to install or remove  \n- **List** – view all installed and uninstalled packages on the device  \n- **Logging** – actions are logged to `~/.cache/dblt` with timestamps  \n\n---\n\n## Setup Guide\n\n```sh\ngit clone https://codeberg.org/oceanicc/dblt\ncd dblt\n./dblt d\n```\n\n### Requirements\n\n- POSIX-compliant shell\n- adb (Android Debug Bridge)\n- fzf (only for interactive selection)\n- Device must have USB debugging enabled.\n\n## Usage\n\n```sh\n./dblt [command]\n```\n\n### Commands\n\n- `d | -d | debloat` – debloat device using selected `.txt` package lists\n- `i | -i | install` – interactively install packages\n- `r | -r | remove` – interactively remove packages\n- `l | -l | list` – list all installed and uninstalled packages\n- `h | -h | help` – display help message\n\n## Package Lists\n\ndblt expects one or more `.txt` files in the `./lists` directory for debloating.\nEach file should contain package names (one per line).\nLines may contain comments using `#`. Both full-line comments and inline comments are supported.\n\nExample `google.txt`:\n```\n# google.txt\ncom.android.chrome          # google chrome\ncom.google.android.youtube  # youtube\n```\n\n## Credits\n\nThis project’s design and code style were inspired by the [KISS package manager](https://codeberg.org/kiss-community/kiss).\n\n## License\n\n[MIT](https://mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniruddhgutta%2Fdblt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniruddhgutta%2Fdblt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniruddhgutta%2Fdblt/lists"}