Platron

A graphical manager for ADB and fastboot

View the Project on GitHub platron-pt/platron

Platron

What is Platron

Platron is a graphical manager of ADB (Android Debug Bridge) and fastboot.

Features of Platron

Screenshot(s)

windows 11 windows 11
windows 10 windows 10

Supported platforms

Linux and Windows are officially supported, for macOS users, you can build it by yourself.

Install & Update

Install

Download release files from Releases page, or from our Website

Windows

Please double click the exec file to install.

Linux

Extract the tar.xz, and excute platron which should be contained the output folder.

Update

Windows

Updates will be checked every few days, you can set it in the settings page, or you can check it manually.

Linux

Currently not supported, download manually from the links above.

Building from source (For both platforms)

  1. Clone this repository
  2. Install Node.js (LTS) and npm
  3. Install dependencies

    $ npm ci
    
  4. Download platform-tools

    $ node scripts/platronMaker.js -d #Auto detect whether Windows or Linux, for macOS users, please download it manually.
    
  5. Configure Platron
    $ node scripts/platronMaker.js -v=<variant> #beta and stable are suggested, or you can modify the source code
    
  6. Build Platron
    $ node scripts/platronMaker.js -b -w=<development|production> -p=<never|always>
    

    -w argument for webpack mode.
    -p argument for electron-builder to publish (to supported platform) or not.