doc/macos.md
Download a static build of the latest release:
scrcpy-macos-aarch64-v4.1.tar.gz (aarch64)20fd47c9014dd5e0fa77091f3cb7adbda8445a360c4584aeaa0150b5b3988ff3</sub>scrcpy-macos-x86_64-v4.1.tar.gz (x86_64)ee2a7223bc8dbdc4f482db1134bcf441178dafb833492b71ca4c22090c58ce72</sub>and extract it.
Scrcpy is available in Homebrew:
brew install scrcpy
You need adb, accessible from your PATH. If you don't have it yet:
brew install --cask android-platform-tools
Alternatively, Scrcpy is also available in MacPorts, which sets up adb for you:
sudo port install scrcpy
See build.md to build and install the app manually.
Make sure that your device meets the prerequisites.
Once installed, run from a terminal:
scrcpy
or with arguments (here to disable audio and record to file.mkv):
scrcpy --no-audio --record=file.mkv
Documentation for command line arguments is available:
man scrcpyscrcpy --help