mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 14:04:20 +01:00
1.7 KiB
1.7 KiB
On macOS
Install
From the official release
Download a static build of the latest release:
scrcpy-macos-aarch64-v3.3.4.tar.gz(aarch64)
SHA-256:8fef43520405dd523c74e1530ac68febcc5a405ea89712c874936675da8513ddscrcpy-macos-x86_64-v3.3.4.tar.gz(x86_64)
SHA-256:cf9b3453a33279b6009dfb256b1a84c374bd4c30a71edd74bacab28d72a5d929
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 scrcpyscrcpy --help- on github