Skip to content

Latest commit

 

History

History
192 lines (147 loc) · 9.04 KB

File metadata and controls

192 lines (147 loc) · 9.04 KB

OpenClaw Easy

OpenClaw Easy

AI on your messaging apps in minutes. No terminal. No config files. Just download and go.

GitHub Stars License Website Platform Electron TypeScript React

Visit openclaw-easy.com    Download Now

DownloadDocsIssuesOpenClaw Core


OpenClaw Easy Dashboard


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

Supported Channels

WhatsApp Telegram Discord Slack LINE Feishu

Supported AI Providers

Anthropic OpenAI Google Ollama OpenRouter Venice DeepSeek

Features

  • 🚀 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

Quick Start

Download the App

⬇️ 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

Electron React TypeScript Tailwind CSS Zustand Vite pnpm

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

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.


Built with ❤️ by the OpenClaw Easy team