{"id":13400192,"url":"https://github.com/corbindavenport/nexus-tools","last_synced_at":"2025-05-15T02:09:21.489Z","repository":{"id":12427472,"uuid":"15083039","full_name":"corbindavenport/nexus-tools","owner":"corbindavenport","description":"Installer for ADB, Fastboot, and other Android tools on Linux, macOS, Chrome OS, and Windows","archived":false,"fork":false,"pushed_at":"2025-01-31T07:07:17.000Z","size":16021,"stargazers_count":859,"open_issues_count":4,"forks_count":88,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-04-14T00:58:31.505Z","etag":null,"topics":["adb","android","bash","dart","dartlang","fastboot","linux","mac","macos","script","wsl","wsl2"],"latest_commit_sha":null,"homepage":"http://forum.xda-developers.com/general/general/tool-nexus-tools-2-8-featured-xda-t3258661","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corbindavenport.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","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},"funding":{"patreon":"corbindavenport","custom":["https://paypal.me/corbindav","https://cash.app/$corbdav"]}},"created_at":"2013-12-10T16:43:16.000Z","updated_at":"2025-04-05T16:37:32.000Z","dependencies_parsed_at":"2022-09-25T11:42:44.069Z","dependency_job_id":"4418384e-f33c-47d8-9430-aa7bf5c272eb","html_url":"https://github.com/corbindavenport/nexus-tools","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbindavenport%2Fnexus-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbindavenport%2Fnexus-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbindavenport%2Fnexus-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbindavenport%2Fnexus-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corbindavenport","download_url":"https://codeload.github.com/corbindavenport/nexus-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259384,"owners_count":22040820,"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","bash","dart","dartlang","fastboot","linux","mac","macos","script","wsl","wsl2"],"created_at":"2024-07-30T19:00:49.424Z","updated_at":"2025-05-15T02:09:21.460Z","avatar_url":"https://github.com/corbindavenport.png","language":"Dart","funding_links":["https://patreon.com/corbindavenport","https://paypal.me/corbindav","https://cash.app/$corbdav"],"categories":["Dart","bash"],"sub_categories":[],"readme":"# Nexus Tools\n\nNexus Tools is an installer and updater for [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools), which includes [ADB](https://developer.android.com/studio/command-line/adb.html), Fastboot, and other applications. Nexus Tools is writen in Dart, and can run on Linux, macOS, Windows, and Chrome OS.\n\nNexus Tools downloads the latest Platform tools package directly from Google's servers, so you're always getting the latest version. The tools are installed to `~/.nexustools` (`%AppData%\\NexusTools` on Windows), and adds the directory to your system's path. On Windows, Nexus Tools can optionally install [Koush's Universal ADB Driver](https://github.com/koush/UniversalAdbDriver). The SDK Platform Tools can be updated by running `nexustools -i`, or you can uninstall everything by running `nexustools -r`.\n\n![Screenshot of Nexus Tools on macOS and Windows 11](screen.png)\n\n## How to use on Linux, macOS, and Chrome OS\n\nPaste this command into your Terminal app:\n\n```\nbash \u003c(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/main/install.sh)\n```\n\nYou can also download the Mac and Linux versions from the [latest release page](https://github.com/corbindavenport/nexus-tools/releases/), un-zip the file, and run it from the Terminal.\n\n## How to use on Windows\n\nOpen Windows PowerShell from the Start Menu and paste this command:\n\n```\niex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/corbindavenport/nexus-tools/main/install.ps1'))\n```\n\nYou can also download the Windows version from the [latest release page](https://github.com/corbindavenport/nexus-tools/releases/), un-zip the file, and run it from Windows PowerShell or the Command Prompt.\n\n## Privacy and analytics\n\nNexus Tools uses [Plausible Analytics](https://plausible.io) to transmit your operating system and CPU architecture during the installation process for development purposes. See the [Privacy Policy](PRIVACY.md) for more information.\n\n---\n\nNexus Tools has been featured on [MakeUseOf](https://www.makeuseof.com/how-to-unlock-android-device-bootloader), [XDA](https://www.xda-developers.com/set-up-adb-and-fastboot-on-linux-mac-os-x-and-chrome-os-with-a-single-command/), [Android Police](https://www.androidpolice.com/install-and-use-adb-on-windows-mac-linux-android-chromebooks-browser/), [9to5Google](https://9to5google.com/2021/12/02/how-to-downgrade-from-android-12-to-android-11-on-google-pixel/#:~:text=Nexus%20Tools), [Wccftech](https://wccftech.com/set-android-adb-fastboot-mac-os/), [Redmond Pie](https://www.redmondpie.com/how-to-install-android-5.0-lollipop-on-nexus-5-using-mac-the-easy-way/), and other places.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbindavenport%2Fnexus-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorbindavenport%2Fnexus-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbindavenport%2Fnexus-tools/lists"}