This is an old revision of the document!
Table of Contents
Screen mirroring uses ADB to show the phone's display on your PC and allowing you to interact with it using your keyboard and mouse.
This guide will use Scrcpy.
Installation
Windows
See the Scrcpy install page here: https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md
WinGet
From a Terminal:
winget install –exact Genymobile.scrcpy
Mac
See the Scrcpy install page here: https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md
Brew
From the Terminal:
brew install scrcpy
Linux
See the Scrcpy install page here: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md
Download from your package manager, on most distros this will be simply scrcpy. However on Fedora it is only available through copr, and on Debian based distros you will need to use the install script (see the scrcpy page).