Download a static build of the latest release:
scrcpy-macos-v3.0.tar.gz
(arm64)
SHA-256:5db9821918537eb3aaf0333cdd05baf85babdd851972d5f1b71f86da0530b4bf
and extract it.
Static builds of scrcpy for macOS are still experimental.
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 scrcpy
scrcpy --help
- on github