brew tap AutoFlowLabs/tap
brew install bridgelinkOfficial Homebrew tap for AutoFlowLabs projects.
CLI tool to expose Android devices remotely via NativeBridge.
brew install AutoFlowLabs/tap/bridgelink# Add the tap
brew tap AutoFlowLabs/tap
# Install BridgeLink
brew install bridgelinkbridgelink --versionGet your API key from NativeBridge Dashboard
# Add to your ~/.zshrc or ~/.bash_profile
export NB_API_KEY='Nb-kNGB.your-api-key-here'# Connect Android device via USB with debugging enabled
bridgelink devices add <device-serial>adb connect bridgelink.nativebridge.io:<port># Device Management
bridgelink devices add <serial> # Add device
bridgelink devices add <serial> --auto-activate # Add with auto-reconnect
bridgelink devices list # List all devices
bridgelink devices activate <serial> # Activate existing device
bridgelink devices deactivate <serial> # Deactivate device
bridgelink devices remove <serial> # Remove device
# Auto-Activation
bridgelink devices set-auto-activate <serial> on # Enable auto-reconnect
bridgelink devices set-auto-activate <serial> off # Disable auto-reconnect
# Daemon Management
bridgelink daemon status # Check tunnel status
bridgelink daemon logs <serial> # View logs
bridgelink daemon stop <serial> # Stop tunnelbrew update
brew upgrade bridgelinkbrew uninstall bridgelink
brew untap AutoFlowLabs/tap # Optional: remove tap# Update Homebrew and tap
brew update
brew tap AutoFlowLabs/tap# Fix Homebrew permissions
sudo chown -R $(whoami) $(brew --prefix)/*# Install Android Platform Tools
brew install android-platform-toolsReport issues at: https://github.com/AutoFlowLabs/bridgelink/issues
MIT License - see LICENSE
Maintained by AutoFlowLabs