Channels
iOS app with Home Screen widgets, native Mac app, web app, voice, email, Slack, Telegram, Microsoft Teams, and Discord, now an official channel with a setup wizard. Sent messages can be edited in place in Slack and Telegram. Every surface shares the same memory and identity.
Twenty-four messaging channels you wire up individually, including Matrix, Signal, iMessage, and Nostr. iOS and Android pair as nodes to your self-hosted Gateway for camera, screen, and voice workflows. The primary surface remains the Gateway and its Control UI.
Execution
Build me a habit tracker gets you a working, interactive app in the conversation. Read this page uses the browser extension to read your open tabs and act on the page you are looking at. Call the dentist and reschedule places an actual phone call with its own voice.
Excellent if the work you want is code on your own machine. Real-world actions outside the terminal depend on the channels, plugins, and tools you wire up yourself.
Hosting
Run on-device as a native Mac app, on Vellum's managed cloud, or self-host on your own VPS.
The Gateway runs on a machine you own and operate. Version 2.0 added cloud sessions and team.openclaw.ai for shared team coordination, but the core product still assumes you run and maintain the Gateway yourself.
Integrations
Native agent skills plus 1-click integrations with 50+ services through managed OAuth, including native Calendly and Eventbrite. Your assistant acts in real services without you touching tokens or API keys.
Twenty-four messaging channels supported, but you bring your own API keys per provider and manage rotation yourself. The ClawHub plugin marketplace extends what the Gateway can do.
Memory
Vellum builds a structured memory of your projects, people, and preferences automatically, across every surface. It sharpens with every conversation and correction, and there is nothing to configure: no files to curate, no engine to pick, no embedding provider to wire up.
Version 2.0 ships real memory: USER.md for stable preferences, MEMORY.md for durable facts, daily notes, and a background dreaming sweep that promotes short-term recall into long-term memory. Hybrid semantic plus keyword search, with your choice of engine: SQLite built in, Honcho or LanceDB as plugins. It can import memory from Codex, Claude Code, and Hermes.
Modularity
Builds its own skills, learns your tone, and adapts based on what you reward and correct. Install new skills from a growing library, or just ask and it figures out a way.
Behavior is configured by hand via prompts and config files. No automatic learning or adaptation loop.
Open Source
Open source under MIT license. Full codebase available on GitHub.
Open source under MIT license. Full codebase available on GitHub.
Pricing
Free Base plan with free credits to start. Paid plans from $30/mo (Mighty), $100 (Super), and $200 (Ultra) with pay-as-you-go credits, configurable compute and storage, and your assistant's own email and subdomain on higher tiers.
Free codebase under MIT license, but you pay for infrastructure, model API usage, and ongoing maintenance to run it.
Privacy
Run locally on Mac, in Vellum Cloud, or self-host. Vellum never has access to your data on any deployment path.
Self-hosted by default, but privacy depends entirely on how you configure your machine and exposed services.
Schedules
Built-in scheduling for daily briefings, weekly reports, and hourly checks that just run on a cadence.
No built-in scheduler. Rely on cron, launchd, or external triggers to run anything on a cadence.
Security
Credentials live in an isolated vault and never enter the model layer, so prompt injection can't exfiltrate your keys. Every sensitive action asks permission with a risk badge before it runs, and guardian approvals land in one inbox.
Credentials and API keys live in host config you own and manage, and the model assumes a trusted operator running the Gateway. Version 2.0 shipped a security overhaul including a patched RCE (CVE-2026-25253) and secret egress host binding.
Setup
No terminal, no API keys, no daemon. Voice-first onboarding is the default: your first experience is speaking, not configuring. Free, no credit card, up in minutes.
npm install -g openclaw, then openclaw onboard. The 2026.9.1 quick-start lane detects existing Claude Code or Codex logins and API keys, and their docs now claim 5 minutes to first chat. Realistic for a developer who already lives in a terminal with API keys on hand.
Storage
Vellum Cloud: 3 GB RAM and 4 GB storage by default. Mac app runs on standard Mac hardware.
Needs 1+ GiB RAM to start, 2+ GiB to update versions. Resource-constrained hardware like Raspberry Pi can struggle.
Trust
Every sensitive action asks first with a risk badge, guardian approvals land in one inbox, and you can export or delete your data at any time. The trust model is written down in the docs.
Approval cards delivered to your chat channels, with sandboxing and policy you configure yourself. Accountability defaults to the operator: the person running the Gateway is the security boundary.