Skip to content

SCRCPY — Installation

This guide covers how to install SCRCPY on Windows, macOS, and Linux.


Prerequisites

Before installing SCRCPY, ensure:

  1. Android device with USB debugging enabled
  2. USB cable (or Wi-Fi for wireless mode)
  3. ADB (Android Debug Bridge) — usually included with SCRCPY

Enable USB Debugging on Android

  1. Open SettingsAbout phone
  2. Tap Build number 7 times to enable Developer options
  3. Go back to SettingsDeveloper options
  4. Enable USB debugging

Windows

Option 1: Download Pre-built Release

  1. Go to SCRCPY releases on GitHub
  2. Download scrcpy-win64-vX.X.X.zip (or scrcpy-win32-vX.X.X.zip for 32-bit)
  3. Extract the ZIP file to a folder (e.g., C:\scrcpy)
  4. Open a terminal in that folder and run:
scrcpy.exe

Option 2: Using Scoop (Package Manager)

scoop install scrcpy

Option 3: Using Chocolatey

choco install scrcpy

macOS

Option 1: Using Homebrew

brew install scrcpy

Option 2: Download Pre-built Release

  1. Go to SCRCPY releases on GitHub
  2. Download scrcpy-macos-vX.X.X.zip
  3. Extract and run the scrcpy executable from Terminal

Linux

Debian / Ubuntu:

sudo apt install scrcpy

Fedora:

sudo dnf install scrcpy

Arch Linux:

sudo pacman -S scrcpy

Option 2: Using Snap

sudo snap install scrcpy

Option 3: Build from Source

See the official SCRCPY documentation for build instructions.


Verify Installation

  1. Connect your Android device via USB
  2. Ensure USB debugging is enabled
  3. Run:
scrcpy

If successful, your device screen will appear on your computer.


Troubleshooting

Issue Solution
"adb: command not found" SCRCPY includes ADB; ensure you're running from the correct folder or that SCRCPY is in your PATH
"No devices found" Check USB cable, enable USB debugging, and accept the debugging prompt on your device
"Device unauthorized" Accept the "Allow USB debugging?" prompt on your Android device
Black screen Try a different USB port or cable; some cables are charge-only

  • Overview — SCRCPY features and capabilities
  • Usage — Keyboard shortcuts and controls