Scrcpy is available in Homebrew:
brew install scrcpyYou need adb, accessible from your PATH. If you don't have it yet:
brew install 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 github