Corso
Until recently, you could only use personal AI agents while seated in front of a computer. However, that has quickly changed with the release of personal AI assistants that you can chat with on your favorite messaging apps. The agents can then work autonomously on a computer and perform tasks such as reading emails or creating web applications.
With Claude Cowork, you can use Claude's agentic capabilities on your desktop. This required you to use it on your computer, but with the latest Anthropic update, you can use it on your phone. They are calling it Claude Cowork Dispatch.
I have been exploring it since it was announced, and in this article, I will share what I discovered. Including how to set it up, use cases, and how it compares to other agents, such as OpenClaw.
I also recommend checking out our guides on other Claude remote features, including Claude Code Channels and Claude Code Remote Control.
What Is Claude Cowork Dispatch?
Claude Cowork Dispatch is Anthropic’s latest update to Claude Cowork, enabling you to use it on your phone.
You can dispatch tasks from your phone, and the local desktop agent will pick them up and work on them. Claude will run on your computer and message you when the result is ready. This is possible because it can access your local files, connectors, and plugins.

Claude Cowork Dispatch is powered by Claude Opus 4.6.
Claude Cowork Dispatch Key Features and Capabilities
Let’s talk about some of the key features and capabilities of Claude Cowork Dispatch.
The feature I found really useful is cross-device persistence.
For instance, you can message Claude from your phone and later continue the conversation on the desktop. This is possible because it creates a single persistent thread that retains context from previous tasks.
Next, let’s look at local execution. When you send a message from your phone, it triggers actions on the host device. Claude will be able to perform the task using your existing files, connectors, and plugins. When it's done, it will message you with the asset, for example, a spreadsheet.
Claude Cowork Dispatch also has unified connector access. It inherits all Desktop MCP connectors, including local files, Notion, Slack, and Google Drive if connected. This means that anything that you could do on the desktop app can now also be triggered from your phone.
Finally, let’s talk about browser agency. Even on your phone, you will have full control over the host machine. For example, you can have Claude access your Gmail and draft some replies for you to review.

Setting Up Claude Cowork Dispatch
Let’s look at how to set up Claude Cowork Dispatch.

Pairing & Permissions
To use Claude Cowork Dispatch, you will need to be on the latest version of Claude Desktop. You will see the Dispatch Tab on the left sidebar. Click it to get started. Scan the QR Code to begin the process. Make sure you have the Claude app installed on your phone.

You then need to enable keep desktop awake to prevent the host machine from sleeping during remote tasks.

You also need to grant some permissions, such as access to local directories.

Using Claude Cowork Dispatch’s Standout Capabilities
In this section, I will cover some of the main standout capabilities of Claide Cowork Dispatch.
The persistent thread logic
Claude Cowork Dispatch's persistent thread makes it possible to easily switch between the desktop and mobile app. You can kick off a task while on a walk and pick it up again when you settle down at your computer.
Local file orchestration
Claude Cowork Dispatch enables you to access the files on your computer from your phone. For example, you can ask Claude to analyze a CSV file from your downloads folder without the data leaving the local sandbox.
Remote browser control
With remote browser control, you can have Clause access your browser tabs with your authenticated sessions. This means that you can ask Claude to complete a task that you started on the computer by chatting with it on the phone.

Discover how to use Claude in Excel for your data analysis work from our Claude in Excel tutorial.
Claude Cowork Dispatch in Action - Real Use Cases
In this section, we will try out Claude Cowork Dispatch on real use cases. The examples are inspired by some of the ways I saw people use it while researching this article.
The first use case will be browser automation. I asked Cladue on my phone to go to YouTube and return the 20 most recent titles for videos covering Claude Cowork Dispatch.
As you can see from the screenshot below, Claude Cowork Dispatch started by asking for permission to access my browser.

Next, Claude Cowork Dispatch gave me the result:

Then I wanted to see if it could actually analyze the videos and send me some of the questions people are asking. So I sent the message below from my phone.

As you can see from the video and image below, Claude Cowork Dispatch opens all the videos, scrolls to the comments section, and provides the report.


To learn more about browser automation, check out our article on AI-Powered Browser Automation and Debugging.
Let’s try to get Dispatch to review a local repository and suggest some improvements. The first thing it did was to ask for permissions to access that folder:

It then sent the report on the mobile app and the desktop app, as shown below:

When working on a real project, it’s better to first create a plan to guarantee good results. You can learn how to use Claude Code’s Plan Mode to explore your codebase in read-only mode, surface questions, and review structured plans for multi-file changes in our Claude Code Plan Mode tutorial.
Okay, one final example. Let’s see if Claude Cowork Dispatch can draft a reply for the latest email from my editor, Matt. Claude realized that I had no Gmail connectors, asked for permission to access Gmail, found the email, and finally drafted a response as shown below.

Claude Cowork Dispatch Limitations and Caveats
In this section, we will cover some of the limitations of Claude Cowork Dispatch.
The first one is the host awake requirement. You have to keep your computer online and active for you to send messages from the mobile app. It’s almost like running your computer like a cloud-based virtual machine, which is always on.
Second, Claude Cowork Dispatch lacks push notifications on mobile. You will not get a notification on desktop or mobile when a task is complete.
Third, Claude Cowork Dispatch operates on a single thread of conversation. At the moment, there is no way for you to start a new thread or manage multiple threads.
You also can't schedule tasks on this thread. For that, you will have to use Cowork on the Claude Desktop app.

Claude Cowork Dispatch vs OpenClaw
When researching this topic, I saw a lot of people on the internet call Claude Cowork Dispatch the OpenClaw killer. Let’s examine if that is true.
Security and architecture: Sandboxed vs full system access
By default, OpenClaw runs with full system access unless you set it up with Docker and limit the permissions. This allows for more flexible automation at the risk of the agent doing something bad, like deleting your inbox, as we saw in the OpenClaw vs Claude Code article.
On the other hand, Claude Cowork Dispatch will ask for permissions when it wants to execute certain commands, such as accessing your directories. This approach makes Claude Cowork Dispatch safer for businesses and enterprise users.
Ease of use: One-click vs terminal-heavy
Claude Cowork Dispatch is significantly easier and faster to set up than OpenClaw. It only involves downloading the desktop app and scanning a QR code on your phone. It works by default if you are already logged in on your phone and computer.
OpenClaw is more complex to set up. It requires manual installation, some familiarity with the command line, Docker, and environment variables. You are also responsible for figuring out the right level of permissions and how to deal with network security.
You can learn how to set up OpenClaw and connect it to WhatsApp in our OpenClaw (Clawdbot) Tutorial.
Persistence: Session-based vs always-on daemon
Claude Cowork Dispatch works only when your computer is awake and connected to the internet. OpenClaw is an always-on assistant that can monitor its environment, run cron jobs, and execute tasks with little human intervention.
Cost and ecosystem: The subscription vs The API
Claude Cowork Dispatch is a closed application, requiring a Claude Pro or Max subscription. This means that you are locked into Anthropic’s ecosystem.
OpenClaw is an open-source application that you can self-host and use with any model provider, including open-source models. However, for closed models, you have to pay for each token, unlike in Claude Cowork Dispatch, where model usage is covered in your subscription.
Discover how to use OpenClaw with Ollama in our OpenClaw with Ollama tutorial.
Comparison Table
|
Feature |
Claude Cowork Dispatch |
OpenClaw |
|
Security |
Sandboxed & Permission-Gated. Prompts for access to specific directories and browser actions. |
Full System Access. Runs with high-level permissions by default, which can lead to security risks if not properly configured. |
|
Setup |
One-Click / QR code Pairing. Requires only the Claude Desktop app and a mobile app sync. |
Terminal-Heavy. Involves manual installation, Docker, environment variables, and command-line familiarity. |
|
Persistence |
Session-Based. Only functions while the host computer is active and the app is open. |
Always-On Daemon. Can run as a 24/7 background process for cron jobs and autonomous monitoring. |
|
Cost Model |
Subscription-Based. Included in Claude Pro and Max plans; usage is subsidized by the monthly fee. |
Pay-per-Token. Free open-source software, but you pay direct API costs for every interaction. |
|
Model Choice |
Locked to Anthropic. Optimized specifically for the Claude ecosystem. |
Model-Agnostic. Can be used with OpenAI, Anthropic, or even local open-source models. |
|
Target User |
Knowledge Workers. Built for speed, safety, and seamless mobile-to-desktop handoffs. |
Developers & Power Users. Built for total control, custom skills, and deep system automation. |
Future Outlook
I would say not many people are surprised that Athropic launched something similar to OpenClaw. Since OpenClaw has become the most popular software in the world, every company is now scrambling to offer something similar while fixing the main challenge that OpenClaw has: security.
It's no surprise that Anthroic has launched a similar offering, but with tighter permissions and security. Other model providers, such as Perplexity, have also launched similar tools.
The Perplexity Computer is basically a hosted version of OpenClaw, allowing you to run persistent tasks and connect to your favorite apps, such as Gmail, Slack, Notion, and even your calendar.
Claude Cowork Dispatch is Anthropic’s answer to OpenClaw, targeted at enterprises and customers who are security-conscious. It’s also for users who want a personal AI assistant, but don't want to go through the long route of setting up everything from scratch.
I would expect that Anthropic will ship new features that directly compete with OpenClaw. The one I can bet will be released very soon is the ability to run Claude Cowork Dispatch without your computer being on.
For example, they could make it possible to dispatch some tasks to the cloud if your computer is offline. I would imagine a task like creating a Notion page should be possible via the API; they would just need to provide a secure way to store the API keys and share them across the mobile and desktop applications.
Conclusion
With Claude Cowork Dispatch, Anthropic proves that you can use a powerful agent without worrying about permissions and security. The most important thing for you as a user is to ensure that you stay on top of all these new developments because the AI industry is moving very fast.
To learn more about working with AI tools, I recommend checking out our guide to the best free AI tools. For broader AI coding skills, try our AI-Assisted Coding for Developers course to develop the skills that make AI assistants more reliable partners in your development workflow.
Finally, you can also discover how to build AI-powered applications using LLMs, prompts, chains, and agents in LangChain from our Developing LLM Applications with LangChain course.
Claude Cowork Dispatch FAQs
Which Claude plans include access to Dispatch?
Claude Cowork Dispatch is available to users on the Max and Pro plans.
Does my computer need to be turned on and awake for Dispatch to work?
Yes. Dispatch acts as a remote control for a local agent running on your hardware.
Is Claude Dispatch actually more secure than OpenClaw?
Yes, with Dispatch, you have to manually give permissions.
Can Claude Dispatch execute terminal commands and code like Claude Code?
Dispatch runs in a restricted sandbox and may not support the same raw terminal power as the Claude Code CLI unless specific permissions are granted.
Does Dispatch support automated scheduling or heartbeat tasks?
No. Unlike OpenClaw, which can run 24/7 background heartbeats or scheduled cron jobs, Dispatch is session-based.

