- This application mirrors Android devices (video and audio) connected via USB or over TCP/IP, and allows to control the device with the keyboard and the mouse of the computer. It does not require any root access. It works on Linux, Windows and macOS.
- 此应用程序通过 USB 或基于 TCP/IP连接镜像 Android 设备(视频和音频),并允许使用计算机的键盘和鼠标控制设备。它不需要任何root权限。该应用支持Linux、Windows和macOS系统。
- Mac install scrcpy and adb (mac需要先安装scrcpy和adb)
brew install scrcpy
brew install android-platform-tools
- Windows out-of-the-box with built-in scrcpy (windows可以直接使用)
$ pnpm install
$ pnpm dev
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux