OpenClaw no macOS — Guia Completo
OpenClaw no macOS
Instalação
Via Homebrew
brew install node
npm install -g openclaw
Via nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
nvm install 22
npm install -g openclaw
Features Exclusivas
iMessage
Integração nativa com Messages.app.
Voice Wake
Funciona com microfone do Mac.
Shortcuts
Integre com Apple Shortcuts.
LaunchAgent (Auto-start)
openclaw gateway install-daemon
Ou manualmente:
<!-- ~/Library/LaunchAgents/com.openclaw.gateway.plist -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "...">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.openclaw.gateway</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/openclaw</string>
<string>gateway</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Permissões
- Acessibilidade (para iMessage)
- Microfone (para voice)
- Automação