OpenClaw Easy is a free, open-source desktop app for macOS and Windows that runs the OpenClaw AI assistant on WhatsApp, Telegram, Discord, and Slack — and you can verify every safety claim on this page yourself. The full source code is public at github.com/openclaw-easy/openclaw-easy-desktop. The macOS app is Developer-ID signed and notarized by Apple, so Gatekeeper opens it without warnings. The Windows EXE is not code-signed yet: SmartScreen shows a warning on first run, which you dismiss with "More info → Run anyway" — EV code signing is planned. Your API keys, channel credentials, and chat history stay on your own machine; nothing is uploaded to us. The app is free with no subscription — the only optional payment is pre-paid credits for managed premium models.

Is the download safe?

Here is the exact signing status per platform, stated plainly:

PlatformSigning statusWhat you'll see
macOS (DMG/PKG)Developer-ID signed, hardened runtime, notarized by AppleOpens cleanly — no Gatekeeper warning
Windows (EXE)Not code-signed yet (EV signing planned)SmartScreen warning on first run — click "More info", then "Run anyway"

Always download from openclaw-easy.com or the GitHub releases page. Several look-alike sites distribute their own OpenClaw installers; we can only vouch for ours.

Is it open source?

Yes. The desktop app's source code is public at github.com/openclaw-easy/openclaw-easy-desktop, and it bundles the open-source OpenClaw runtime. Anyone can read the code, build it themselves, and compare behavior against the shipped app. That is a stronger guarantee than any marketing claim: you do not have to trust us, you can check.

Where do my API keys and chat data live?

Locally. Configuration, channel credentials, and chat state live under your user folder (~/.openclaw) on your own computer. When you chat, messages go directly from your machine to the AI provider you configured (Anthropic, OpenAI, Google, or a local Ollama model that never touches the network). If you top up the optional pre-paid credits, those requests route through the OpenClaw Easy gateway to managed models — pay-as-you-go, never a subscription. We do not receive your provider API keys.

What permissions does it ask for?

  • Camera — only used to scan the WhatsApp QR code when you pair WhatsApp.
  • Microphone — only if you use voice input with AI agents.
  • Screen recording — only if you ask the assistant to capture screen context.

Each permission is requested by macOS the first time the feature is used; deny any of them and the rest of the app keeps working.

How to verify the download yourself

On macOS, confirm the signature and notarization in Terminal:

codesign -dv --verbose=2 "/Applications/Openclaw Easy.app"
spctl -a -vv "/Applications/Openclaw Easy.app"

The second command should report source=Notarized Developer ID. On Windows, the EXE is unsigned today, so the equivalent check will show no signature — that is expected until EV signing ships. On either platform you can audit or build from the public source.

Frequently asked questions

Is OpenClaw Easy a virus?

No. The source code is public on GitHub and anyone can audit it. On macOS, Apple scans and notarizes every release. The Windows SmartScreen warning appears only because the EXE is not yet code-signed — it is a reputation notice, not a malware detection.

Why does Windows SmartScreen warn about the EXE?

Because the Windows installer is not code-signed yet. SmartScreen warns about any unsigned or low-reputation EXE. Click "More info", then "Run anyway" to proceed. EV code signing is planned; the macOS build is already signed and notarized.

Is OpenClaw Easy really free?

Yes. The desktop app is free. Bring your own API key, run free local models via Ollama, or optionally top up pre-paid credits for managed access. There is no subscription.

Does my chat history leave my computer?

Chat state is stored locally. Message content goes only to the AI provider you chose (or stays fully local with Ollama). With pre-paid credits, requests route through the OpenClaw Easy gateway to the managed model.

Is the WhatsApp connection safe for my number?

WhatsApp pairing uses an unofficial Web API, which carries real account risk if misused. Read the straight answer in our WhatsApp ban-risk guide. Telegram, Discord, and Slack use fully official bot APIs.

Related reading: What is OpenClaw? · Full FAQ · Download · WhatsApp AI bot ban risk