Install via Homebrew

One command. No config. Your AI gateway stays online.

Prerequisites

๐ŸŽ

macOS

macOS 12 Monterey or later

๐Ÿบ

Homebrew

Install from brew.sh if you don't have it

Install openclaw-cli

Run this single command in your terminal:

brew install openclaw/tap/openclaw

Quick Start

Start watching your OpenClaw gateway immediately after install:

# Start the watchdog daemon
openclaw-cli watch --daemon
โœ“ Doctor is watching your OpenClaw service
โœ“ Background daemon started (PID 48291)

# Check gateway status
openclaw-cli status
Gateway โ— online :18789
Channels โœ“ feishu โœ“ telegram

Update

Keep openclaw-cli up to date with the latest features and fixes:

brew upgrade openclaw/tap/openclaw

Uninstall

If you ever need to remove openclaw-cli:

brew uninstall openclaw/tap/openclaw

Other Platforms

๐Ÿ’ป

On Linux or Windows? Install via npm instead:
npm install -g openclaw-cli
See the homepage for all installation options.