scrcpy (short for "screen copy") is a free and open-source screen mirroring application that allows control of an Android device from a desktop computer.[2] The software is developed by Genymobile SAS, a company which develops Android emulator Genymotion.[3]
The application primarily uses the Android Debug Bridge (ADB) via a USB connection to communicate. The software functions by executing a server natively on the Android device, then communicating with the server via a socket over an ADB tunnel.[4] The screen content is streamed as H.264 video, which the software then decodes and displays on the computer. The software pushes keyboard and mouse input to the Android device over the server.[4]
Setup involves enabling USB debugging on the Android device, connecting the device to the computer, and running the scrcpy application on the computer.[3] Additional configuration options, such as changing the stream bit rate or enabling screen recording, may be accessed via command line arguments.[5] The software also supports a wireless connection over Wi-Fi, but that requires more steps to set up.[6] A few features were added to scrcpy in its version 1.9 release in 2019, including the ability to turn the screen off while mirroring and to copy clipboard content between the two devices.[7]
Chris Hoffman of How-To Geek compared scrcpy to AirMirror and Vysor, two other applications with a similar function. Hoffman also pointed to Miracast as an alternative, while noting that it is no longer widely supported among new Android devices, and that it does not support remotely controlling the device.[3]
History
The first commit to the GitHub repository is on 12 December 2017 by Romain Vimont.[8] scrcpy v1.0 was released 3 months later which included the support for basic screen mirroring and Android remote control. The first release packaged a Windows Executable and the server.[9] The community took packaging forward and made scrcpy available for numerous Linux distributions.[10][better source needed]
Version v2.0, released on 12 March 2023, also added audio support, enabling real-time audio forwarding on Android 11 and above.[11]
On v2.1, unveiled on June 22, 2023, significant enhancements have been made to the audio capabilities. Users can now select their device's microphone as the audio input, adjust the audio output buffer size, and benefit from a range of other updates. These updates include support for OpenGL 3.0+ on macOS, dynamic device folding, and the option to terminate adb upon closing.[12]
Features
The official documentation[5] of scrcpy gives the features and ideology to which it was built
lightness (native, displays only the device screen)
performance (30~60fps)
quality (1920×1080 or above)
low latency (35~70ms)
low startup time (~1 second to display the first image)
non-intrusiveness (nothing is left installed on the device)
user benefits no account, no ads, no internet required
freedom free and open source software
Graphical user interface
The command line interface of scrcpy was ported to a graphical user interface by open source developers.