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.
Optimized for round displays with scrolling conversation view and fast reply actions
Wear proxy service enables Tailscale routing through the phone for remote gateway access
Watch can connect directly to local gateways when on the same network
Reply notifications with quick reply actions even when app is backgrounded
Native watch face complications and app tiles for instant access
Separate settings screens designed for watch interaction patterns
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.
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.
The PR explicitly scopes what's out of bounds:
This is a clean new platform addition, not a refactor that touches existing code.
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.
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.
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