Skip to main content

Installation

To install adbt, grab a pre-built binary for your operating system or compile it yourself.

Prerequisites

adbt drives the Android Debug Bridge, so adb must be installed and on your PATH. If it is missing, adbt exits immediately with a link to the platform-tools download. Screen mirroring additionally requires scrcpy on your host.

macOS / Linux (Homebrew)

brew install --cask SakshhamTheCoder/tap/adbt
# or
brew tap SakshhamTheCoder/tap
brew install --cask adbt

Windows (Scoop)

scoop bucket add SakshhamTheCoder https://github.com/SakshhamTheCoder/scoop-bucket
scoop install adbt

Arch Linux (AUR)

Install the prebuilt package from the AUR (adbt-bin):

yay -S adbt-bin
# or
paru -S adbt-bin

Generic Linux Packages

We provide .deb and .rpm files for various Linux distributions. Download the appropriate file for your system from the Releases Page.

Once installed, simply type adbt in your terminal anytime your device is plugged in or connected over Wi-Fi!

To confirm which build you have, run adbt --version (or adbt -v).