电脑使用 Linux

1作者: anotherCodder大约 2 个月前
您好, 由于像 Codex 和 Claude 这样的应用程序不支持 Linux 桌面用户的计算机使用,我构建了自己的一个。 https://github.com/agent-sh/computer-use-linux `npm install -g @agent-sh/computer-use-linux` `computer-use-linux doctor | jq .readiness` 当前版本:v0.2.3。 Rust crate 作为 `computer-use-linux` 发布,npm 包装器作为 `@agent-sh/computer-use-linux` 发布。 它是一个适用于任何 MCP 主机的 Linux 桌面控制工具:AT-SPI 辅助功能树、门户截图、Wayland/X11 输入,以及针对 GNOME、KDE/KWin、Hyprland、i3 和 COSMIC 的多合成器窗口定位。
查看原文
Hi, Since apps like Codex and Claude don't provide support for computer use for Linux desktop users, iv'e built my own own one. https://github.com/agent-sh/computer-use-linux `npm install -g @agent-sh/computer-use-linux` `computer-use-linux doctor | jq .readiness` Current release: v0.2.3. The Rust crate is published as `computer-use-linux`, and the npm wrapper is published as `@agent-sh/computer-use-linux`. It's a Linux desktop control for any MCP host: AT-SPI accessibility trees, portal screenshots, Wayland/X11 input, and multi-compositor window targeting for GNOME, KDE/KWin, Hyprland, i3, and COSMIC.