MSIEJAK Development

ADB Setup Utility


Download

Windows 10/11

Linux & ChromeOS (Debian based distributions)

Mac - Not Planned, but feel free to contribute on Github

Instructions

Windows 10

  1. Download the file
  2. Move it to the folder you want to install ADB into
  3. Run the file as administrator

Linux (Debian based distributions)

  1. Open a terminal, and run the command below
  2. curl https://dl.msiejak.dev/adb-setup-utility/latest/linux/adb-setup-utility-linux.sh | bash

    This command downloads, and runs the installer script automatically

  3. Reboot

ChromeOS

  1. Enable Linux
  2. Open a terminal, and run the command below
  3. curl https://dl.msiejak.dev/adb-setup-utility/latest/linux/adb-setup-utility-linux.sh | bash

    This command downloads, and runs the installer script automatically

  4. Reboot

Source Code

This open source project is publicly available on Github