Switch Android Talk Mode to realtime Gateway relay
TL;DR
Android's Talk Mode now utilizes realtime Gateway relay voice sessions, enabling streaming mic input, low-latency audio playback, and on-screen transcripts.
## What changed OpenClaw switched Android Talk Mode to a realtime Gateway relay on 19 May 2026. The update routes voice sessions through streaming mic input and low-latency audio playback.
On-screen transcripts now appear live during conversations. The change replaces earlier batch-style handling with continuous relay connections.
## Why it matters Vibe Builders gain faster voice access to their persistent self-hosted agent across WhatsApp, Telegram, and similar apps. The relay keeps memory and scheduled tasks intact while cutting response lag.
It pressures closed cloud agents on responsiveness but exposes OpenClaw users to any new relay reliability or billing variables. The bet is that local control plus quicker voice beats pure managed convenience for daily briefings and light automation.
## How to use it Pull the latest OpenClaw build through the existing CLI install on your VPS or local machine. Edit the YAML config to enable the realtime Gateway option under Talk Mode.
Connect your Android device through one of the nine supported messaging apps and start a voice session. No extra plan or payment is required beyond your current VPS and LLM token costs.
## Watch for Stable sub-300ms latency plus accurate transcripts across varied networks would validate the update. Relay outages or sudden token spikes would break the improvement. Expect a similar realtime path for iOS or desktop voice next.
Harsh’s take
For a solo Vibe Builder running a business in 2026 this update removes one friction point in daily check-ins. You can now speak to the agent on Android without waiting for the old async loop, yet you still babysit the VPS, monitor token spend, and accept that complex strategy remains shallow.
The honest trade-off is added surface area: a new relay layer that can fail or cost more if usage climbs, versus the previous fully local but slower path. Skip the voice mode entirely if your main workflows stay text-based and you value minimal moving parts.
Do test the relay on your actual network and set strict usage alerts today.
by Harsh Desai
About OpenClaw
View the full OpenClaw page →All OpenClaw updatesMore from OpenClaw
- FeatureExpand QA-Lab with runtime parity scenarios
Added comprehensive runtime parity tiers and token-efficiency artifacts to the QA-Lab, including specific checks for Codex-vs-Pi compatibility and tool fixture coverage.
- App UpdateUpdate Node.js requirement and Pi packages
Raised the minimum supported Node.js version to 22.19 and updated Pi packages to version 0.75.1 to ensure compatibility with the latest runtime features.
- App UpdateOptimize Gateway startup and restart latency
Reduced restart ready latency by overlapping startup logging and plugin-service initialization with channel sidecars while maintaining strict readiness gating.