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

Romain Vimont 2d3059e1ab Reference FAQ from HID/OTG documentation 2 days ago
.github 1a9429f3c7 Improve bug report template 2 years ago
app 478aece68f Replace "bit-rate" with "bit rate" 3 days ago
assets 8ace3d1781 Update README 5 years ago
config 0c9666b733 Upgrade Android checkstyle to 9.0.1 1 year ago
doc 2d3059e1ab Reference FAQ from HID/OTG documentation 2 days ago
gradle a252194161 Upgrade gradle build tools to 7.4.0 2 weeks ago
scripts 1c44dc2259 Use portable shebang for all bash scripts 2 years ago
server f1b2d6bbbb Bump version to 2.0 1 week ago
.gitignore 5dcfc0ebab Add local.properties to gitignore 2 years ago
FAQ.md 90926d40ad Merge branch 'master' into dev 1 week ago
LICENSE 05a55e3687 Happy new year 2023! 1 week ago
README.md d9a644df9c Clarify V4L2 feature in README 1 week ago
build.gradle a252194161 Upgrade gradle build tools to 7.4.0 2 weeks ago
bump_version 892cfe943e Add script to bump version 1 year ago
cross_win32.txt f5bb9e576d Upgrade SDL (2.26.4) for Windows 1 week ago
cross_win64.txt f5bb9e576d Upgrade SDL (2.26.4) for Windows 1 week ago
gradle.properties d706c5df39 Enable video output file, with pts set by server 4 years ago
gradlew 9e78b765da Update to Gradle 6.3 3 years ago
gradlew.bat 9e78b765da Update to Gradle 6.3 3 years ago
install_release.sh abc1be4872 Update links to v2.0 1 week ago
meson.build f1b2d6bbbb Bump version to 2.0 1 week ago
meson_options.txt ca9e1a0514 Add compilation flag for USB features 1 year ago
release.mk cc07f8dac4 Upgrade platform-tools (34.0.1) for Windows 1 week ago
release.sh 6ab80e4ce8 Rename release.make to release.mk 2 years ago
run 88543cb545 Fix icon path in ./run 11 months ago
settings.gradle b67907e24e Convert server to an Android project 5 years ago

README.md

scrcpy (v2.0)

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 from 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.

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.