macOS
macOS 平台支持。
安装
bash
curl -fsSL https://openclaw.bot/install.sh | bash
openclaw onboard --install-daemon服务管理
使用 LaunchAgent:
bash
# 安装服务
openclaw gateway install
# 启动
openclaw gateway start
# 停止
openclaw gateway stop
# 重启
openclaw gateway restart
# 查看状态
openclaw gateway status伴侣应用
macOS 伴侣应用提供:
- 菜单栏图标
- 语音唤醒
- Canvas
- WebChat
参见 macOS 伴侣应用。
iMessage
macOS 独有的 iMessage 支持:
json
{
"channels": {
"imessage": {
"enabled": true
}
}
}参见 iMessage。
权限
可能需要的权限:
- 完全磁盘访问(某些技能)
- 屏幕录制(截图)
- 辅助功能(自动化)