OpenClawHelper is a desktop GUI for OpenClaw AI Gateway. Manage AI providers, switch primary and fallback models, and monitor live logs — all without touching a config file by hand.
![]() Dashboard |
![]() AI Models |
![]() Live Logs |
![]() System Settings |
🤖 Multi-Provider AI Management
- 22+ providers: Anthropic, OpenAI, Google Gemini, DeepSeek, xAI Grok, Mistral, Qwen, Zhipu GLM, Doubao, ERNIE, Kimi, and more
- Configure primary model and fallback chain with a single click
- Toggle any provider or individual model on/off visually
📊 Real-time Dashboard
- Gateway status, port, primary model, and active provider count at a glance
- One-click restart / start / stop Gateway
💬 Social Channel Shortcuts
- Detects configured channels (Telegram, Discord, Slack, Feishu, WhatsApp, Teams, Signal, LINE, and more)
- Auto-detects installed desktop apps; opens app directly or falls back to web
📋 Live Logs
- Stream Gateway logs in real time with level filtering (trace / debug / info / warn / error / fatal)
- Keyword search, subsystem filter, virtual scroll (handles 10,000+ entries smoothly)
⚙️ Config Management
- Built-in JSON editor (CodeMirror) for direct config file editing
- Smart merge — never overwrites your custom fields
🎨 Theme & Language
- Dark / Light / System theme
- Chinese / English UI
| Version | |
|---|---|
| macOS | 12 Monterey or later |
| Windows | Windows 10 or later |
| OpenClaw | Must be installed and running |
Before using OpenClawHelper, make sure OpenClaw is installed and running.
- 📖 Docs: docs.openclaw.ai
- 🌐 Website: openclaw.ai
Go to the Releases page and download the installer for your platform:
| Platform | File |
|---|---|
| macOS Apple Silicon | OpenClawHelper-x.x.x-arm64.dmg |
| macOS Intel | OpenClawHelper-x.x.x.dmg |
| Windows | OpenClawHelper-x.x.x-Setup.exe |
macOS Note: If you see "unidentified developer" on first launch, go to System Settings → Privacy & Security → click "Open Anyway".
# Clone repo
git clone https://github.com/your-org/openclaw-configurator.git
cd openclaw-configurator
# Install dependencies
npm install
# Start dev mode
npm run dev
# Build
npm run build:mac # macOS
npm run build:win # Windows| Region | Providers |
|---|---|
| International | Anthropic · OpenAI · Google Gemini · DeepSeek · xAI Grok · Mistral AI · Groq · Together AI · Perplexity · Cohere · Fireworks AI · OpenRouter |
| China | Qwen · Zhipu GLM · Doubao · ERNIE · Kimi · StepFun · SiliconFlow · 01.AI · MiMo · MiniMax |
MIT © OpenClawHelper Contributors



