Page Contents
This guide post will help you easily Install ADB and Fastboot and launch it on your Windows, Linux, or macOS machine.
How to Setup ADB and Fastboot tool on Windows and Mac OS. Earlier the installation of ADB and Fastboot drivers was one of the difficult tasks. Sometimes users face regular driver’s issues which becomes a major headache. Thanks to Android developers for their continuous dedications and efforts, today it’s become so ease that you don’t need. If you want to explore more things in your Android device by installing ADB on your Windows, Mac, Linux, and Chrome OS, have a look on the below points. Setting Up ADB In Android Device. To use ADB services on your computer, First, you should enable USB debugging in your Android device. ADB Fire or ADB Link is an utility tool offered by Jocala for Firestick TV and Kodi to perform a number of ADB operations. The software is available for all the major. Install ADB and Fastboot on Mac OS. There are two best methods to install ADB and fastboot driver on Mac OS. The first one is by passing a script in Terminal by WonderHowTo sub-blog HTC One and the second one is by using Nexus Tool.So under-way below easy method to setup ADB and fastboot driver On Mac OS.
Are are an android freak who always tries to do something with your Android phone?. We always find users who always love tweaking and modding with their Android devices. new software and new updates are daily features for and Android devices and people love to install new frameworks on their device and give a try. To try new frameworks on any Android device, the device won’t officially support to remove the inbuilt framework and install a new framework. To do this the user has to unlock the bootloader and then they have to install the new custom framework or Rom.
Do Check: Download Magisk To Customize Android OS
For installing the custom ROM or to unlock the bootloader the user must have ADB and fastboot on their windows or mac device which is used to install the custom Rom. Following are the steps that are used to install ADB and Fastboot on windows and MAC devices.
Before beginning to know how to install these we need to know what these are and why they are required?
What is ADB?
ADB know and as Android Debug Bridge. By the name itself, we find that this is the software that is used for debug purpose of an Android device. It is basically available in Android development SDK. In short, it is used to execute command lines on the android device using your computer. It is the link between your Android device and the computer. By this device using the computer, you can control the Android device by connecting to a USB. We can also execute advances shell commands using this.
What is Fastboot?
Fastboot similar to the ADB is available in the Android SDK package. The main purpose of this is reflashing the partition using your computer.Using a fastboot, the file system images can be modified from a computer by using a USB connection.Like recovery, updates and zip files can also be installed from fastboot.
Setup ADB and Fastboot

ADB and Fastboot as mentioned previously are available in the Android SDK package. These can be easily found. You can easily download these files from the official site and then just install them using the instructions provided which are quite easy. After the installation just setup the environment variables and then that’s it. But if you want to install ADB and Fastboot you can follow the following steps which are clearly explained in detail.
We have explained each step in detail and just follow the steps in serial and you will not go anywhere wrong. One thing we must mention at the beginning that your android device must be in debug mode otherwise the system might not recognize the android device. So keep your Android device in debug mode from the settings.
Excited to Install ADB and FastBoot on your preferred system which includes Windows, Mac OS and Linux. Here below we have shared separate methods and installation file for all different platforms. That makes easy to install without any confusion. Let’s get started!
Install ADB and Fastboot on Windows OS
There are many possible ways that are available to install ADB and Fastboot but we have done our research and find out the two best possible methods that are easy and flexible. The two methods are
- Using 15 Second ADB installer
- Using Minimal ADB and Fastboot
Adb For Macos
So in the two methods, let’s see the first method
Steps to Install with 15 second ADB Installer [ Method #1 ]
First, download the drives of ADB and Fastboot from above link. Then follow the following steps
- First as mentioned download the ADB and Fastboot drives from above link. These files not only contain ADB but also Fastboot and USB driver within a short span of 15 seconds
- After downloading run the .exe file in the package
- You will get a command window. Observe, the command window and you have to type”Y” without quotes if you want to install ADB and Fastboot.
Adb Download Mac
- And as you typed Y and given permission to install ADB and Fastboot, the setup will install them both and also copy all the files required into the directory.
- Once again type ‘Y’ to install the device driver. This may take few seconds to install the device drivers and after that, the command window will automatically close.
- That’s it! You have installed ADB and fastboot on your Windows PC Successfully.
If you are still facing issues, then do check the video tutorial below. Hope that would help you install the ADB & Fastboot drivers on your Windows PC soon.
Steps to Install with Minimal ADB and Fastboot [ Method #2 ]
- Here in this method also you need to download the minimal ADB software which is provided by XDA developer member with username @shimp208.
- The software contains only one .exe file. just run the .exe file that is downloaded.
- After that, the software will ask for the installation path. Provide the installation path and follow the installation steps carefully.
- After that select the file location and follow the next steps as shown in the software interface. It will install the software.
- Finally, after all the steps, you have successfully installed the software on your computer and you are ready to roll on
- After installation, you need to check whether the ADB and fastboot are installed properly. For this go to the installation directory abd by holding on your Shift Key & press the right button of your mouse. It will open the command prompt.
- Now type adb devices and it will list the list of adb devices available.
You have now been able to install ADB on Windows system. Hope everything went normally without any issues. From now you have established a connection between your PC and device which let you do further customization in Android OS.
Install ADB and Fastboot on Mac
If you are using MAC OS, then no problem. In order to install both these tools on your Mac, you need to follow the below steps.
Steps to Install ADB and Fastboot on MAC OS
- Download and extract the file from above link.
- Once you extract the zip file, move the folder from the extracted data to your desktop.
- Start a new Terminal Window.
- Enter the below command,
- Again enter the following commands as mentioned below,
- Now you will be able to run ADB and Fastboot commands from the same Terminal window. That’s it!
- You have been successful to install ADB on macOS.
Install ADB and Fastboot on Linux
To Install ADB and Fastboot on Linux platform you have to do some command stuff. Ubuntu users can skip the repository step and directly step on to the install command. But for others, they have to follow it.
- Download the platform tools package for Linux: Link
- Extract the ZIP and move it to the desktop.
- Now Open the Terminal window.
- Enter the following command:
- This will change the directory to where you extracted the ADB files.
- So for example:
- Connect your device & Change the mode to “file transfer (MTP)” mode.
- Enter the below command again,

- Allow USB debugging and re-enter the command adb devices.
- If everything was successful, you should now see your device’s serial number in the Terminal window output.
- Congrats! You have now been able to install ADB on Linux.
Linux Command to Install ADB and Fastboot on Linux
The repositories, you must enter the following command prior to the install command:
That’s it. These above commands allow you to send commands to your Android device or tablet from any terminal window.
Download ADB and Fastboot Binary
Google is allowing users to download the binaries without having to download the entirety of Android Studio. Users download several hundred megabytes worth of data if they simply wanted access to ADB and Fastboot. But with the ADB & Fastboot Binary, you don’t have to download entire files.
You can download the latest ADB and Fastboot binaries from below links. These download links will remain static, but Google will periodically update the referenced file with the latest binaries as they go live.
To Conclude
Installed ADB and Fastboot on your Windows system? Mac? Linux?
Hope you followed the above-mentioned guides to Install ADB and Fastboot Driver on your system without any issues. If you are facing any issues do let us know in comments below! Make sure you check How to Download SuperSU Zip and Install it.
Cheers!
Source – XDA
To setup Android Debug Bridge on you Mac, you have to know the ADB properly. There are some reasons to setup the ADB on your Mac.
What is ADB?
ADB defines Android Debug Bridge. It is a versatile tool that helps you to manage the state of Android powered device. It is two different applications. One application for your pone and another is for your Mac or Linux. After connecting your phone with the Mac, you can command and communicate with the phone by using your Mac. It will appear on your screen and keyboard.
During the command and communication things can be run directly when it use some terminal emulator. It seems difficult to execute the complex commands. It's a bridge between your Mac and your machine.
The ADB is used for Android development. It has three components: A server, a daemon and a client. Mostly it is used on actual Android device to manage either emulator. ADB is the Android development machine that is the basic requirement of the development. The client component of the ADB runs through the development machine. Also The ADB daemon runs as background process in the device itself.
Why do you want to setup ADB?
ADB is wonder tool for the Android users. It is Terminal based interface to interact with the Android phone system. We setup the ADB for following reasons.
- The first and foremost criteria to setup the ADB is to facilitate interaction between both AVB emulators, develop system and physical Android device. It is for the purpose of debugging and running applications.
- By the ADB command line tools various tasks may be performed. ADB components are used for the Android development through your Mac.
- It consists of a daemon background process running AVDs, server process running in the background and physical Android device such as tablets and phones.
How to setup Android ADB on Mac.
Let's have a look to see the procedure of installing the full process of setting ADB on Mac. Follow the instructions with screen shoots.
Step 1: Installing the Android SDK
Before starting the download, create a new directory that you can easily find on your make. Always check the available latest versions before installing the Android SDK. For your Mac you will get the SDK package as zip format. Download the zip package and extracted the package. You will see the folder like android-sdk-macosx. Enter and navigate the folder: sdk-macosx/tools/.
To execute the SDK manager, jus double click on the on the 'android'. Stay everything un-ticked.
Step 2: Downloading the SDK Platform Tools
Adb Macos Catalina
Now you have to download and install the SDK Platform Tools. Firstly select the SDK Platform-tools and install it. Then next window will appear, accept the license regulation and Install the tools. After completing the installation, close the window. This way SDK manager downloads the SDK Platform tools successfully. It is necessary for ADB. Define the path where ADB is located.
Open the directory android that you made it in the first step. Click on the /sdk/platform-tools and copy the adb file. In the root of the original android directory, paste the adb. Almost you are done. You need to check the process.
After the setting you have to connect your android device with your Mac. Before that you have to enable the Android Debugging on your device. Through the Developer options it will be done . It is hidden setting. When you press Build number 7 times during Settings > About Phone on your device, it will be activated.

- Open the Terminal and type cd in the path of original android directory that you made in the first step.
- cd ~/Desktop/android
- click Return
- Again Type ./adb devices & press Return
- Check your Android device, there might ask you to Allow USB Debugging from your Mac. If there any messages like that, just allow.
- You will see that your device is enlisted as an attached device.
- You may need to type. /adb devices again. Then you will see that you device is an authorized device.
Adb Fastboot For Mac
There will appear a message in Terminal saying
* daemon not running starting it now on port 5037 *
* daemon started successfully *.
Don't worry; just continue the following process in the setup.
If you did the following steps then it everything went as expected. ADB is installed and function also ready to start. Using the Terminal you can add a path and you don't need to add./ and cd in the android directory to every command.
- Open terminal
- Write nano ~/.bash_profile
- Click Return.
There should be a terminal window that is like the one above. Into the terminal window, copy the export PATH command just below your Terminal window exchanging /Users/
export PATH=${PATH}:/Users/
Download Adb For Mac Os
- Click on Return
- Click on CTRL+X
- Click on Y to confirm
- Click on Return
- Close Terminal
Now you have to confirm about the installation. Type adb devices into the Terminal and you will see you device enlisted under attached devices without having to change directories. Before trying to the last step of adb devices, don't forget to add close terminal. It may create problem to setup. Now you have completed the total procedure of the ADB setup. If you face problem, just try again it on you Mac OS.
How to Use ADB
Setting should be done though above the procedure. Whatever you like to your phone you can simply use ADB to manipulate your phone. Check the command of your ADB on your Android device. Press 'adb device' and hit enter. You may see the serial number on the screen. If you failed to installed the ADB or failed to use the ADB. Just go through the instructions again. It is the right way to setup the Android Debug Bridge on your Mac.
