{"id":25091669,"url":"https://github.com/cli-stuff/platform-tools-installer-windows","last_synced_at":"2025-04-15T23:38:55.221Z","repository":{"id":256948062,"uuid":"856904949","full_name":"cli-stuff/platform-tools-installer-windows","owner":"cli-stuff","description":"🏄‍♂️ Command line script to easily install platform-tools (adb, fastboot) on Windows™","archived":false,"fork":false,"pushed_at":"2025-02-06T16:57:45.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T17:42:49.695Z","etag":null,"topics":["adb","android","android-sdk","debloating","fastboot","platform-tools","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/cli-stuff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"custom":["https://send.monobank.ua/jar/6rUVs4yasg","https://donatello.to/okineadev"]}},"created_at":"2024-09-13T12:36:24.000Z","updated_at":"2025-02-06T16:58:03.000Z","dependencies_parsed_at":"2024-11-09T09:19:58.143Z","dependency_job_id":"4f3a0ad7-b242-4855-8526-967aa78a6f06","html_url":"https://github.com/cli-stuff/platform-tools-installer-windows","commit_stats":null,"previous_names":["okineadev/platform-tools-installers-cli","cli-stuff/platform-tools-installers-cli","cli-stuff/platform-tools-installer-windows"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cli-stuff%2Fplatform-tools-installer-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cli-stuff%2Fplatform-tools-installer-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cli-stuff%2Fplatform-tools-installer-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cli-stuff%2Fplatform-tools-installer-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cli-stuff","download_url":"https://codeload.github.com/cli-stuff/platform-tools-installer-windows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237655354,"owners_count":19345365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-sdk","debloating","fastboot","platform-tools","windows"],"created_at":"2025-02-07T13:38:42.768Z","updated_at":"2025-02-07T13:38:43.493Z","avatar_url":"https://github.com/cli-stuff.png","language":"PowerShell","funding_links":["https://send.monobank.ua/jar/6rUVs4yasg","https://donatello.to/okineadev"],"categories":[],"sub_categories":[],"readme":"# platform-tools-installer-windows\n\n🚀 It is a command-line script designed to quickly install [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools) (ADB, Fastboot) via PowerShell on Windows\n\n## 🛠️ Installation\n\nTo install Android SDK Platform Tools (ADB, Fastboot) on Windows, simply run the following command in PowerShell:\n\n```powershell\npowershell -c \"irm cutt.ly/platform-tools | iex\"\n```\n\nThis command downloads and executes the PowerShell script, which automatically installs the required tools from the [original Google package](https://dl.google.com/android/repository/platform-tools-latest-windows.zip).\n\n## 🤔 How does it work?\n\n1. The script first asks for agreement to the [Android SDK Platform-Tools Terms and Conditions](https://developer.android.com/studio/terms)\n2. After your consent, the script downloads the archive with these tools, which is available at the link \u003chttps://dl.google.com/android/repository/platform-tools-latest-windows.zip\u003e (the file name may be different depending on your operating system, in this case the archive for Windows)\n3. The archive is unpacked into the folder `C:\\platform-tools` (soon it will be possible to choose the folder for installation)\n4. This folder is then added to the user's `Path` environment variable so that you can use these tools from the terminal regardless of which folder you are in (Read [https://en.wikipedia.org/wiki/PATH_(variable)](https://en.wikipedia.org/wiki/PATH_(variable)#DOS,_OS/2,_and_Windows:~:text=When%20a%20command%20is,locations%2C%20or%20invalid%20locations.))\n\n## 🚀 Usage\n\nAfter installation, you need to restart the computer, after which you can use `adb` and `fastboot` commands from your terminal:\n\n```bash\nadb --version\nfastboot --version\n```\n\nThese commands will output the installed versions of the respective tools.\n\n## 🧑‍💻 Contributing\n\nFeel free to open a [pull request](https://github.com/cli-stuff/platform-tools-installers-cli/pulls) or [issue](https://github.com/cli-stuff/platform-tools-installers-cli/issues) if you have any suggestions, improvements, or bug reports.\n\n## ❤️ Support\n\nIf you like this project, consider supporting it by starring ⭐ it on GitHub, sharing it with your friends, or [buying me a coffee ☕](https://github.com/cli-stuff/platform-tools-installers-cli?sponsor=1)\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcli-stuff%2Fplatform-tools-installer-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcli-stuff%2Fplatform-tools-installer-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcli-stuff%2Fplatform-tools-installer-windows/lists"}