SuperMirror uses ADB (Android Debug Bridge) to communicate with your Android device over USB. You need to install it once on your Mac.
If you have Homebrew installed:
brew install android-platform-tools
This works on both Apple Silicon and Intel Macs. It installs adb to:
/opt/homebrew/bin/adb/usr/local/bin/adbplatform-tools folder somewhere permanent (e.g., ~/Library/Android/platform-tools)# Add to ~/.zshrc
export PATH="$HOME/Library/Android/platform-tools:$PATH"
adb version
You should see something like:
Android Debug Bridge version 1.0.41
Version 35.0.2-12147458
The first time you run adb, macOS may show a prompt: "adb" is from an unidentified developer. or ask to allow incoming network connections.
Once ADB is installed, you need to enable Developer Mode on your Android device.