SCRCPY Download

To get started with SCRCPY, simply click the prominent download button on our website's download page. The download page provides easy-to-follow instructions for installation on Windows, Mac, and Linux.

Advertisement

SCRCPY Download for Windows

windows download

You can download SCRCPY for Windows from the official SCRCPY Github release page. Look for the latest release that includes a Windows binary in the Assets section and download the file.

Installation Guide for Windows

  • Download the SCRCPY executable file from download button above.
  • Extract the downloaded file to a folder on your Windows machine.
  • Connect your Android device to your Windows machine via USB cable.
  • Enable USB debugging on your Android device. You can do this by going to Settings > Developer options > USB debugging.
  • Open the Command Prompt on your Windows machine.
  • Change into the directory where you extracted the SCRCPY executable file.
  • Start the scrcpy server by running the following command: scrcpy.exe
  • SCRCPY should now start and display your Android device screen on your Windows machine. You can control your device using your mouse and keyboard.

SCRCPY Download for macOS

macos download

You can download SCRCPY for macOS from the official SCRCPY Github release page. Look for the latest release that includes a macOS binary in the Assets section and download the file.

Installation Guide for macOS

  • Open the Terminal on your macOS machine.
  • Install Homebrew by running the following command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Install the required packages by running the following command: brew install scrcpy
  • Connect your Android device to your macOS machine via USB cable.
  • Enable USB debugging on your Android device. You can do this by going to Settings > Developer options > USB debugging.
  • Start the scrcpy server by running the following command: scrcpy
  • SCRCPY should now start and display your Android device screen on your macOS machine. You can control your device using your mouse and keyboard.

SCRCPY Download for Linux

linux download

You can download SCRCPY for Linux from the official SCRCPY Github release page. Look for the latest release that includes a Linux binary in the Assets section and download the file.

Installation Guide for Linux

  • Open the Terminal on your Linux machine.
  • Update your package list by running the following command: sudo apt-get update
  • Install the required packages by running the following command: sudo apt-get install -y git-core adb libsdl2-2.0-0
  • Clone the SCRCPY repository by running the following command: git clone https://github.com/Genymobile/scrcpy.git
  • Change into the scrcpy directory: cd scrcpy
  • Build the project by running the following command: sudo apt-get install -y ffmpeg libsdl2-dev pkg-config
    make scrcpy
  • Connect your Android device to your Linux machine via USB cable.
  • Enable USB debugging on your Android device. You can do this by going to Settings > Developer options > USB debugging.
  • Start the scrcpy server by running the following command: ./run.sh
  • SCRCPY should now start and display your Android device screen on your Linux machine. You can control your device using your mouse and keyboard.