Nexus Tools

Installer for ADB, Fastboot, and other Android tools on Linux, macOS, Chrome OS, and Windows
Alternatives To Nexus Tools
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nexus Tools754
a month ago3gpl-3.0Dart
Installer for ADB, Fastboot, and other Android tools on Linux, macOS, Chrome OS, and Windows
Ubports Installer488
2 days ago1,149gpl-3.0JavaScript
A simple tool to install Ubuntu Touch on UBports devices
Latest Adb Fastboot Installer For Windows274
7 months ago5unlicense
A Simple Android Driver installer tool for windows (Always installs the latest version)
Anarchy Droid85
a month ago27June 27, 202210gpl-3.0Go
One-Click Android Rom Installation Assistant
Frida_setup45
a year agoJavaScript
One-click installer for Frida and Burp certs for SSL Pinning bypass
Op8_camera16
5 months ago1gpl-3.0
OnePlus8_Photochrom Camera workaround
Akframework16
5 years ago1mitJava
A lightweight DBI framework for Android, like Xposed, Cydia Substrate, Frida and so on
Apk Bundle Installer12
3 months agoBatchfile
Batch Script that allow you to install APK Bundles/Split APKs
Apkmanager8
2 years agoC#
APK Manager : Install Helper & File Renamer
Adb Fastboot Installer For Windows8
2 years agoapache-2.0C++
A small ADB / Fastboot installer for Windows that automatically fetches the latest version from this Github Repository
Alternatives To Nexus Tools
Select To Compare


Alternative Project Comparisons
Readme

Nexus Tools

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.

How to use on Linux, macOS, and Chrome OS

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.

How to use on Windows

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.

Privacy & Analytics

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.

Popular Adb Projects
Popular Installer Projects
Popular Software Development Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Dart
Script
Bash
Usb
Installer
Adb
Wsl
Dartlang