<p align="center"> <img src="docs/images/icon.png" alt="OpenClaw Easy" width="120" /> </p>
<h1 align="center">OpenClaw Easy</h1>
<p align="center"> <strong>AI on your messaging apps in minutes. No terminal. No config files. Just download and go.</strong> </p>
<p align="center"> <a href="https://github.com/openclaw-easy/openclaw-easy-desktop/stargazers"><img src="https://img.shields.io/github/stars/openclaw-easy/openclaw-easy-desktop?style=social" alt="GitHub Stars" /></a> <a href="https://github.com/openclaw-easy/openclaw-easy-desktop/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" alt="License" /></a> <a href="https://openclaw-easy.com"><img src="https://img.shields.io/badge/website-openclaw--easy.com-brightgreen" alt="Website" /></a> <img src="https://img.shields.io/badge/platform-macOS%20%7C%20Windows-lightgrey" alt="Platform" /> <img src="https://img.shields.io/badge/electron-latest-9feaf9?logo=electron&logoColor=white" alt="Electron" /> <img src="https://img.shields.io/badge/TypeScript-5.x-3178C6?logo=typescript&logoColor=white" alt="TypeScript" /> <img src="https://img.shields.io/badge/React-18-61DAFB?logo=react&logoColor=white" alt="React" /> </p>
<p align="center"> <a href="https://openclaw-easy.com"><img src="https://img.shields.io/badge/%F0%9F%8C%90_Visit_openclaw--easy.com-FF6B35?style=for-the-badge&logoColor=white" alt="Visit openclaw-easy.com" /></a> <a href="https://openclaw-easy.com"><img src="https://img.shields.io/badge/%E2%AC%87%EF%B8%8F_Download_Now-00C853?style=for-the-badge&logoColor=white" alt="Download Now" /></a> </p>
<p align="center"> <a href="https://openclaw-easy.com">Download</a> • <a href="https://docs.openclaw.ai">Docs</a> • <a href="https://github.com/openclaw-easy/openclaw-easy-desktop/issues">Issues</a> • <a href="https://github.com/openclaw/openclaw">OpenClaw Core</a> </p>
---
<p align="center"> <img src="docs/images/screenshot-dashboard.png" alt="OpenClaw Easy Dashboard" width="800" /> </p>
---
What is OpenClaw Easy?
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.
Why OpenClaw Easy?
| | Feature | Details | |---|---|---| | :zap: | Zero Setup | No terminal, no config files, no dependencies. Download, install, done. | | :package: | One-Click Install | macOS DMG or Windows EXE. Drag-and-drop or double-click. | | :iphone: | WhatsApp in 60 Seconds | Just scan a QR code. No bot tokens, no webhooks, no server. | | :brain: | All Major AI Models | Claude, ChatGPT, Gemini, DeepSeek, Llama, and more. | | :house: | Local AI with Ollama | Run models 100% offline on your machine. No API keys needed. | | :lock: | 100% Local & Private | Your data stays on your machine. Nothing uploaded to any cloud. | | :sparkles: | Managed AI Option | Don't want to deal with API keys? Just sign in and go. | | :gift: | Free to Use | Download and use with your own API keys at no cost. | | :arrows_counterclockwise: | Auto-Updates | The app updates itself. No manual work. |
Supported Channels
<p> <img src="https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white" alt="WhatsApp" /> <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram" /> <img src="https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" /> <img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white" alt="Slack" /> <img src="https://img.shields.io/badge/LINE-00C300?style=for-the-badge&logo=line&logoColor=white" alt="LINE" /> <img src="https://img.shields.io/badge/Feishu-3370FF?style=for-the-badge&logo=bytedance&logoColor=white" alt="Feishu" /> </p>
Supported AI Providers
<p> <img src="https://img.shields.io/badge/Anthropic_(Claude)-D97757?style=for-the-badge&logo=anthropic&logoColor=white" alt="Anthropic" /> <img src="https://img.shields.io/badge/OpenAI_(GPT)-412991?style=for-the-badge&logo=openai&logoColor=white" alt="OpenAI" /> <img src="https://img.shields.io/badge/Google_(Gemini)-4285F4?style=for-the-badge&logo=google&logoColor=white" alt="Google" /> <img src="https://img.shields.io/badge/Ollama_(Local)-333333?style=for-the-badge&logo=ollama&logoColor=white" alt="Ollama" /> <img src="https://img.shields.io/badge/OpenRouter-6366F1?style=for-the-badge" alt="OpenRouter" /> <img src="https://img.shields.io/badge/Venice-FF6B35?style=for-the-badge" alt="Venice" /> <img src="https://img.shields.io/badge/DeepSeek-0A84FF?style=for-the-badge" alt="DeepSeek" /> </p>
Features
- :rocket: One-click gateway -- Start/stop the OpenClaw gateway from the dashboard
- :key: Bring Your Own Key -- Use API keys from OpenAI, Anthropic, Google, Venice, OpenRouter, or DeepSeek
- :robot: Agent management -- Create, configure, and route multiple AI agents
- :jigsaw: Skills & plugins -- Browse and install skills from ClawHub
- :alarm_clock: Cron jobs -- Schedule recurring AI tasks
- :shield: Tools & permissions -- Fine-grained control over what your AI can do
- :speech_balloon: Built-in chat -- Chat with your AI directly in the app
- :desktop_computer: Cross-platform -- macOS (Apple Silicon + Intel) and Windows
Quick Start
Download the App
> :arrow_down: Get started now at openclaw-easy.com -- download the latest installer for macOS or Windows. Free!
Build from Source
# 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
Package for Distribution
# 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 package
Built installers will be in apps/desktop/dist-installers/.
Architecture
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: 1. Main process spawns the embedded OpenClaw gateway 2. Gateway handles AI conversations, channel connections, and agent routing 3. Renderer (React) communicates via IPC and WebSocket 4. Config stored locally at ~/.openclaw/ and ~/.openclaw-easy/
Tech Stack
<p> <img src="https://img.shields.io/badge/Electron-9feaf9?style=flat-square&logo=electron&logoColor=black" alt="Electron" /> <img src="https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=react&logoColor=black" alt="React" /> <img src="https://img.shields.io/badge/TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript" /> <img src="https://img.shields.io/badge/Tailwind_CSS-06B6D4?style=flat-square&logo=tailwindcss&logoColor=white" alt="Tailwind CSS" /> <img src="https://img.shields.io/badge/Zustand-443E38?style=flat-square" alt="Zustand" /> <img src="https://img.shields.io/badge/Vite-646CFF?style=flat-square&logo=vite&logoColor=white" alt="Vite" /> <img src="https://img.shields.io/badge/pnpm-F69220?style=flat-square&logo=pnpm&logoColor=white" alt="pnpm" /> </p>
Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
1. Fork the repository 2. Create a feature branch (git checkout -b feature/my-feature) 3. Make your changes 4. Submit a pull request
Links
- :globe_with_meridians: Website: openclaw-easy.com
- :book: Docs: docs.openclaw.ai
- :lobster: OpenClaw Core: github.com/openclaw/openclaw
- :bug: Issues: GitHub Issues
License
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.
---
<p align="center"> <a href="https://star-history.com/#openclaw-easy/openclaw-easy-desktop&Date"><img src="https://api.star-history.com/svg?repos=openclaw-easy/openclaw-easy-desktop&type=Date" alt="Star History Chart" width="600" /></a>
Built with :heart: by the <a href="https://github.com/openclaw-easy">OpenClaw Easy</a> team </p>





