macOS에서의 Gateway (외부 launchd)
OpenClaw.app은 더 이상 Node/Bun이나 Gateway 런타임을 번들로 포함하지 않습니다. macOS 앱은 외부openclaw CLI 설치를 기대하며, Gateway를 자식 프로세스로 시작하지 않고, Gateway를 계속 실행하기 위해 사용자별 launchd 서비스를 관리합니다(또는 이미 실행 중인 로컬 Gateway가 있으면 그것에 연결합니다).
CLI 설치(로컬 모드에 필수)
Node 24가 Mac의 기본 런타임입니다. 호환성을 위해 Node 22 LTS(현재22.14+)도 계속 동작합니다. 그런 다음 openclaw를 전역으로 설치하세요:
Launchd (LaunchAgent로서의 Gateway)
라벨:ai.openclaw.gateway(또는ai.openclaw.<profile>; 레거시com.openclaw.*가 남아 있을 수 있음)
~/Library/LaunchAgents/ai.openclaw.gateway.plist(또는~/Library/LaunchAgents/ai.openclaw.<profile>.plist)
- macOS 앱은 로컬 모드에서 LaunchAgent 설치/업데이트를 소유합니다.
- CLI로도 설치할 수 있습니다:
openclaw gateway install.
- “OpenClaw Active”는 LaunchAgent를 활성화/비활성화합니다.
- 앱을 종료해도 gateway는 중지되지 않습니다(launchd가 계속 유지함).
- 구성된 포트에서 Gateway가 이미 실행 중이면, 앱은 새로 시작하는 대신 그것에 연결합니다.
- launchd stdout/err:
/tmp/openclaw/openclaw-gateway.log