1.6 KiB
On macOS
Install
From the official release
Download a static build of the latest release:
-
scrcpy-macos-aarch64-v3.3.tar.gz
(aarch64)
SHA-256:7a4cdaeb8ba74593edda278c000ddedc8d70a51263a80b16a6345475d42ac21e
-
scrcpy-macos-x86_64-v3.3.tar.gz
(x86_64)
SHA-256:bb3c13aac166b92539371883a8781aa861a7cd18e3e6077e570ab7a1f562f774
and extract it.
Static builds of scrcpy for macOS are still experimental.
From a package manager
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.
Run
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