OpenClaw 4.26: New AI Voice + Local Updates
OpenClaw 4.26 delivers a major overhaul to local AI model support via Ollama, fixing long-standing issues with model discovery, memory usage, timeouts, and tool registration. The release also introduces a one-command migration tool for Claude Code and Hermes agent users, expands Google Live voice sessions to the browser, and includes reliability fixes across compaction, session resets, Docker, and cron jobs.
Summary
OpenClaw 4.26 is presented as a significant update primarily focused on fixing months of frustration around local AI model support. The Ollama integration received a comprehensive overhaul addressing nearly every known pain point: model name prefixes are now stripped cleanly before requests, network discovery only runs when explicitly opted in, custom remote Ollama setups (including cloud-hosted ones) connect properly, timeouts follow user configuration, thinking controls map correctly to Ollama's native format, tools register based on actual model capabilities, context windows respect model settings instead of defaulting to maximum VRAM usage, and memory embeddings now use the correct `/api/embed` endpoint with batched input. The net result is that local models use less memory, respond faster, and produce fewer mysterious errors. These improvements extend beyond Ollama to all local OpenAI-compatible providers including LM Studio, vLLM, and SG Lang, with loopback connections trusted by default and a new diagnostic that clearly reports when a local model runs out of RAM.
A new migration tool addresses one of the biggest barriers to tool adoption. Running `openclaw migrate` handles the full transfer of configuration, memory settings, model providers, MCP server connections, skills, commands, and credentials from both Claude Code and Hermes agent setups. It includes a dry-run mode, creates a backup before making changes, and is designed to let users keep their existing workflows while gaining OpenClaw's additional capabilities like multi-channel messaging, voice agents, and browser automation.
The voice capabilities in 4.26 expand meaningfully with Google Live voice sessions now working directly in the browser through talk mode, powered by Gemini live two-way audio with tool access mid-conversation. The agent consult feature from the previous release is also supported here, allowing a voice agent to pause, query the full OpenClaw agent, and return with a substantive answer. A new backend relay for voice plugins enables server-side audio processing, useful for business phone line scenarios where the browser shouldn't have direct access to the voice provider.
Other notable additions include one-command end-to-end encryption setup for Matrix messaging, full QQ group chat support for agents serving Chinese markets, Tencent's Yuanbao platform added to the official channel catalog, and Cerebras added as a new bundle provider for fast AI chip-based inference. Memory search accuracy improved for specific embedding models through proper query prefix formatting, and a new asymmetric embeddings configuration option fixes setups that previously produced poor results.
The compaction system gained a file-size-based safety trigger to complement the existing token-count trigger, and a fix ensures compaction summaries are rebuilt from actual conversation content rather than stacking on previous summaries. Log redaction now extends to session transcripts. Long-standing session reset bugs caused by background tasks, heartbeat checks, and cron jobs keeping sessions artificially alive have been resolved, with background activity now tracked separately from real user activity. Cron job reliability improved with interrupted jobs properly recorded as failed and one-shot jobs protected from double execution. The install and update process was hardened with atomic NPM updates, a Docker home directory permissions fix, a macOS launch agent split-brain detection fix, and browser automation improvements that prevent Chrome from spawning in infinite crash loops and clean up stale tabs from previous sessions.
Key Insights
- The speaker argues that before 4.26, Ollama inside OpenClaw suffered from at least eight distinct bugs simultaneously — including broken model name parsing, uncontrolled network scanning, wrong timeout defaults, non-functional thinking controls, and an entirely wrong memory embedding endpoint — making local AI setups effectively unreliable for most users.
- The speaker claims that the new `openclaw migrate` command transfers not just configuration but also memory settings, MCP server connections, skills, commands, and credentials from Claude Code or Hermes agent in a single step with a dry-run preview and automatic backup, directly addressing what he identifies as the primary reason people don't switch AI tools.
- The speaker explains that compaction summaries were previously built on top of prior summaries like 'a photocopy of a photocopy,' causing agent memory to degrade in accuracy over many rounds of compression, and that 4.26 fixes this by regenerating summaries from the actual conversation each time with a quality check.
- The speaker reveals that session resets in previous versions were being silently blocked by background tasks such as heartbeat checks and cron jobs counting as user activity, meaning a session configured to reset at midnight could remain alive through a 3:00 a.m. background check — a bug now resolved by tracking background and user activity separately.
- The speaker notes that 198 contributors shipped code for OpenClaw 4.26 and characterizes the open-source project as 'one of the most active in AI right now,' framing local models as becoming 'first-class citizens' and arguing that the barrier to entry drops with each release.
Topics
Transcript
[0:00] OpenClaw 4.26 just dropped and this one fixes something that's been frustrating people for months, which is local AI models and now they finally work the way they should. So, Olama just got a massive overhaul. Google live voice sessions are in the browser now. And there's a brand new migration tool that lets you bring your entire Claude code or Hermes agent setup straight into OpenClaw with one command. This release has 198 contributors. Let me show you [0:31] what matters. Let's start with the thing most people are going to care about. If you've been running local AI models through OAMA on your own computer, no cloud, no API, etc. OpenClaw 4.26 is the update you've been…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Julian Goldie SEO
NEW Nvidia Autonomous AI is WILD!! 🤯
Nvidia announced Nemo Clo, a new autonomous AI agent system that operates independently without continuous prompting. Powered by Nemotron 3 Ultra (a 550 billion parameter model), the system is five times faster and cheaper than previous versions, with OpenShell providing secure sandboxed execution.
Laguna XS 2.1: New FREE + Opensource Local AI!
Julian reviews Laguna XS 2.1, a new free open-source local AI coding model from Poolside that performs comparably to Qwen 3.6 and outperforms Claude Haiku on benchmarks. He demonstrates its practical capabilities by building landing pages and functional apps, highlighting its speed, offline functionality, and multiple deployment options through local setup, Claude Code, or OpenRouter's free API.
How to Run Hermes FREE Forever!
The video demonstrates how to run the Hermes AI agent for free using Gemma 4, a local open-source model from Google, with significant speed improvements through MLX optimization. The setup works on Apple Silicon Macs or via free APIs on Open Router, enabling autonomous agents to work offline and privately without subscription costs.
This NEW Chinese AI is INSANE! (FREE + Open Source!)
Long Cap 2.0 is a new open-source Chinese AI model from a food delivery app company that offers 1 million tokens of free context memory, beats GPT-4.5 on SWE bench pro benchmarks, and uses efficient parameter activation to reduce computational overhead while maintaining high performance.
Claude Code is now FREE: Here’s how…
Google's new Gemma 4 model running on Ollama is 90% faster on Apple Silicon, enabling free Claude Code usage locally without token costs. The setup requires three simple steps: downloading Ollama, Gemma 4, and installing into Claude Code, with alternatives available via OpenRouter API for non-Mac users.