One-click OpenClaw deployment for everyone
No environment setup, no terminal commands — scan a QR code to create Feishu/WeCom bots
简体中文 | English
OpenClaw is a powerful AI agent framework, but its installation and configuration can be challenging — requiring Node.js, command-line operations, and manual JSON editing.
ClickClaw exists to eliminate that barrier. It wraps the entire deployment process into a visual desktop app, bundling Node.js 22 + OpenClaw runtime, so anyone can have their own AI assistant up and running in minutes.
Core features:
| Dashboard | Live Chat |
![]() | ![]() |
| Model Config | Channels |
![]() | ![]() |
| Agent Management | Skills Marketplace |
![]() | ![]() |
| Cron Tasks | Backup |
![]() | ![]() |
|
🚀 5-Step Setup Wizard Environment detection → Model config → Channel config → Confirm → Launch. Fully guided, no terminal needed. |
💬 Live Chat WebSocket direct to Gateway, multi-session management, streaming Markdown rendering, |
|
🤖 Agent Management Create multiple AI personas, edit workspace files (AGENTS.md / SOUL.md / MEMORY.md), fine-grained tool permissions and Skills allowlist. |
📡 IM Channels Feishu, WeCom, QQ Bot, DingTalk, Telegram, Discord, Slack. QR quick-create for Feishu/WeCom, multi-account, pairing approval. |
|
🔧 Model Config Domestic (Moonshot / Qwen / Zhipu / DeepSeek …), international (Claude / GPT / Gemini), custom endpoints. One-click API Key verification, batch import from remote model lists. |
🧩 Skills Marketplace Browse ClawHub marketplace, AI security vetting before install. Installed skills support enable/disable, inline API Key editing, export. |
|
⏰ Cron Tasks Interval / cron expression / one-shot scheduling, assign Agent for auto-execution, run history tracking. |
⚙️ Settings & Operations Language switch, proxy config, auto-update (desktop + engine), live logs, smart snapshot backup & crash recovery. |
Grab the installer for your platform from Releases:
| Platform | Architectures |
|---|---|
| macOS | Apple Silicon (arm64) / Intel (x64) |
| Windows | x64 / arm64 |
Delete ClickClaw local data (~/.clickclaw) (unchecked by default)~/.clickclaw is kept~/.openclaw (OpenClaw config and credentials) is always preserved and is never deleted by ClickClaw uninstallThe Setup Wizard guides you through all configuration:
git clone https://github.com/clickclaw/clickclaw.git
cd clickclaw
npm install
npm run dev
| Command | Description |
|---|---|
npm run dev | Hot-reload dev mode |
npm run lint | ESLint + TypeScript type checking |
npm run typecheck | Type checking only |
npm test | Vitest single run |
npm run build:win | Windows package |
npm run build:mac | macOS package |
| Layer | Technology |
|---|---|
| Desktop Framework | Electron 40+ |
| Build Tool | electron-vite 5 |
| UI | React 19 + Ant Design 6 |
| State Management | Zustand |
| i18n | i18next |
| Packaging | electron-builder |
| Testing | Vitest |
Contributions of all kinds are welcome — bug fixes, features, docs, translations.
git checkout -b feature/xxx)Guidelines: Follow ESLint + Prettier code style, all UI text must use i18n, new features need tests.
ClickClaw is released under the GPL-3.0 License.
ClickClaw — Click to deploy OpenClaw