免费开源的投屏软件,支持将安卓手机屏幕投放在 Windows、macOS、GNU/Linux 上,并可直接借助鼠标在投屏窗口中进行交互和录制。

Romain Vimont c899f435af Reassign -K and -M to UHID keyboard and mouse 8 月之前
.github 1a9429f3c7 Improve bug report template 4 年之前
app c899f435af Reassign -K and -M to UHID keyboard and mouse 8 月之前
assets 8ace3d1781 Update README 6 年之前
config 86808e8114 Upgrade Android checkstyle to 10.12.5 11 月之前
doc ad2beddd02 Add shortcut to open keyboard settings 8 月之前
gradle e8801cc3c0 Upgrade AGP (8.1.3) and Gradle to 8.4 11 月之前
server ad2beddd02 Add shortcut to open keyboard settings 8 月之前
.gitignore 90ca46ee41 Add scrcpy-server to .gitignore 1 年之前
FAQ.md a1e8a34001 Fix documentation link in FAQ 1 年之前
LICENSE 05a55e3687 Happy new year 2023! 1 年之前
README.md c6ff78f414 Update links to v2.3.1 10 月之前
build.gradle e8801cc3c0 Upgrade AGP (8.1.3) and Gradle to 8.4 11 月之前
bump_version 892cfe943e Add script to bump version 2 年之前
cross_win32.txt 67f356f881 Improve crossbuild 11 月之前
cross_win64.txt 67f356f881 Improve crossbuild 11 月之前
gradle.properties d706c5df39 Enable video output file, with pts set by server 6 年之前
gradlew 9e78b765da Update to Gradle 6.3 4 年之前
gradlew.bat 9e78b765da Update to Gradle 6.3 4 年之前
install_release.sh c6ff78f414 Update links to v2.3.1 10 月之前
meson.build 7c53a29d72 Remove useless run script 9 月之前
meson_options.txt ca9e1a0514 Add compilation flag for USB features 2 年之前
release.mk eed06b141a Upgrade sdl (2.28.5) for Windows 11 月之前
release.sh 6ab80e4ce8 Rename release.make to release.mk 3 年之前
run 88543cb545 Fix icon path in ./run 2 年之前
settings.gradle b67907e24e Convert server to an Android project 6 年之前

README.md

scrcpy (v2.3.1)

scrcpy

pronounced "screen copy"

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.

screenshot

It focuses on:

  • lightness: native, displays only the device screen
  • performance: 30~120fps, depending on the device
  • quality: 1920×1080 or above
  • low latency: 35~70ms
  • low startup time: ~1 second to display the first image
  • non-intrusiveness: nothing is left installed on the Android device
  • user benefits: no account, no ads, no internet required
  • freedom: free and open source software

Its features include:

Prerequisites

The Android device requires at least API 21 (Android 5.0).

Audio forwarding is supported for API >= 30 (Android 11+).

Make sure you enabled USB debugging on your device(s).

On some devices, you also need to enable an additional option USB debugging (Security Settings) (this is an item different from USB debugging) to control it using a keyboard and mouse. Rebooting the device is necessary once this option is set.

Note that USB debugging is not required to run scrcpy in OTG mode.

Get the app

User documentation

The application provides a lot of features and configuration options. They are documented in the following pages:

Resources

Articles

Contact

If you encounter a bug, please read the FAQ first, then open an issue.

For general questions or discussions, you can also use:

Donate

I'm @rom1v, the author and maintainer of scrcpy.

If you appreciate this application, you can support my open source work:

Licence

Copyright (C) 2018 Genymobile
Copyright (C) 2018-2023 Romain Vimont

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.