AI on your messaging apps in minutes. No terminal. No config files. Just download and go.
Download • Docs • Issues • OpenClaw Core
OpenClaw is a powerful open-source AI agent platform that connects to WhatsApp, Telegram, Discord, Slack, and many more. But setting it up requires command-line skills and technical configuration.
OpenClaw Easy wraps it all into a beautiful desktop app. Just launch, connect your AI provider, scan a QR code, and your messaging apps are powered by AI.
| Feature | Details | |
|---|---|---|
| ⚡ | Zero Setup | No terminal, no config files, no dependencies. Download, install, done. |
| 📦 | One-Click Install | macOS DMG or Windows EXE. Drag-and-drop or double-click. |
| 📱 | WhatsApp in 60 Seconds | Just scan a QR code. No bot tokens, no webhooks, no server. |
| 🧠 | All Major AI Models | Claude, ChatGPT, Gemini, DeepSeek, Llama, and more. |
| 🏠 | Local AI with Ollama | Run models 100% offline on your machine. No API keys needed. |
| 🔒 | 100% Local & Private | Your data stays on your machine. Nothing uploaded to any cloud. |
| ✨ | Managed AI Option | Don't want to deal with API keys? Just sign in and go. |
| 🎁 | Free to Use | Download and use with your own API keys at no cost. |
| 🔄 | Auto-Updates | The app updates itself. No manual work. |
- 🚀 One-click gateway -- Start/stop the OpenClaw gateway from the dashboard
- 🔑 Bring Your Own Key -- Use API keys from OpenAI, Anthropic, Google, Venice, OpenRouter, or DeepSeek
- 🤖 Agent management -- Create, configure, and route multiple AI agents
- 🧩 Skills & plugins -- Browse and install skills from ClawHub
- ⏰ Cron jobs -- Schedule recurring AI tasks
- 🛡️ Tools & permissions -- Fine-grained control over what your AI can do
- 💬 Built-in chat -- Chat with your AI directly in the app
- 🖥️ Cross-platform -- macOS (Apple Silicon + Intel) and Windows
⬇️ Get started now at openclaw-easy.com -- download the latest installer for macOS or Windows. Free!
# Clone the repo
git clone https://github.com/openclaw-easy/openclaw-easy-desktop.git
cd openclaw-easy-desktop
# Install dependencies
pnpm install
# Start in development mode
pnpm --filter moltbot-easy-desktop dev# Build the OpenClaw core
cd openclaw && pnpm install && pnpm build && cd ..
# Prepare bundled resources
cd apps/desktop && ./scripts/prepare-bundle.sh && cd ../..
# Package the app
pnpm --filter moltbot-easy-desktop packageBuilt installers will be in apps/desktop/dist-installers/.
openclaw-easy-desktop/
├── apps/
│ └── desktop/ # Electron desktop app
│ ├── src/
│ │ ├── main/ # Electron main process
│ │ ├── preload/ # Preload bridge (IPC)
│ │ └── renderer/ # React UI
│ └── scripts/ # Build & bundle scripts
├── openclaw/ # Core OpenClaw engine (MIT/Apache)
│ ├── src/ # CLI & gateway source
│ └── extensions/ # Channel plugins
├── packages/
│ └── shared/ # Shared TypeScript types
└── docs/ # Documentation & images
How it works:
- Main process spawns the embedded OpenClaw gateway
- Gateway handles AI conversations, channel connections, and agent routing
- Renderer (React) communicates via IPC and WebSocket
- Config stored locally at
~/.openclaw/and~/.openclaw-easy/
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Submit a pull request
- 🌐 Website: openclaw-easy.com
- 📖 Docs: docs.openclaw.ai
- 🦞 OpenClaw Core: github.com/openclaw/openclaw
- 🐛 Issues: GitHub Issues
This project is open source under the Apache-2.0 License. The core OpenClaw engine included in openclaw/ is licensed under MIT/Apache-2.0.
Built with ❤️ by the OpenClaw Easy team
