• v0.9.0 29dcdf7538

    oss released this 2026-07-30 14:25:04 +02:00 | 1 commits to main since this release

    ScrcpyManager 0.9.0

    Wi-Fi device discovery adapter selection

    adb's own mDNS discovery picks a network interface by itself and can't be told
    otherwise — on a Mac with several networks it may watch the wrong one. This
    release adds a Wi-Fi device discovery setting (Updates → adb):

    • Pick a specific network adapter and the app browses Bonjour for
      wireless-debugging devices (_adb-tls-connect / _adb-tls-pairing) on that
      adapter itself, auto-connecting the paired devices it finds (30 s retry
      cooldown per endpoint). QR pairing uses the same adapter-pinned discovery.
    • A live status list under the picker shows every service found on the adapter
      and the outcome of the last connect attempt ("connected", "Connection
      refused", "Operation timed out", …), so an unreachable device shows why
      instead of silently never appearing.
    • Automatic (default) keeps the previous behavior: discovery is left to the
      adb server.

    Note: browsing the local network triggers the macOS Local Network permission
    prompt once (macOS 15+).

    Downloads