• v0.2.0 2a273a6f1c

    oss released this 2026-06-29 08:57:32 +02:00 | 13 commits to main since this release

    ScrcpyManager 0.2.0

    Wireless ADB

    • Pair a device over Wi-Fi (one-time) via pairing code or QR code; QR auto-discovers the device over mDNS and pairs.
    • Stable device identity (ro.serialno) so sessions and per-device settings survive wireless port changes and unify a device across USB and Wi-Fi.
    • With Android 17 + adb 37 ("ADB Wi-Fi 2.0") a paired device on a trusted network reconnects automatically after a reboot of either side.

    Bundled adb

    • The app now ships its own adb (Android SDK platform-tools) and keeps it up to date from Google's manifest — no separate adb install required.
    • Optional private adb server (off by default, so the app shares the standard server with Android Studio and other tools).

    App and bundled adb are dev-signed (not notarized) — Gatekeeper may prompt on first launch.

    Downloads
  • v0.1.0 8511e30573

    oss released this 2026-06-26 13:15:57 +02:00 | 14 commits to main since this release

    Native macOS scrcpy client — first release.

    Features:

    • Live Android device list (adb) with hot-plug detection
    • Hardware-decoded mirroring (H.264 / VideoToolbox)
    • Detachable per-device windows (per-device and global auto-detach)
    • Full mouse / keyboard / clipboard control with scrcpy device-action shortcuts (MOD = Option)
    • Auto-connect option
    • Built-in scrcpy-server updater (GitHub releases, checksum-verified)

    Install: unzip and move ScrcpyManager.app to /Applications. Ad-hoc signed (local use); requires adb on PATH and an Android device with USB debugging.

    Downloads