Releases: LinDevHard/wadb
Releases · LinDevHard/wadb
Release list
v1.0.0
wadb v1.0.0 — first stable release
Pair Android devices over ADB Wi-Fi straight from your terminal: scan a QR with the phone, get an adb connect ready to go.
Highlights
- Smarter discovery — prefers
_adb-tls-connect._tcpendpoints announced by the same host that did the pairing, and prints the connected device name when Android system properties are available. - More UX knobs
--adb— force a specificadbbinary--pair-only— stop after successful pairing, skipadb connect--qr-ascii— fallback QR rendering for terminals that mangle the compact one- Env-var equivalents for every UX flag and timeout
- Releases on rails — switched to GoReleaser for archives, SHA-256 checksums and GitHub Releases; release workflow now updates the Homebrew tap automatically.
Install
brew install lindevhard/tap/wadb
# wadb needs adb on PATH:
brew install --cask android-platform-toolsOr grab a binary from the assets below.
Quick start
wadb # scan the QR on your phone → device is paired & connected
wadb --pair-only # just pair, don't connect
wadb doctor # diagnose adb / mDNS issuesNotes
- Windows support is marked experimental until
adbdiscovery is verified there.
Full changelog: CHANGELOG.md · diff: v0.2.0...v1.0.0
v0.2.0
Improves diagnostics and reliability for Android wireless pairing.
Added
- Added
--pair-timeoutand--connect-timeoutflags. - Added
--verbosemDNS discovery logging. - Added
wadb doctorfor localadband mDNS diagnostics. - Added a platform-tools version warning for older
adbinstallations. - Documented diagnostics options and linked the Android Makers/droidCon 2026 ADB Wi-Fi 2 talk.
Changed
- Try multiple discovered
_adb-tls-connect._tcpendpoints after pairing instead of only the first one. - Improved pairing and connect timeout errors with actionable network and mDNS hints.
- Improved
wadb doctoroutput whenadb mdns servicesreports no discovered services. - Added the demo GIF to the README.
Notes
wadb still delegates the actual TLS pairing handshake to adb pair; the new diagnostics are meant to make Wi-Fi, mDNS, and platform-tools issues easier to spot.
Full Changelog: https://github.com/LinDevHard/wadb/blob/main/CHANGELOG.md