Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nexus Tools | 754 | a month ago | 3 | gpl-3.0 | Dart | |||||
Installer for ADB, Fastboot, and other Android tools on Linux, macOS, Chrome OS, and Windows | ||||||||||
Ubports Installer | 488 | 2 days ago | 1,149 | gpl-3.0 | JavaScript | |||||
A simple tool to install Ubuntu Touch on UBports devices | ||||||||||
Latest Adb Fastboot Installer For Windows | 274 | 7 months ago | 5 | unlicense | ||||||
A Simple Android Driver installer tool for windows (Always installs the latest version) | ||||||||||
Anarchy Droid | 85 | a month ago | 27 | June 27, 2022 | 10 | gpl-3.0 | Go | |||
One-Click Android Rom Installation Assistant | ||||||||||
Frida_setup | 45 | a year ago | JavaScript | |||||||
One-click installer for Frida and Burp certs for SSL Pinning bypass | ||||||||||
Op8_camera | 16 | 5 months ago | 1 | gpl-3.0 | ||||||
OnePlus8_Photochrom Camera workaround | ||||||||||
Akframework | 16 | 5 years ago | 1 | mit | Java | |||||
A lightweight DBI framework for Android, like Xposed, Cydia Substrate, Frida and so on | ||||||||||
Apk Bundle Installer | 12 | 3 months ago | Batchfile | |||||||
Batch Script that allow you to install APK Bundles/Split APKs | ||||||||||
Apkmanager | 8 | 2 years ago | C# | |||||||
APK Manager : Install Helper & File Renamer | ||||||||||
Adb Fastboot Installer For Windows | 8 | 2 years ago | apache-2.0 | C++ | ||||||
A small ADB / Fastboot installer for Windows that automatically fetches the latest version from this Github Repository |
Nexus Tools is an installer and updater for Android SDK Platform Tools, which includes ADB, Fastboot, and other applications. Nexus Tools is writen in Dart, and can run on Linux, macOS, Windows, and Chrome OS.
Nexus 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. The SDK Platform Tools can be updated by running nexustools -i
, or you can uninstall everything by running nexustools -r
.
Paste this command into your Terminal app:
bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/main/install.sh)
You can also download the Mac and Linux versions from the latest release page, un-zip the file, and run it from the Terminal.
Open Windows PowerShell from the Start Menu and paste this command:
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/corbindavenport/nexus-tools/main/install.ps1'))
You can also download the Windows version from the latest release page, un-zip the file, and run it from Windows PowerShell or the Command Prompt.
Nexus Tools uses Plausible Analytics to transmit your operating system and CPU architecture during the installation process for development purposes. This analytics data is viewable publicly at plausible.io/nexustools.corbin.io. You can disable analytics reporting by adding the --no-analytics
parameter to the install command, like this:
bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/main/install.sh) --no-analytics
It also works when running Nexus Tools locally:
nexustools --no-analytics
Nexus Tools has been featured on MakeUseOf, XDA, Android Police, 9to5Google, Wccftech, Redmond Pie, and other places.