๐Ÿฉบ OpenClaw Guardian Daemon

Your OpenClaw,
always online

Watchdog daemon for OpenClaw. Detects crashes, restarts the gateway automatically, and notifies you โ€” zero configuration, zero babysitting.

Get Started โ†’ โญ GitHub
# Install and start monitoring
npm install -g openclaw-cli
openclaw-cli watch -d
โœ“ Doctor is watching your OpenClaw service
โœ“ Background daemon started (PID 48291)
openclaw-cli status
Gateway โ— online :18789
Channels โœ“ feishu โœ“ telegram
Install as any name
All package names point to the same tool. Pick the one that feels right.
openclaw-cli
The main CLI โ€” monitoring, gateway control, diagnostics, and web dashboard.
primary
openclaw-doctor
Health-check daemon that auto-restarts the gateway when it goes down.
openclaw-manage
Service lifecycle management โ€” start, stop, restart, and status.
openclaw-monitor
Lightweight process monitor with configurable check intervals.
openclaw-gateway
Direct gateway control commands โ€” lower-level than openclaw-manage.
openclaw-watch
File and process watcher, triggers on gateway state changes.
openclaw-utils
Shared utilities used across all openclaw-* packages.
openclaw-logs
Log viewer with filtering by level, time range, and source.
Install
Pick your preferred method.
npm
npx
Homebrew
npm install -g openclaw-cli

# then
openclaw-cli watch -d

Requires Node.js โ‰ฅ 22. macOS and Linux supported. Windows coming soon.

Download
macOS app โ€” menubar guardian, always running.
๐ŸŽ
macOS (Apple Silicon)
OpenClaw CLI.dmg ยท arm64
๐ŸชŸ
Windows
Coming soon

Or install via npm: npm install -g openclaw-cli