The best OpenClaw alternative depends on which part of OpenClaw you relied on. If it's the chat-app interface (WhatsApp, Telegram, iMessage), Claude Code Channels or a managed OpenClaw host keeps that. If it was a cheap way to run Claude on your subscription, Claude Cowork and Claude Code are the only routes Anthropic clearly covers. If you want a Mac agent with no gateway to secure that still runs on the model plans you already pay for, a desktop workspace like Universe fits. And if you like OpenClaw itself, hardening it is a reasonable choice: much of the reported risk involved exposed or unpatched gateways and unreviewed skills.
Below: what changed, what the security research found, a hardening checklist, and the alternatives as of September 2026. We make Universe, so we say where it doesn't fit too.
What changed for OpenClaw and Claude subscriptions in 2026?#
Three steps, with confusion between them. Anthropic did not ban OpenClaw; it changed which billing covers Claude usage inside tools like it.
February: the docs changed. In mid-February Anthropic updated the Claude Code legal and compliance page. It says OAuth sign-in "is intended exclusively for purchasers of Claude Free, Pro, Max, Team, and Enterprise subscription plans and is designed to support ordinary use of Claude Code and other native Anthropic applications." It also says: "Anthropic does not permit third-party developers to offer Claude.ai login into their own applications, or to route requests through Free, Pro, or Max plan credentials on behalf of their users." After confusion among developers, Thariq Shihipar from the Claude Code team called it "a docs clean up" and said "Nothing is changing about how you can use the Agent SDK and MAX subscriptions." He also said anyone building a business on the Agent SDK should use an API key (The New Stack, February 18).
April 4: the billing change. As reported by VentureBeat, from 12pm PT on April 4, Claude Pro and Max subscriptions stopped covering usage in third-party agent tools like OpenClaw. People could keep using those tools by paying for extra usage bundles or with an API key. VentureBeat noted Anthropic was not banning third-party tools entirely. Anthropic cited capacity, and offered a one-time credit equal to the monthly plan price (redeemable through April 17) plus up to 30% off pre-purchased bundles.
Since then: a grey area, not a clear reversal. OpenClaw's own docs now describe reusing a Claude Code login already on the machine (claude -p). They say "Anthropic staff told us this usage is allowed again," and still recommend an API key for production. That is OpenClaw's account; we found no matching Anthropic page. As of September 15, 2026, Anthropic's legal page still carries the February wording, says developers may not collect, store or intermediate Claude.ai credentials, and says Pro and Max limits "assume ordinary, individual usage of Claude Code and the Agent SDK." It also says the policy does not stop an end user signing in to the unmodified Claude Code binary with their own subscription.
What does "extra usage" actually cost?#
It is pay-as-you-go usage on top of your plan, bought separately from the subscription. For an always-on agent that means the flat price is gone: work past your plan's allowance is paid for per use, not covered by the monthly fee.
Across vendors, see using your Claude or ChatGPT subscription instead of an API key in 2026.
How bad was the OpenClaw security record?#
Three separate problems, each well documented.
1. CVE-2026-25253: one-click takeover. The GitHub advisory was published January 31, 2026, rated high severity, with the fix in 2026.1.29. The Control UI accepted a gatewayUrl from the query string and connected to it automatically, sending the stored gateway token. One click on a crafted link gave an attacker operator access: change sandbox and tool policy, then run code. The advisory's key sentence: it worked "even on instances configured to listen on loopback only, since the victim's browser initiates the outbound connection."
2. Exposed gateways. On February 9, SecurityScorecard's STRIKE team reported 40,214 OpenClaw instances reachable from the internet, and 12,812 of them exploitable through remote code execution (Infosecurity Magazine). A local-only default doesn't help once someone opens the control panel to reach it from elsewhere.
3. The skills supply chain. Koi Security audited 2,857 ClawHub skills and found 341 malicious ones, as reported by The Hacker News. 335 of them used fake "prerequisite" steps to install the Atomic macOS Stealer, in a campaign named ClawHavoc. On February 7, OpenClaw announced VirusTotal scanning for ClawHub skills. On June 23, Palo Alto Networks' Unit 42 reported five malicious skills that got past that screening between February and May: two delivered macOS infostealers through paste-site lures, one padded its README with 22 MB of characters, and two were built for financial fraud. According to Unit 42, OpenClaw banned the accounts and deleted the skills.
None of this means the maintainers ignored it. The CVE was fixed in the release named in the advisory, and ClawHub added malware scanning in February. It does mean an always-on agent with shell access, a public skill registry and a web control panel is a large attack surface, and self-hosting makes it yours.
If I stay on OpenClaw, how do I harden it?#
Most of this comes straight from OpenClaw's security guide:
- Update. Anything before 2026.1.29 is exposed to CVE-2026-25253. Stay on the stable channel and keep up with it.
- Keep the gateway on loopback with token auth. Bind to loopback, as in OpenClaw's hardened baseline, and use token authentication with a long random token. Don't publish the control panel to the internet. For remote access, use a private network such as Tailscale, and read the exposure runbook before you do.
- Run the audit after every config change.
openclaw security audit --deep, then--fixfor the remediations it offers. - Lock down who can message it. Leave DM pairing on, allowlist groups, and require a mention in group chats. Anyone who can message a tool-enabled agent shares its tool authority.
- Narrow the tools. Restrict file access to the workspace, set exec to ask every time or deny it, turn off elevated tools, and turn on sandboxing.
- Treat every skill as code. Read the
SKILL.mdand any scripts before you install. Never run a "prerequisite" command a skill asks for. Prefer skills you wrote or can audit. - Isolate the host. Run it under a separate macOS user, or on a separate machine that doesn't hold your main keychain, wallets or SSH keys. Rotate any API key a suspect skill could have read.
What did you actually want from OpenClaw?#
| What you relied on | What serves it now |
|---|---|
| Messaging the agent from WhatsApp, Telegram or iMessage | Hardened OpenClaw, a managed OpenClaw host, or Claude Code Channels |
| Running 24/7 with no laptop involved | A managed host, Simular's cloud computer, or a spare always-on machine |
| Claude on a flat monthly price | Claude Cowork or Claude Code directly; otherwise an API key |
| Local control and open source | OpenClaw itself, hardened |
| An agent that does real work on your Mac's files and signed-in sites | Claude Cowork, Manus My Computer, Universe |
Which OpenClaw alternatives are worth considering?#
Claude Code Channels: the closest thing from Anthropic#
Channels, a research preview in Claude Code, let you message a running Claude Code session from Telegram, Discord or iMessage. The work runs on your machine against your real files. The Telegram plugin polls for messages rather than exposing a URL, Telegram and Discord senders are allowlisted by pairing, and iMessage contacts are allowed by handle. A Claude Code session has to be running, and because it's Claude Code, subscription usage is clearly covered. Choose it if chatting with your agent from a phone was the whole point and you're comfortable in a terminal.
Claude Cowork: managed, Claude only#
Cowork is included in Pro and Max. It works in your folders and runs on macOS, Windows, the web and mobile. As of September 2026, Anthropic's help center says scheduled tasks run in the cloud, so they don't need your computer awake, and that a task using local files, your browser or your computer needs the desktop app open. Nothing to self-host; the trade-offs are Claude-only models and a usage allowance shared with chat and Claude Code. Choose it if you only use Claude. More in Claude Cowork alternatives.
Manus My Computer: a cloud agent with a desktop hand#
Manus's desktop app (on macOS and Windows since March 16, 2026) lets its agent run terminal commands in folders you authorize, and every terminal command asks for your approval. Its help center says these tasks consume credits "at the same rate as equivalent tasks run entirely in the cloud," and that planning still runs on Manus's cloud. Choose it if you already use Manus. See Manus alternatives without credits if credits are the problem.
Simular Sai: an agent that clicks through a real desktop#
Sai operates a Mac or Windows desktop the way a person would, on your own machine or on a cloud computer that stays on. As of September 2026 Simular's pricing page lists Starter at $50 a month, Premium at $200 and Pro at $500 (usage within fair-use limits), with access by invitation. Choose it if you need GUI automation of apps with no API, and always-on without owning the hardware.
Managed OpenClaw hosts: keep OpenClaw, hand off the ops#
If OpenClaw's model is right and self-hosting is the problem, managed hosts run it for you. As of September 2026: MyClaw lists a Lite plan at $199 a year, with AI token usage not included. KiloClaw runs on Kilo Gateway credits by default, with a bring-your-own-key option. BetterClaw lists Basic at $19 a month and Pro at $49, bring your own key, with a curated skill library on Pro and approvals. Check each host's pricing page for current plans. Hosting fixes patching and exposure if done well, but on a hosted server Claude means an API key or extra usage.
Universe: a Mac workspace running the vendors' own CLIs#
Universe is a Mac app (Apple silicon or Intel, macOS 13 or later). It runs agents on your Mac through the model CLIs themselves. That means Claude Code on a Claude Pro or Max plan or an API key, Codex on a ChatGPT Plus, Pro or Business plan, Gemini CLI on a Google account, Grok with an xAI key, or open models on your own machine. Universe doesn't proxy or resell model traffic, and there are no credits.
What's different from OpenClaw, mechanically:
- No gateway to deploy. It's a desktop app. There's no control panel you publish to the internet and no chat-app bridge. If you give an agent an email inbox, mail to it is answered only when a person asks.
- Browser work uses a copy. Universe copies a Chrome profile into its own folder and runs its own Chrome on that copy, so the agent is already signed in. It doesn't attach to the Chrome you have open. Profiles never leave the Mac. See letting an agent work behind your logins.
- It asks before it acts outward. Sending, paying and posting wait for you. An agent's change to a skill you own doesn't take effect until you accept it.
- Skills are the same
SKILL.mdformat, and Universe shows a skill's pre-approved tools (allowed-tools) before you copy it in. That helps review; it doesn't replace it (one SKILL.md, four agents).
On the Claude subscription, precisely. Universe's "Sign in with Claude" runs Claude Code's own claude setup-token flow, and Claude turns run inside Anthropic's Claude Code CLI on your Mac. That's the same shape as OpenClaw's Claude CLI reuse path. Anthropic's legal page says it does not permit third-party developers to offer Claude.ai login into their own applications, or to route requests through Free, Pro or Max credentials on behalf of their users, and that plan limits assume ordinary, individual use. We have not seen Anthropic say how that applies to an app that runs Claude Code under your own login. If you need zero ambiguity, add an Anthropic API key in Universe, or use Claude Code and Cowork directly. Codex through a ChatGPT sign-in is the less contested path.
Universe is free to start. Pro is $19 a month, and pricing has the plan limits. When signed in, what sharing and your other Macs need syncs to Universe's cloud; the work runs on your Mac. See features.
How do the OpenClaw alternatives compare?#
As of September 2026, from each vendor's own pages.
| Open source? | Network exposure | Model access | Always-on | Price | |
|---|---|---|---|---|---|
| OpenClaw (self-hosted) | Yes | Gateway and Control UI you run; loopback by default, exposed if you open it | Any provider; ChatGPT sign-in supported; Claude via API key, extra usage, or CLI reuse (contested) | Yes, headless on a server | Free, plus model costs |
| Managed OpenClaw host | Engine yes, host no | Host runs the gateway | Mostly API keys (BYOK or host gateway) | Yes | Varies by host; tokens often extra |
| Claude Code Channels | No | Runs on your machine; Telegram plugin polls, no public URL | Claude; subscription covered | While your session runs | Included in Claude plans |
| Claude Cowork | No | Anthropic-hosted | Claude only | Cloud schedules, not tied to local folders | Included in Pro ($20) and Max |
| Manus My Computer | No | Manus cloud reaches authorized folders | Manus models | While the app runs | Credit-based plans |
| Simular Sai | Agent S framework is; Sai isn't | Cloud computer or your device | Simular | Cloud computer | From $50/month listed, by invitation |
| Universe | No | Desktop app; no gateway or chat bridge | Claude Code, Codex, Gemini CLI, Grok, open models, on your plans or keys | On a Mac that's on; a second Mac covers the laptop | Free to start; Pro $19/month |
Where does Universe not fit?#
Pick something else if any of these matter:
- You want open source. Universe isn't. OpenClaw is, and a hardened self-hosted install is a legitimate choice.
- You live in WhatsApp or Telegram. You don't message a Universe agent from a chat app. OpenClaw, a managed host or Claude Code Channels do that.
- You need Windows, Linux or a headless server. Universe is Mac only, with no web or phone app. OpenClaw is self-hosted software you can run off the Mac.
- Nothing you own should need to be on. Universe schedules run on a Mac, so a job can miss if that Mac is off. A spare Mac covers the laptop (running agents overnight on a spare Mac). Simular's cloud computer or a managed host covers the no-hardware case.
- You want the cheapest setup. OpenClaw is free software: with a local model you pay for hardware, with a ChatGPT sign-in only your plan. Universe is free to start, but Pro is software you pay for on top of your model plan.
What should you do?#
- You like OpenClaw: harden it, move Claude to an API key or use a ChatGPT sign-in, and stop installing unreviewed skills.
- You mostly wanted Claude from your phone: try Claude Code Channels before anything else.
- You want Claude and nothing to maintain: Claude Cowork.
- You want agents doing real work on your Mac, across more than one model, with no gateway to secure: download Universe and connect the accounts you already pay for.
Questions#
- Can I still use OpenClaw with Claude Pro or Max?
- Only in a limited way. Since April 4, 2026, Claude subscription limits don't cover third-party harnesses. You can pay for extra usage at API rates, or use an Anthropic API key. OpenClaw's docs also describe reusing a local Claude Code login, and say Anthropic staff told them this is allowed again. We found no Anthropic page saying so, and Anthropic's legal page still limits how third-party developers may use Claude plan credentials.
- Is OpenClaw safe to use?
- It can be run carefully, but 2026 brought serious problems. CVE-2026-25253 allowed one-click takeover before version 2026.1.29. Researchers counted over 40,000 instances reachable from the internet. Koi Security reported 341 malicious ClawHub skills, most of them installing a macOS stealer. If you stay, update, keep the gateway on loopback with token auth, run `openclaw security audit`, and read every skill before you install it.
- Does OpenClaw work with ChatGPT Plus?
- Yes, according to OpenClaw. Its docs say OpenAI Codex sign-in "is explicitly supported for use outside the Codex CLI, including OpenClaw workflows," so you can sign in with a ChatGPT or Codex subscription, or use an OpenAI API key for key-based billing. That is OpenClaw's statement; we did not find a matching OpenAI page, so check OpenAI's terms for your plan.
- What happened to Clawdbot and Moltbot?
- They are the same project under earlier names. OpenClaw's own post announcing the name, dated January 29, 2026, describes the move from Clawd to Moltbot to OpenClaw, and the CVE record for CVE-2026-25253 describes it as OpenClaw (aka clawdbot or Moltbot). A Clawdbot alternative search is the same question as an OpenClaw one.
- What is the best OpenClaw alternative for Mac?
- It depends on what you used OpenClaw for. For messaging your agent from a phone, try Claude Code Channels or a managed OpenClaw host. For Claude-only work with nothing to maintain, Claude Cowork is included in Pro and Max. For a Mac workspace that runs Claude Code, Codex and Gemini on the plans you already pay for, with no gateway to secure, consider Universe.