Skip to content

UI for Scrcpy written in Electron(Scrcpy UI 无线投屏控制Android 设备支持鼠标和键盘)

Notifications You must be signed in to change notification settings

lei1248276/scrcpy-ui

Repository files navigation

Scrcpy UI

Scrcpy UI

GUI application for scrcpy


dashboard log tray

quick start

add-ip ip-box
  • 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系统。

Requirements

  • 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可以直接使用)

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux