logo
WeChat Login
clickclaw
clickclaw
ClickClaw
No description
Verified

ClickClaw Logo

ClickClaw

One-click OpenClaw deployment for everyone
No environment setup, no terminal commands — scan a QR code to create Feishu/WeCom bots

Platform Electron React Ant Design License

简体中文 | English


What is ClickClaw

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:

  • Zero-dependency install — Bundled runtime, download and run, no Node.js or CLI tools needed
  • Fully visual — Model setup, channel connection, pairing approval, Agent management — all through a GUI
  • QR code bot creation — For Feishu and WeCom, just scan a QR code to auto-create apps and fill in credentials
  • Auto crash recovery — Gateway auto-retries on failure, then guides one-click restore from healthy snapshots
  • AI security vetting — Automatically analyzes code risk level and permission scope before skill installation
  • In-app pairing approval — IM users send pairing requests, desktop app pops up real-time approval with one-click accept or deny
  • Multi-Agent multi-channel — Different channels and accounts can bind to different AI personas, each with its own role
  • HTTP proxy support — Built-in proxy settings for accessing international services like OpenAI and Telegram

Screenshots

DashboardLive Chat
DashboardLive Chat
Model ConfigChannels
Model ConfigChannels
Agent ManagementSkills Marketplace
Agent ManagementSkills Marketplace
Cron TasksBackup
Cron TasksBackup

Features

🚀 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, / slash commands.

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


Getting Started

Download

Grab the installer for your platform from Releases:

PlatformArchitectures
macOSApple Silicon (arm64) / Intel (x64)
Windowsx64 / arm64

Uninstall & Data Directories

  • On Windows uninstall, a checkbox is shown: Delete ClickClaw local data (~/.clickclaw) (unchecked by default)
  • If unchecked, only the app is removed and ~/.clickclaw is kept
  • ~/.openclaw (OpenClaw config and credentials) is always preserved and is never deleted by ClickClaw uninstall

First Launch

The Setup Wizard guides you through all configuration:

  1. Environment Detection — Auto-scan for existing OpenClaw and port usage
  2. Configure Model — Choose a Provider (domestic / international / custom), enter and verify API Key
  3. Configure Channels — Select IM channels, Feishu/WeCom support QR quick-create (skippable)
  4. Confirm — Review configuration summary
  5. Launch — Write config, start Gateway, enter main UI

Build from Source

Prerequisites

  • Node.js 18+
  • npm 9+

Development

git clone https://github.com/clickclaw/clickclaw.git cd clickclaw npm install npm run dev

Commands

CommandDescription
npm run devHot-reload dev mode
npm run lintESLint + TypeScript type checking
npm run typecheckType checking only
npm testVitest single run
npm run build:winWindows package
npm run build:macmacOS package

Tech Stack

LayerTechnology
Desktop FrameworkElectron 40+
Build Toolelectron-vite 5
UIReact 19 + Ant Design 6
State ManagementZustand
i18ni18next
Packagingelectron-builder
TestingVitest

Contributing

Contributions of all kinds are welcome — bug fixes, features, docs, translations.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/xxx)
  3. Commit your changes
  4. Create a Pull Request

Guidelines: Follow ESLint + Prettier code style, all UI text must use i18n, new features need tests.


Acknowledgements


License

ClickClaw is released under the GPL-3.0 License.


ClickClaw — Click to deploy OpenClaw

Recent updates