{"id":15043821,"url":"https://github.com/lei1248276/scrcpy-ui","last_synced_at":"2025-10-07T19:53:28.592Z","repository":{"id":252918234,"uuid":"841897699","full_name":"lei1248276/scrcpy-ui","owner":"lei1248276","description":"UI for Scrcpy written in Electron（Scrcpy UI 无线投屏控制Android 设备支持鼠标和键盘）","archived":false,"fork":false,"pushed_at":"2024-10-17T14:04:24.000Z","size":6655,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T23:12:32.641Z","etag":null,"topics":["adb","android","electron","mirroring","scrcpy","scrcpy-gui","typescript","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lei1248276.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-13T09:09:36.000Z","updated_at":"2025-04-02T02:24:08.000Z","dependencies_parsed_at":"2024-09-08T10:32:07.192Z","dependency_job_id":"99124073-ebf8-4fbc-86d1-0044983aa934","html_url":"https://github.com/lei1248276/scrcpy-ui","commit_stats":null,"previous_names":["lei1248276/scrcpy-ui"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/lei1248276/scrcpy-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lei1248276%2Fscrcpy-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lei1248276%2Fscrcpy-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lei1248276%2Fscrcpy-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lei1248276%2Fscrcpy-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lei1248276","download_url":"https://codeload.github.com/lei1248276/scrcpy-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lei1248276%2Fscrcpy-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271752125,"owners_count":24814750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adb","android","electron","mirroring","scrcpy","scrcpy-gui","typescript","vue3"],"created_at":"2024-09-24T20:49:38.602Z","updated_at":"2025-10-07T19:53:23.569Z","avatar_url":"https://github.com/lei1248276.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg width=\"100\" height=\"100\" src=\"./static/icon.svg\" alt=\"Scrcpy UI\"\u003e\n\t\u003cbr\u003e\n\t\u003ch1\u003eScrcpy UI\u003c/h1\u003e\n\t\u003cp\u003eGUI application for scrcpy\u003c/p\u003e\n  \u003cbr\u003e\n  \u003cdiv style=\"display:flex;justify-content: center;\"\u003e\n    \u003cimg width=\"400\" height=\"600\" src=\"./static/dashboard.png\" alt=\"dashboard\"\u003e\n    \u003cimg width=\"400\" height=\"600\" src=\"./static/log.png\" alt=\"log\"\u003e\n    \u003cimg width=\"135\" height=\"250\" src=\"./static/tray.png\" alt=\"tray\"\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n## quick start\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"155\" height=\"40\" src=\"./static/add-ip.png\" alt=\"add-ip\"\u003e\n  \u003cimg width=\"350\" height=\"115\" src=\"./static/ip-box.png\" alt=\"ip-box\"\u003e\n\u003c/div\u003e\n\n## [scrcpy](https://github.com/Genymobile/scrcpy)\n- This application mirrors Android devices (video and audio) connected via USB or over [TCP/IP](https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#tcpip-wireless), 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.\n- 此应用程序通过 USB 或基于 [TCP/IP](https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#tcpip-wireless)连接镜像 Android 设备（视频和音频），并允许使用计算机的键盘和鼠标控制设备。它不需要任何root权限。该应用支持Linux、Windows和macOS系统。\n\n## Requirements\n- Mac install [scrcpy](https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md) and adb （mac需要先安装scrcpy和adb）\n```bash\nbrew install scrcpy\n```\n```bash\nbrew install android-platform-tools\n```\n\n- Windows out-of-the-box with built-in scrcpy （windows可以直接使用）\n\n## Project Setup\n\n### Install\n\n```bash\n$ pnpm install\n```\n\n### Development\n\n```bash\n$ pnpm dev\n```\n\n### Build\n\n```bash\n# For windows\n$ pnpm build:win\n\n# For macOS\n$ pnpm build:mac\n\n# For Linux\n$ pnpm build:linux\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flei1248276%2Fscrcpy-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flei1248276%2Fscrcpy-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flei1248276%2Fscrcpy-ui/lists"}