Tango Bridge is a system-tray application that can start ADB and forward connections to Tango Web App running in a browser.
An ADB executable for each platform is included.
- Rust
Visual Studio is required to build the project.
./build.ps1
- Open
build.sh
- Change
sdk_version
to the version of MacOS SDK installed on your system
./build.sh
gtk3 and libappindicator3 are required to build the project.
Arch Linux / Manjaro:
sudo pacman -S gtk3 libappindicator-gtk3
Ubuntu / Debian:
sudo apt install libgtk-3-dev libappindicator3-dev
cargo build --release