ClawBeat
ClawBeat.co
Intel Feed Trace Magazine Guides Dossier Research Media Lab The Forge OpenClaw Chronicle Events // skill
Comparison · March 18, 2026 Research Preview macOS Only

Claude Dispatch
Anthropic's Answer to OpenClaw — A Factual Assessment

On March 17, 2026 — one day ago — Anthropic shipped Dispatch for Cowork, a research-preview feature that lets Max subscribers control a Mac-based AI agent session from a mobile device. Industry observers immediately framed it as Anthropic's direct counter to OpenClaw. This guide evaluates whether that framing holds up.

By ClawBeat March 18, 2026 ~12 min read Official Cowork docs ↗
Launched
Mar 17, 2026
Price
Max $100–200/mo
Platform
macOS
Status
Preview

// background

To understand why Dispatch matters, you need the backstory. OpenClaw did not exist six months ago. Its creator, Peter Steinberger, released a project called Clawdbot in late January 2026 — a thin wrapper that let anyone run Claude as an always-on desktop agent. The project went viral instantly. By March 2, the repo had 247,000 GitHub stars.

Anthropic responded on January 27 with a cease-and-desist over trademark infringement on the "Claude" name. The project was renamed — first to Moltbot, then to OpenClaw. Then on February 14, OpenAI hired Steinberger and OpenClaw moved to an independent foundation with OpenAI as primary sponsor. Anthropic had pushed away the builder, and OpenAI welcomed him in.

What observers largely missed in the cease-and-desist story was what Anthropic was building in parallel. Cowork had been in research preview since January 2026 — a sandboxed desktop agent product with a fundamentally different security posture than OpenClaw. Dispatch, the mobile-remote-control layer on top of it, shipped on March 17.

January 2026
Clawdbot launches; Cowork research preview opens
January 27, 2026
Anthropic cease-and-desist; project renamed to OpenClaw
Anthropic cites trademark infringement on the "Claude" name. Project cycles through Moltbot → OpenClaw.
January 30, 2026
Anthropic adds Agent Skills (plugins) to Cowork
TechCrunch: Anthropic launches Agent Skills spec as an open standard, aiming for a role similar to MCP in the tool ecosystem.
February 14, 2026
OpenAI hires Steinberger; OpenClaw joins independent foundation
March 17, 2026
Dispatch for Cowork launches — research preview
Anthropic ships Dispatch, enabling Mac Cowork sessions to be controlled from a mobile device via QR code pairing. Available to Max subscribers; Pro access promised within days.

// what_is_cowork

Claude Cowork is Anthropic's desktop agent product for non-developers. It lives as a new tab in the Claude Mac app alongside Chat and Code, and Simon Willison described it as "Claude Code for the rest of your work" — the same underlying agent architecture repackaged without the terminal. Cowork uses Apple's Virtualization Framework to boot a sandboxed Linux environment on your machine; files are mounted at /sessions/[name]/mnt/[folder] and the agent operates within that container.

Cowork supports folder-scoped file access (you choose what it can see), web navigation, form interaction, and artifact generation. As of January 30, Cowork also supports Agent Skills — a plugin system Anthropic has proposed as an open standard. Dispatch is the third pillar: the ability to initiate and monitor Cowork tasks from a phone.

Cowork Core
Desktop agent layer
Runs in the Claude Mac app. Operates inside a sandboxed Linux VM (Apple Virtualization Framework). Reads, writes, and modifies files in a folder you designate; can browse the web, fill forms, and generate output artifacts.
Agent Skills
Plugin / extension layer
Anthropic's open-standard plugin spec for teaching Claude repeatable workflows via folders of instructions, scripts, and resources loaded dynamically. Positioned as a potential successor to MCP in the agent tooling ecosystem.
Dispatch
Mobile remote layer
Research preview feature that pairs your iPhone with the Mac app via QR code scan. Once paired, a Dispatch entry appears in the mobile sidebar, allowing you to send tasks to your Mac's active Cowork session from anywhere.

// how_dispatch_works

Setup is designed to be quick. After updating the Claude Mac app, a Dispatch option appears in the Cowork section, prompting you to scan a QR code with your iPhone. Once paired, your phone's Claude app gains a Dispatch entry in its sidebar — a live link into the Cowork session running on your Mac. The Mac must be awake with the Claude app open; there is no server-side session persistence.

What worked in MacStories' hands-on testing: locating screenshots, summarizing Notion notes, accessing files already open in Cowork. What failed: opening new applications, accessing Terminal sessions, reading Safari tabs, sending via iMessage. MacStories characterized the overall experience as "rough around the edges" and "currently slow," with approximately a 50% success rate across attempted tasks.

Research Preview Caveat

Dispatch is explicitly a research preview. MacStories' independent hands-on found roughly 50% task completion on the day of launch, with slow execution and a number of capability gaps (no Terminal, no Safari, no iMessage). Anthropic has not published a reliability roadmap or timeline for general availability. Users evaluating Dispatch as a production tool should treat current performance as a lower bound, not a ceiling.

Subscription
Claude Max ($100–200/mo)
Pro tier access announced "within days" of launch
Host requirements
Mac must be awake, app running
No server-side session persistence
Sandbox model
VM, default-deny, no direct FS
Apple Virtualization Framework (VZVirtualMachine)
Setup time
~30 seconds (QR code scan)
No API keys or external config required

// comparison

The table below draws exclusively on publicly documented facts. "Success rate" reflects MacStories' independent Dispatch test; OpenClaw performance varies significantly by configuration and skill set.

OpenClaw Claude Dispatch (Cowork)
Cost Free (open source) Max: $100–200/mo
Pro tier coming "within days"
Setup ~30+ min
API keys, config, runtime install
~30 seconds
QR code pairing, no config
Platform macOS / Linux / Windows macOS only
Windows support planned
Sandboxing None by default
Full user-space FS access
VM, default-deny networking
No direct filesystem access
Filesystem access Unrestricted (user-space) Folder-scoped, opt-in
Mobile control Via 3rd-party integrations Native (Dispatch QR pairing)
API required Yes (Anthropic, OpenAI, etc.) No
Developer API Full API + CLI None announced for Dispatch
Automation (webhooks) Supported Not available
Maturity v1.x, production deployments Research preview (March 17, 2026)
Success rate Varies by skill config ~50% (MacStories, launch day)
Community 247K+ GitHub stars Managed product, no OSS repo

// security

Security is the single strongest argument for Dispatch. The fundamental difference between Dispatch and OpenClaw lies in isolation: OpenClaw runs with full user-space permissions and no mandatory sandboxing; Dispatch runs inside a virtual machine with default-deny networking and no direct filesystem access.

Industry assessments of OpenClaw's security posture have been consistently negative. The gap is not subtle — it is architectural.

Gartner: "Insecure by Default"
Gartner publicly classified OpenClaw as "insecure by default" — a designation that reflects the absence of sandboxing, skill validation, and network egress controls in the base installation.
Cisco: "A Security Nightmare"
Cisco's security team described OpenClaw as "a security nightmare," citing unconstrained agent access to the local filesystem and the absence of runtime isolation.
Ethan Mollick — Wharton, AI researcher

"Dispatch covers 90% of what I was trying to use OpenClaw for, but feels far less likely to upload my entire drive to a malware site."

Source: Gadoci Consulting, citing Mollick — March 2026

The tradeoff is real, however. Simon Willison noted that prompt injection remains an active threat even within Cowork's sandbox — Anthropic acknowledges its defenses "aren't guaranteed" — and questioned whether typical users can realistically monitor for suspicious agent behavior. Dispatch's VM isolation reduces the blast radius of a successful attack, but does not eliminate the attack surface.

// limitations

Dispatch's security advantages come with significant practical constraints. Four stand out as current blockers for serious adoption.

Platform lock-in
macOS Only
Cowork uses Apple's Virtualization Framework (VZVirtualMachine), which is macOS-specific. Windows support is planned but unscheduled. OpenClaw runs on macOS, Linux, and Windows.
Reliability
~50% Task Success Rate at Launch
MacStories' hands-on test found roughly half of attempted tasks succeeded. Opening apps, accessing Terminal sessions, reading Safari tabs, and sending iMessage all failed. Execution was described as "currently slow."
Cost
Max Subscription Required at Launch
Access at launch requires a Claude Max subscription at $100–200/month. Pro access was promised within days but has not yet shipped as of March 18, 2026. OpenClaw is free and open source.
Developer access
No API or Automation Hooks
Anthropic has not announced a Dispatch API, webhooks, or integrations with automation platforms like Make, n8n, or Zapier. Dispatch is a consumer feature; developers who need programmatic control have no path forward today.

// reactions

Simon Willison — Developer, Django co-creator

Characterized Cowork as "Claude Code for the rest of your work" — the same agentic architecture as Claude Code, repackaged with a friendlier interface and a pre-configured sandbox. Willison flagged prompt injection as the persistent threat and noted that Anthropic's defenses exist but aren't guaranteed.

Source: simonw.substack.com — March 2026

Latent Space (Swyx) — AI research newsletter

Framed Dispatch as "Anthropic's Answer to OpenClaw," noting that observers Simon Willison and Ethan Mollick both described it positively relative to OpenClaw. Observed that Anthropic "famously fumbled the Clawdbot relationship," making the Dispatch launch a strategically meaningful response.

Source: latent.space — March 18, 2026

Gadoci Consulting — Independent Analysis

Argued that professionals were never blocking OpenClaw over capability — they were blocking it over security. Dispatch's sandbox model changes that calculus: "if this is going to carry the Claude name, it needs to be built differently." Concluded Dispatch represents a more deployable enterprise solution, with "unresolved scaling questions" as the main caveat.

Source: gadociconsulting.com — March 2026

// verdict

Claude Dispatch is a credible first step, not a complete alternative. As of March 18, 2026 — one day after launch — it is a research preview with a 50% task success rate, a macOS requirement, a $100/month price floor, and no developer API. On those terms, OpenClaw remains the more capable and accessible tool for anyone comfortable with the security tradeoffs.

What Dispatch does solve — and solve meaningfully — is the security objection that has kept OpenClaw out of professional and enterprise environments. The sandboxed VM, the default-deny networking, and the absence of raw filesystem access represent a genuinely different architecture. Mollick's framing holds: Dispatch covers a large share of the use cases with a substantially smaller attack surface. Whether that is enough depends entirely on what you are trying to do.

Choose Dispatch if…
  • You need a sandboxed agent with no raw filesystem access
  • Security policy blocks OpenClaw's default permissions
  • You are on macOS and a Max subscriber
  • You want zero-config setup (no API keys)
  • You are willing to wait for reliability to improve
Stick with OpenClaw if…
  • You need Windows or Linux support
  • You require developer API access or automation hooks
  • You need production-level task reliability today
  • Cost is a constraint (OpenClaw is free)
  • You need the full, unconstrained skill ecosystem

// faq

No. Claude Cowork is Anthropic's desktop agent product that runs on your Mac and can read, write, and act on files and websites. Dispatch is a research-preview feature within Cowork that lets you control your Mac's Cowork session from a mobile device (iPhone). Cowork launched in January 2026; Dispatch launched March 17, 2026.

No. Dispatch runs entirely through Anthropic's Claude Mac app. You need a Claude Max subscription ($100–$200/month), the Claude Mac app installed and running, and an iPhone to scan the QR code. No API keys or external configuration are required.

No. Per Anthropic's documentation, Dispatch operates within a sandboxed virtual machine with no direct filesystem access. Unlike OpenClaw, which runs with full user-space permissions by default, Dispatch uses default-deny networking and hard isolation boundaries. You choose which folders Cowork can access — Claude cannot read or edit anything outside that scope.

Claude Cowork — the underlying product — uses Apple's Virtualization Framework (VZVirtualMachine) to run a sandboxed Linux environment. This technology is macOS-specific. Anthropic has indicated Windows support is planned but has not given a timeline.

Dispatch currently requires a Claude Max subscription, which costs $100–$200/month. Anthropic announced that Pro subscribers would gain access within days of the March 17 launch, though no separate Dispatch-only pricing has been officially disclosed.

No. As of the March 17, 2026 research preview, Anthropic has not announced a Dispatch-specific API, webhooks, or native integrations with automation platforms like Make, n8n, or Zapier. Dispatch is a consumer-facing feature, not a developer API surface.

// sources