Skip to content

Latest commit

 

History

History
141 lines (103 loc) · 3.9 KB

File metadata and controls

141 lines (103 loc) · 3.9 KB
OpenClawHelper

OpenClawHelper

Visual Configurator for OpenClaw AI Gateway

Platform Electron License

中文


Overview

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.


Screenshots

Dashboard
Dashboard
AI Models
AI Models
Live Logs
Live Logs
System Settings
System Settings

Features

🤖 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

Requirements

Version
macOS 12 Monterey or later
Windows Windows 10 or later
OpenClaw Must be installed and running

Install OpenClaw

Before using OpenClawHelper, make sure OpenClaw is installed and running.


Download & Install

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".


Development

# 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

Supported AI Providers

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

License

MIT © OpenClawHelper Contributors