← Articles

OpenClaw Wear OS MVP: Your AI Assistant on Your Wrist

New Platform OpenClaw Android Wearables

March 14, 2026 · PR #46279 · sibbl

The Vision: AI Everywhere You Are

OpenClaw just expanded to the wrist. PR #46279 introduces a complete Wear OS companion app — bringing conversational AI to smartwatches with a UI designed for tiny round screens and quick interactions.

This isn't a notification relay or remote control. It's a full-featured chat surface with direct gateway connectivity, background reply handling, and native watch complications. Your AI assistant is now literally always at hand.

What's Included

⌚ Transcript-First Chat UI

Optimized for round displays with scrolling conversation view and fast reply actions

📱 Phone-Side Proxy

Wear proxy service enables Tailscale routing through the phone for remote gateway access

🔗 Direct Gateway Client

Watch can connect directly to local gateways when on the same network

🔔 Background Notifications

Reply notifications with quick reply actions even when app is backgrounded

📍 Tile + Complications

Native watch face complications and app tiles for instant access

⚙️ Split Settings

Separate settings screens designed for watch interaction patterns

About the Author

sibbl is a prolific open-source contributor with experience in cross-platform mobile development. The PR demonstrates sophisticated understanding of Wear OS constraints — honest connection state management, behavior that works when backgrounded, and UI patterns optimized for quick glanceable interactions.

Technical Architecture

The implementation takes a pragmatic approach to connectivity:

This flexibility means the watch app works whether you're at home on WiFi, out with just your phone, or even with LTE-enabled watches on cellular.

Session picker included. If you run multiple OpenClaw agents or sessions, you can switch between them directly from the watch. No need to pull out your phone.

What This Doesn't Change

The PR explicitly scopes what's out of bounds:

This is a clean new platform addition, not a refactor that touches existing code.

Why Wearables Matter for AI Assistants

The wrist is the most intimate computing surface. Unlike phones (in pockets) or computers (on desks), watches are always visible and accessible. For AI assistants, this creates new interaction patterns:

The challenge is designing for constraints: small screens, limited input methods, aggressive power management. This MVP demonstrates that conversational AI can work within those limits.

Platform Coverage

With this PR, OpenClaw now supports:

Apple Watch support is the obvious next frontier. The architectural patterns established here — proxy services, direct/indirect connectivity, background handling — would translate well to watchOS.

The Bottom Line

Wearable AI is no longer theoretical. sibbl delivers a thoughtful Wear OS implementation that respects the platform's constraints while providing genuine utility. The transcript-first UI, flexible connectivity options, and native platform integration (tiles, complications) show this isn't a quick port — it's a considered wearable-first design.

For OpenClaw users with Wear OS watches, your assistant just became significantly more accessible. For the project, this demonstrates the platform's extensibility and community health.

Follow the PR: PR #46279 on GitHub