This repository provides a ready-to-use Windows version of scrcpy — a free and open-source tool to display and control Android devices from your PC via USB or Wi-Fi.
✅ No installation required — just extract and run.
scrcpy
allows you to mirror your Android device screen and control it from your desktop using keyboard and mouse. It supports high performance, low latency, and works on Windows, macOS, and Linux.
This repository provides:
- Prebuilt
scrcpy
binaries for Windows 64-bit - Required dependencies (DLLs, ADB, server, etc.)
- Easy-to-run
.bat
files and scripts
File | Description |
---|---|
scrcpy.exe |
Main executable |
adb.exe |
Android Debug Bridge binary |
.dll files |
Required dependencies (e.g., SDL2, libusb, ffmpeg components) |
scrcpy-console.bat |
Run scrcpy with console output |
scrcpy-noconsole.vbs |
Run scrcpy silently (no console window) |
open_a_terminal_here.bat |
Opens CMD in current folder |
scrcpy-server |
Server binary pushed to Android device |
Download the ZIP of this repository and extract it anywhere on your PC.
On your Android device:
- Go to Settings > About phone
- Tap Build number 7 times to enable Developer Options
- Go to Developer Options and enable USB Debugging
Plug your Android device into your PC via USB.
Double-click:
scrcpy-console.bat
(with console window), orscrcpy-noconsole.vbs
(silent launch)
- First time use will prompt "Allow USB debugging" on your phone. Check "Always allow" and tap OK.
- Works wirelessly if ADB over TCP/IP is enabled (
adb tcpip 5555
)
- Android device (5.0 or higher)
- USB cable or Wi-Fi ADB setup
- Windows 64-bit system
This package includes binaries built from the Genymobile/scrcpy open-source project (licensed under the Apache 2.0 License).
Refer to their repo for source code and contributions.
- Version: v3.2
- Status: ✅ Ready to use
- Languages: Batch, VBScript