One-click local deployment for OpenClaw — your personal AI agent, running on your machine.
Website • Download • Setup Guide • Channels • Models
🌐 Languages: English | 简体中文 | 繁體中文 | Español | 日本語 | 한국어 | Italiano | Türkçe | Français | Deutsch
OpenClaw Manager is a desktop app that deploys OpenClaw locally on your computer with one click. No terminal, no Docker, no manual config files.
OpenClaw is an AI agent framework that connects a Claude-powered AI assistant to your messaging apps. It can read files, browse the web, run code, manage your calendar, and automate daily tasks — all through natural conversation.
OpenClaw Manager makes the setup trivial: download, enter two credentials, click Deploy. Done.
Just two things:
- An API key — for the AI model (get one from EvoLink)
- A messaging channel — currently Telegram or Feishu
That's it. The manager handles everything else: downloading OpenClaw, configuring the service, connecting your channel, and verifying the setup.
| Channel | Status | Region |
|---|---|---|
| Telegram | ✅ Supported | Global |
| Feishu (飞书) | ✅ Supported | China |
| 🔜 Coming soon | — | |
| Discord | 🔜 Coming soon | — |
| Slack | 🔜 Coming soon | — |
| More... | 🗓️ Planned | — |
We're actively expanding channel support. Contributions and requests welcome.
Three steps. Under 5 minutes.
| What | Where to Get |
|---|---|
| EvoLink API Key | evolink.ai → Dashboard → API Keys |
| Telegram Bot Token | Create via @BotFather |
| Telegram User ID | Send /start to @userinfobot |
💡 For Feishu: select it during Step 1 and follow the in-app guide for credentials.
Pick a Claude model, choose your channel (Telegram or Feishu).
You can run multiple instances for different bots or teams.
Paste your API key and channel credentials.
The wizard validates each field before moving on.
Click Deploy. Watch real-time progress.
Send a test message to confirm everything works.
All Claude models available via EvoLink:
| Model | Best For |
|---|---|
| Claude Haiku 4.5 | Fast responses, simple tasks |
| Claude Sonnet 4.5 | Balanced speed & intelligence |
| Claude Opus 4.5 | Complex reasoning |
| Claude Opus 4.6 | Most capable, long-running agents |
Route Claude through EvoLink and pay ~30% less than official API pricing.
- Same models, same quality
- No code changes needed
- Works out of the box with OpenClaw Manager
🔥 Limited-time offer. Calculate your savings →
- One-click deploy — no terminal or Docker required
- Multi-instance — run multiple OpenClaw bots side by side
- Channel selection — Telegram and Feishu, more coming
- Model selection — Haiku, Sonnet, Opus (4.5 & 4.6)
- Real-time progress — SSE streaming during deployment
- Gateway control — start / stop / status with auto-refresh
- Clean removal — one-click delete when you're done
- Cross-platform — Windows, macOS, Linux
npm install
npm run build
npx pkg dist/setup.cjs --targets node22-win-x64 --output dist/openclaw-manager --compress GZipOther platforms:
# macOS (Intel)
npx pkg dist/setup.cjs --targets node22-macos-x64 --output dist/openclaw-manager --compress GZip
# macOS (Apple Silicon)
npx pkg dist/setup.cjs --targets node22-macos-arm64 --output dist/openclaw-manager --compress GZip
# Linux
npx pkg dist/setup.cjs --targets node22-linux-x64 --output dist/openclaw-manager --compress GZipEvoLink — Unified AI API gateway. 40+ models, smart routing, lower cost.
MIT