The desktop app that turns AI agents from command-line projects into working assistants.
Choose a scenario, connect a channel, deploy in 5 minutes β no terminal required.
π Zero-Hassle Setup β Get OpenClaw up and running in 5 minutes. ClawZ handles environment setup, dependency installation, and configuration β just download, launch, and follow the wizard.
π― Scenario-Driven β Don't start from scratch. Pick a pre-built scenario β daily briefing, email butler, content pipeline β and customize from there.
π₯οΈ Visual Management β Manage agents, models, channels, cron jobs, and costs through a clean GUI. No CLI memorization, no config file editing.
π Local & Private β Bring any model provider. Connect any messaging channel. Everything runs locally β no cloud account, no telemetry, no lock-in.
|
π§ Onboarding Wizard |
π¨ Scenario Workshop |
|
π§ Multi-Provider Models |
π¬ Multi-Channel Messaging |
|
β‘ Gateway Control |
π Cost Dashboard |
|
π₯ Multi-Agent Orchestration |
β° Cron Scheduling |
|
π Log Center |
π‘οΈ Backup & Restore |
|
π Bilingual UI |
π₯οΈ Cross-Platform Desktop App |
| Scenario | Description | |
|---|---|---|
| β¨ | Default Assistant | A versatile AI assistant ready out of the box. Coding, writing, research, file management, everyday chat β one agent handles it all. |
| π° | Daily Briefing | One message replaces opening 5 apps every morning. Weather, news, calendar, health data β auto-delivered to your chat at 8 AM daily. |
| π§ | Email Manager | Inbox zero anxiety. Auto-classify emails, batch unsubscribe, summarize long threads, draft replies β hailed as OpenClaw's Killer App by the community. |
| βοΈ | Content Pipeline | An end-to-end content creation pipeline from topic discovery to final draft. AI handles 0 to 0.8, humans review and finalize. |
| π | Ops Dashboard | CEO-level daily operations overview. Auto-aggregates revenue, users, product metrics, flags anomalies β one person replaces an entire ops team. |
| βοΈ | Devil's Advocate | Two advisors analyze problems from opposing perspectives. The Advocate uncovers opportunities, the Critic identifies risks β find the optimal answer through debate. |
Want to create your own? Scenarios are JSON files β see the scenario schema for the format.
Grab the latest release for your platform from the Releases page.
| Platform | Format |
|---|---|
| macOS (Apple Silicon) | .dmg |
| macOS (Intel) | .dmg |
| Linux x86_64 (Ubuntu/Debian) | .deb |
| Linux x86_64 (Fedora/RHEL) | .rpm |
| Linux arm64 (Ubuntu/Debian) | .deb |
| Linux arm64 (Fedora/RHEL) | .rpm |
Stable releases are notarized. If you need a temporary emergency build before notarization completes, use the GitHub prerelease noted in the release notes.
| Platform | Minimum Version |
|---|---|
| macOS (Intel) | macOS 10.15 Catalina |
| macOS (Apple Silicon) | macOS 11.0 Big Sur |
| Linux | Ubuntu 22.04 / Debian 12 / Fedora 36 (glibc 2.35+, WebKit2GTK 4.1+) |
| Windows | Coming soon |
Prerequisites: Node.js 22.22.0 (see .nvmrc), pnpm >= 10, Rust >= 1.77, Tauri prerequisites
git clone https://github.com/clawz-ai/ClawZ.git
cd ClawZ
pnpm install --frozen-lockfile
pnpm tauri devFor production builds: pnpm tauri build β output in src-tauri/target/release/bundle/.
| Layer | Technology |
|---|---|
| Framework | Tauri v2 (Rust backend + Webview frontend) |
| Frontend | React 19 + TypeScript 5.9 + Vite 7 |
| Styling | Tailwind CSS v4 |
| State | Zustand v5 |
| CI | GitHub Actions (TypeScript + Vitest + Cargo Check + Clippy) |
Model Providers β OpenAI, Anthropic, MiniMax, Zhipu, Qwen (API Key + OAuth)
| Provider | Auth Methods |
|---|---|
| OpenAI | API Key, OAuth |
| Anthropic (Claude) | API Key, OAuth |
| MiniMax | API Key, OAuth |
| Zhipu AI (GLM) | API Key |
| Qwen (Tongyi) | API Key, OAuth |
Custom providers can be configured via the settings page.
Messaging Channels β Telegram, Discord, Slack, Feishu, WhatsApp (+ 9 more in development)
| Channel | Auth Type | Plugin Required |
|---|---|---|
| Telegram | Bot Token | No |
| Discord | Bot Token | No |
| Feishu (Lark) | App ID + Secret | Yes (@openclaw/feishu) |
| Slack | Bot Token + App Token | No |
| QR Code Login | No |
Additional channels (Signal, iMessage, MS Teams, Matrix, Google Chat, Mattermost, LINE, Nostr, IRC) are defined and coming soon.
We welcome contributions of all kinds β bug reports, feature requests, documentation improvements, and code.
- Read the Contributing Guide to get started
- Browse open issues β look for
good first issuelabels - Review our Code of Conduct
- Report security vulnerabilities via SECURITY.md
MIT β ClawZ is free and open source.
ClawZ is built on top of the OpenClaw AI agent framework and powered by Tauri.

