📦 下载安装
| 平台 | 文件 |
|---|---|
| Windows x64 | autoMate-windows-x64.zip
|
| macOS Apple Silicon (M1/M2/M3) | autoMate-macos-arm64.zip
|
| Linux x64 | autoMate-linux-x64.tar.gz
|
Windows
- 解压
autoMate-windows-x64.zip - 运行
autoMate\autoMate.exe
macOS
- 解压 zip
- 右键 → 打开
autoMate.app(首次需右键绕过 Gatekeeper) - 在系统设置 → 隐私与安全性 中授予辅助功能和屏幕录制权限
Linux
- 解压:
tar xzf autoMate-linux-x64.tar.gz - 运行:
./autoMate/autoMate - 如需剪贴板支持:
sudo apt install xclip
首次启动会自动下载模型权重(~50 MB),请在设置中填写 LLM API Key。
What's Changed
- feat: replace pyxbrain with openai SDK for multi-platform LLM support by @yuruotong1 in #146
- feat: add MCP server support and update README for multi-platform by @yuruotong1 in #147
Full Changelog: v3.0...v3.1