Skip to content

Commit 99c528d

Browse files
Copilotquanruclaude
authored
Add midscene-pc projects to Awesome MidScene (#1390)
* Initial plan * Add midscene-pc projects to Awesome MidScene list Co-authored-by: quanru <11739753+quanru@users.noreply.github.com> * docs(readme): add PC automation projects to Awesome Midscene Added midscene-pc and midscene-pc-docker projects to the Awesome Midscene section in both English and Chinese README files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: quanru <11739753+quanru@users.noreply.github.com> Co-authored-by: quanruzhuoxiu <quanruzhuoxiu@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6fbb34a commit 99c528d

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ There are so many UI automation tools out there, and each one seems to be all-po
130130
Community projects that extend Midscene.js capabilities:
131131

132132
* [midscene-ios](https://github.com/lhuanyu/midscene-ios) - iOS automation support for Midscene
133+
* [midscene-pc](https://github.com/Mofangbao/midscene-pc) - PC operation device for Windows, macOS, and Linux
134+
* [midscene-pc-docker](https://github.com/Mofangbao/midscene-pc-docker) - Docker container image with MidScene-PC server pre-installed
133135
* [Midscene-Python](https://github.com/Python51888/Midscene-Python) - Python SDK for Midscene automation
134136
* [midscene-java](https://github.com/Master-Frank/midscene-java) - Java SDK that brings Midscene automation features to JVM projects
135137

README.zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ for (const record of recordList) {
132132
基于 Midscene.js 开发的社区项目:
133133

134134
* [midscene-ios](https://github.com/lhuanyu/midscene-ios) - iOS 设备自动化工具
135+
* [midscene-pc](https://github.com/Mofangbao/midscene-pc) - 支持 Windows、macOS 和 Linux 的 PC 操作设备
136+
* [midscene-pc-docker](https://github.com/Mofangbao/midscene-pc-docker) - 预装 MidScene-PC 服务器的 Docker 容器镜像
135137
* [Midscene-Python](https://github.com/Python51888/Midscene-Python) - Python 版本的 Midscene SDK
136138
* [midscene-java](https://github.com/Master-Frank/midscene-java) - Java 版本的 Midscene SDK,便于在 JVM 项目中使用自动化能力
137139

apps/site/docs/en/awesome-midscene.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ A curated list of community projects that extend Midscene.js capabilities across
99
- Enables automated testing and interaction with iOS applications
1010
- Extends Midscene's cross-platform capabilities to Apple's mobile ecosystem
1111

12+
### PC automation
13+
- **[midscene-pc](https://github.com/Mofangbao/midscene-pc)** - PC operation device for Windows, macOS, and Linux
14+
- Enables automated testing and interaction with desktop applications across all major platforms
15+
- Supports both local and remote operation capabilities
16+
- **[midscene-pc-docker](https://github.com/Mofangbao/midscene-pc-docker)** - Docker container image with MidScene-PC server pre-installed
17+
- Based on Ubuntu 20 with GNOME desktop for maximum application compatibility
18+
- Includes built-in VNC service for browser-based desktop monitoring
19+
- Deploy automation client directly on standard servers with a single command
20+
1221
### Python SDK
1322
- **[Midscene-Python](https://github.com/Python51888/Midscene-Python)** - Python SDK for Midscene automation
1423
- Brings Midscene's AI-powered automation capabilities to Python developers

apps/site/docs/zh/awesome-midscene.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
- 支持 iOS 应用程序的自动化测试和交互
1010
- 将 Midscene 的跨平台能力扩展到苹果移动生态系统
1111

12+
### PC 自动化
13+
- **[midscene-pc](https://github.com/Mofangbao/midscene-pc)** - 支持 Windows、macOS 和 Linux 的 PC 操作设备
14+
- 支持跨所有主流平台的桌面应用程序自动化测试和交互
15+
- 支持本地和远程操作能力
16+
- **[midscene-pc-docker](https://github.com/Mofangbao/midscene-pc-docker)** - 预装 MidScene-PC 服务器的 Docker 容器镜像
17+
- 基于 Ubuntu 20 和 GNOME 桌面,最大化应用程序兼容性
18+
- 内置 VNC 服务,支持通过浏览器监控桌面操作
19+
- 一键命令即可在标准服务器上部署自动化客户端
20+
1221
### Python SDK
1322
- **[Midscene-Python](https://github.com/Python51888/Midscene-Python)** - Python 版本的 Midscene SDK
1423
- 为 Python 开发者提供 Midscene 的 AI 驱动自动化能力

0 commit comments

Comments
 (0)