Skip to content

AutoFlowLabs/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

AutoFlowLabs Homebrew Tap

Install BridgeLink

brew tap AutoFlowLabs/tap
brew install bridgelink

🍺 AutoFlowLabs Homebrew Tap

Official Homebrew tap for AutoFlowLabs projects.

📦 Available Formulas

BridgeLink

CLI tool to expose Android devices remotely via NativeBridge.

PyPI version License: MIT

🚀 Installation

Quick Install

brew install AutoFlowLabs/tap/bridgelink

Or Add Tap First

# Add the tap
brew tap AutoFlowLabs/tap

# Install BridgeLink
brew install bridgelink

✅ Verify Installation

bridgelink --version

🔧 Post-Installation Setup

1. Get Your API Key

Get your API key from NativeBridge Dashboard

2. Set Environment Variable

# Add to your ~/.zshrc or ~/.bash_profile
export NB_API_KEY='Nb-kNGB.your-api-key-here'

3. Add Your First Device

# Connect Android device via USB with debugging enabled
bridgelink devices add <device-serial>

4. Access Remotely

adb connect bridgelink.nativebridge.io:<port>

📋 Available Commands

# 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 tunnel

🔄 Updating

brew update
brew upgrade bridgelink

🗑️ Uninstalling

brew uninstall bridgelink
brew untap AutoFlowLabs/tap  # Optional: remove tap

🆘 Troubleshooting

Formula Not Found

# Update Homebrew and tap
brew update
brew tap AutoFlowLabs/tap

Permission Issues

# Fix Homebrew permissions
sudo chown -R $(whoami) $(brew --prefix)/*

ADB Not Found

# Install Android Platform Tools
brew install android-platform-tools

📚 Documentation

🐛 Issues

Report issues at: https://github.com/AutoFlowLabs/bridgelink/issues

�� License

MIT License - see LICENSE


Maintained by AutoFlowLabs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages