• Stars
    star
    816
  • Rank 54,019 (Top 2 %)
  • Language
    Dart
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Installer for ADB, Fastboot, and other Android tools on Linux, macOS, Chrome OS, and Windows

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.

More Repositories

1

creative-cloud-linux

PlayOnLinux install script for Adobe Creative Cloud
Shell
749
star
2

superembed.js

Fluid width for YouTube, Vimeo, Vine, VideoPress, DailyMotion, and more embedded videos.
JavaScript
609
star
3

wii-shop-extension

Browser extension that plays the Wii Shop theme when you visit shopping websites.
JavaScript
347
star
4

link-cleaner

Progressive Web App for removing tracking code and other variables from web links
HTML
115
star
5

peek

Preview documents, videos, music, and more with a mouse hover.
JavaScript
82
star
6

imageshare

A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
PHP
79
star
7

tootbot

Python tool for mirroring Reddit posts to Twitter and Mastodon
Python
71
star
8

share-to-mastodon

Browser extension for sharing links and tabs to Mastodon (and other Fediverse platforms)
JavaScript
58
star
9

wikipedia-search

Search Wikipedia from the browser search bar and context menu
JavaScript
55
star
10

photostack

Progressive Web App for editing multiple photos at once.
JavaScript
52
star
11

yosemite-chrome

Chrome theme for Mac OS X Yosemite
35
star
12

whatdevice

Progressive Web App that displays hardware and software information, with one-click sharing.
JavaScript
33
star
13

nimbus

Nimbus is a simple and powerful weather app for Android, Firefox, and Chrome.
JavaScript
27
star
14

noplugin

Play legacy media in modern browsers without plugins.
JavaScript
27
star
15

cobalt

Lightweight operating system based on FreeDOS
Batchfile
18
star
16

mini-google-tasks

Open Google Tasks from your browser's toolbar and sidebar.
CSS
12
star
17

pip-shortcut

Browser extension that adds keyboard shortcut and toolbar button for Picture-in-Picture mode
HTML
12
star
18

planr

Planr is a simple and powerful planner app for Android, Firefox, Chrome, and the web.
JavaScript
10
star
19

tipjar

Browser extension that makes it easy to donate to your favorite sites and creators.
JavaScript
9
star
20

shop-list

List of shopping websites
Dart
7
star
21

rockwell

Cross-platform assembly code emulator for the 6502 CPU.
JavaScript
7
star
22

periscopejs

PeriscopeJS is a JavaScript library to interact with Periscope.
JavaScript
6
star
23

pluto-editor

WYSIWYG editor for Markdown files as a Progressive Web App
JavaScript
6
star
24

web-system

A web based clone of the Classic Macintosh operating system.
CSS
5
star
25

metrodeck

MetroDeck enhances TweetDeck with the Metro UI and other improvements.
CSS
5
star
26

snappy

Web app for automatically capturing screenshots
HTML
4
star
27

cacheview

Find cached web pages from Google web cache, the Wayback Machine, and Google AMP.
JavaScript
3
star
28

nova-builder

Easy to use Minecraft modpack builder for the Technic Launcher
Shell
2
star
29

corbindavenport.github.io

My website
HTML
2
star
30

podcast-producer

Tool for exporting podcasts in multiple formats with metadata
2
star
31

winten

Chrome theme designed for Windows 10.
2
star
32

rewind

A command-line tool for retrieving cached web pages, written in Dart.
Dart
2
star
33

cupertino

A Firefox theme designed to match the macOS color scheme and design.
2
star
34

vault

Collection of early web projects
HTML
1
star
35

discourse

Browser extension for viewing discussions across the web
1
star
36

video-screenshot

Capture screenshots from any video in your browser
1
star
37

alt-text-creator

Browser extension that generates alternate text for images using GPT-4 Vision.
JavaScript
1
star