Ai Agents 2 min read

OpenClaw Ships Mobile Companion Nodes for Agent Gateways

The new OpenClaw iOS and Android applications function as companion nodes that connect mobile hardware capabilities to self-hosted AI agent gateways.

On June 29, 2026, the open-source platform OpenClaw released native mobile applications for iOS and Android, followed immediately by the v2026.6.11 patch to stabilize gateway connectivity. The release transitions the framework from a desktop-bound environment into a distributed agentic network capable of utilizing mobile hardware.

Gateway Architecture and Device Integration

Unlike standard standalone chatbots, the OpenClaw mobile applications do not execute AI models locally. They operate as companion nodes within a self-hosted agent network. If you build advanced agents with OpenClaw, your mobile device now pairs with a private OpenClaw Gateway running on macOS, Linux, or Windows/WSL2 via a setup code or QR code.

The application connects to the gateway using a WebSocket on port 18789. This architecture grants the remote agent authorized access to on-device capabilities. The mobile node exposes the camera, location data, photos, contacts, calendar, and reminders directly to the agent’s context window. The integration includes a Talk mode for real-time and background voice sessions alongside push-to-talk functionality.

Version v2026.6.11 Patch Details

Initial deployments revealed UI overlapping bugs and connection drops. The OpenClaw Foundation shipped release v2026.6.11 less than 24 hours after launch to address these stability issues. The update implements TLS hardening and centralized provider transport to secure the connection between the mobile node and the host.

Componentv2026.6.11 Improvement
Channel ReliabilityFixed misplaced and dropped replies across Telegram, WhatsApp, iMessage, and Google Chat.
Execution PipelineResolved stalled requests and stuck sends during complex task execution.
Node VisibilityAdded Android detail panels for real-time status monitoring.

Enterprise Adoption and Heritage

The project originally operated under the name Warelay before its rapid expansion under founder Peter Steinberger. Microsoft validated the underlying framework on June 2, 2026, when it announced Microsoft Scout, a new autopilot system built on OpenClaw’s open-source technology.

The decoupling of the interface from the execution environment resolves the friction of getting autonomous agents through strict mobile app store reviews. Developers can now run multi-tenant agents on a private server and implement multi-agent coordination patterns while exposing the interface securely to a phone.

If you are deploying a mobile node, confirm your gateway host firewall explicitly allows inbound TCP connections on port 18789 and configure a reverse proxy to handle the TLS termination before routing traffic to the WebSocket.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading