← Reddit

Dispatch - has yet to work for me and i mean at all

Reddit · bryancolonslashslash · May 14, 2026
A user reported that the Dispatch feature is not functioning on their M4 MacBook Pro running current Claude apps, repeatedly displaying a "desktop appears offline" error message despite reinstalling both applications and disabling the firewall. Other Claude features including Claude Code work normally on both desktop and mobile devices, suggesting the issue is isolated to Dispatch.

Detailed Analysis

A Claude Max subscriber running an M4 MacBook Pro reports a complete inability to use Claude's Dispatch feature, encountering a persistent "desktop appears offline. will run when it reconnects" error even when operating directly on the machine in question. The user has exhausted standard troubleshooting procedures — uninstalling and reinstalling both the desktop and mobile Claude applications, disabling and re-enabling Dispatch, and even disabling their system firewall — without any resolution. The error message itself is particularly confounding given that it references the desktop being offline while the user is actively working on that same desktop.

The case is notable for its selectivity: the failure is isolated specifically to Dispatch, while essentially every other Claude-related function operates normally. Claude Code works both locally and remotely, the Claude desktop UI functions as expected, and both the Claude mobile app and Claude Code on mobile work without issue. This pattern of partial functionality suggests the problem is not a network-level block, an authentication failure, or a broader application malfunction, but rather something specific to the inter-process or inter-device communication mechanism that Dispatch relies upon to register and maintain a "desktop present" status signal.

Dispatch is a relatively new feature in the Claude ecosystem, designed to enable agentic task coordination — allowing Claude to delegate, queue, or route work across devices and surfaces. Its architecture depends on a persistent background connection between the Claude desktop client and Anthropic's backend services, distinct from the standard API or chat connections used by Claude Code and the conversational UI. The "offline" status error, appearing locally, points to a failure in this specific handshake or heartbeat mechanism, possibly involving a local socket, port binding, or a system-level permission that survived the reinstall.

This report reflects a broader pattern of early-adoption friction with agentic AI tooling, where capabilities that span multiple devices and processes introduce novel failure modes that don't resemble traditional software bugs. Unlike a broken button or a failed API call, a cross-device presence system can fail silently or paradoxically — as illustrated here — because its logic depends on environmental conditions like background process permissions, OS-level networking policies, and cloud-side device registration state that are difficult for end users to inspect or reset. The user's observation that Claude Code remote functions correctly is a meaningful diagnostic clue, suggesting outbound connectivity is intact but inbound or bidirectional presence signaling is not.

The incident highlights a gap in user-facing diagnostic tooling for agentic Claude features. Traditional troubleshooting steps — reinstall, firewall disable, app restart — are insufficient when the failure lies in a layer between local OS state and cloud device registry. As Anthropic continues expanding Dispatch and similar cross-surface agentic capabilities, clear error messaging, accessible connection diagnostics, and documented reset procedures for device registration state will be critical to reducing this class of opaque, hard-to-reproduce failures for power users operating on capable, well-networked hardware.

Read original article →