{"id":30803211,"url":"https://github.com/downace/adb-helper-cli","last_synced_at":"2026-04-19T02:31:05.054Z","repository":{"id":278517285,"uuid":"935839560","full_name":"downace/adb-helper-cli","owner":"downace","description":"CLI tool to simplify some ADB operations","archived":false,"fork":false,"pushed_at":"2025-04-16T06:47:55.000Z","size":8985,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-10T16:09:45.080Z","etag":null,"topics":["adb","android","android-debug-bridge","cli","cli-app","command-line-tool"],"latest_commit_sha":null,"homepage":"","language":"Go","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/downace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"https://pay.cloudtips.ru/p/774f5d84"}},"created_at":"2025-02-20T05:21:58.000Z","updated_at":"2025-04-16T06:48:00.000Z","dependencies_parsed_at":"2025-02-20T08:22:34.094Z","dependency_job_id":"e9d5faba-379c-417e-a372-202f40bb817e","html_url":"https://github.com/downace/adb-helper-cli","commit_stats":null,"previous_names":["downace/adb-helper-cli"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/downace/adb-helper-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downace%2Fadb-helper-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downace%2Fadb-helper-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downace%2Fadb-helper-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downace%2Fadb-helper-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/downace","download_url":"https://codeload.github.com/downace/adb-helper-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downace%2Fadb-helper-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["adb","android","android-debug-bridge","cli","cli-app","command-line-tool"],"created_at":"2025-09-05T22:50:08.295Z","updated_at":"2026-04-19T02:31:05.008Z","avatar_url":"https://github.com/downace.png","language":"Go","funding_links":["https://pay.cloudtips.ru/p/774f5d84"],"categories":[],"sub_categories":[],"readme":"# ADB Helper (CLI)\n\nCLI tool to aid with Android Wireless debugging (searching, pairing and connecting devices) without Android Studio.\n\nAlso check out my desktop app with similar features: https://github.com/downace/adb-helper-desktop\n\n### Installation\n\nDownload binary for your platform from [Releases](https://github.com/downace/adb-helper-cli/releases) page,\nor use `go install github.com/downace/adb-helper-cli`\n\n### Usage\n\nSearch devices and connect interactively:\n\n```shell\nadb-helper connect\n```\n\n\u003cdetails\u003e\u003csummary\u003eDemo\u003c/summary\u003e\n\n[![Connect demo GIF](demo_connect.gif)](https://asciinema.org/a/NzVvQTDaPy2X2MrSeE7rR684S)\n\u003c/details\u003e\n\nSearch devices and connect to the first found device:\n\n```shell\nadb-helper --use-first\n```\n\nPair to device using QR-code:\n\n```shell\nadb-helper pair --qr\n```\n\n\u003cdetails\u003e\u003csummary\u003eDemo\u003c/summary\u003e\n\n[![Connect demo GIF](demo_pair_qr.gif)](https://asciinema.org/a/wsnxJjCtC9alC3qerjh7ZK5p1)\n\u003c/details\u003e\n\nPair to device using pairing code:\n\n```shell\nadb-helper pair --code\n```\n\n\u003cdetails\u003e\u003csummary\u003eDemo\u003c/summary\u003e\n\n[![Connect demo GIF](demo_pair_code.gif)](https://asciinema.org/a/2z9pxvLFdqlm5kISTVibDTQlG)\n\u003c/details\u003e\n\nIf ADB executable is not in your system Path, you can specify it using `--adb`:\n\n```shell\nadb-helper --adb \"C:\\Android\\platform-tools\\adb.exe\" connect\n```\n\nDownload ADB executable:\n\n```shell\nadb-helper download\n```\n\n## Roadmap\n\n- [x] Simplify interface. Less interactivity, more arguments\n- [x] Add option to download ADB executable\n- [ ] Controllable output (`--quiet` and `--verbose` flags), logging\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdownace%2Fadb-helper-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdownace%2Fadb-helper-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdownace%2Fadb-helper-cli/lists"}