Install and run scrcpy on macOS
From the official release
Section titled “From the official release”Download a static build of the latest release:
-
scrcpy-macos-aarch64-v3.3.3.tar.gz(aarch64)
SHA-256:b93299468f19ae89ac70f7c1453914c41f1f2bcd31f6ab530038da885c19581f -
scrcpy-macos-x86_64-v3.3.3.tar.gz(x86_64)
SHA-256:c767fc1d41e4ae26e40558656570962f474739924fd22ee023d8754889ee4366
and extract it.
Static builds of scrcpy for macOS are still experimental.
From a package manager
Section titled “From a package manager”Scrcpy is available in Homebrew:
brew install scrcpyYou need adb, accessible from your PATH. If you don’t have it yet:
brew install --cask android-platform-toolsAlternatively, Scrcpy is also available in MacPorts, which sets up adb for you:
sudo port install scrcpySee build.md to build and install the app manually.
Make sure that your device meets the prerequisites.
Once installed, run from a terminal:
scrcpyor with arguments (here to disable audio and record to file.mkv):
scrcpy --no-audio --record=file.mkvDocumentation for command line arguments is available:
man scrcpyscrcpy --help- on quickstart