OpenClaw Now Natively Supports Windows Nodes — No More Linux Required
- 60% of MD5 Password Hashes Can Be Cracked in Under an Hour with a Single GPU
- Dirty Frag: Root Access on Every Major Linux Distribution — No Patch, No Warning
- Ubuntu 26.04 LTS (Resolute Raccoon): The Most Ambitious Ubuntu LTS in a Decade
- Proton Mail: Data Transferred to FBI Again!
- How Close Are Quantum Computers to Breaking RSA-2048?
- How to Prevent Ransomware Infection Risks?
- What is the best alternative to Microsoft Office?
OpenClaw Now Natively Supports Windows Nodes — No More Linux Required
Version 2026.6.1 graduates Windows from beta to first-class citizen, while also introducing Skill Workshop, multi-agent Workboard orchestration, and MiniMax M3 model support.
OpenClaw, the open-source autonomous AI assistant that lets users delegate PC tasks through everyday messaging apps, has released version 2026.6.1 — and its headline change removes a long-standing friction point for Windows users: native node support, no Linux or WSL layer required.
The release was published on June 3, 2026 (Japan Standard Time), and is now the stable version on both npm and GitHub. It ships signed x64 and arm64 installers for the Windows Hub companion app, making Windows a fully supported node platform for the first time alongside macOS and Linux.
as of June 2026
What Is OpenClaw?
OpenClaw is a free, MIT-licensed personal AI agent you run on your own hardware. Rather than being a chatbot you visit in a browser, it embeds itself into the communication apps you already use — WhatsApp, Telegram, Slack, Discord, Signal, iMessage, and dozens more — and acts as an always-on assistant that can operate desktop applications, browse the web, run shell commands, and perform tasks autonomously on your behalf.
The project was launched in late 2025 by Austrian developer Peter Steinberger, going through two name changes (Clawdbot, then Moltbot) before settling on OpenClaw in January 2026. It reached 377,000 GitHub stars by June 2026, cementing its place as one of the fastest-growing open-source projects in history.
Windows Node Support, Now Stable
OpenClaw’s architecture distributes work across a cluster of machines called nodes. Each node runs locally and participates in task execution. Historically, native node execution was supported only on macOS and Linux; Windows support existed but was classified as beta and required users to run a Linux or WSL2 environment underneath.
Version 2026.6.1 promotes Windows to a fully supported node platform. The release includes a signed Windows Hub installer for both x64 and arm64 architectures, and the processing that previously required a Linux/WSL layer can now run natively on Windows.
What Else Is New in 2026.6.1
- Skill Workshop A governed, review-first mechanism that lets OpenClaw itself propose, draft, and improve reusable skills. Proposals are versioned and pass through a guarded review flow — including a CLI and Gateway interface, rollback metadata, and a scanner for hidden instructions — before being approved and applied. A full Control UI now accompanies the feature.
- Workboard An orchestration layer for multi-agent collaboration. Workboard adds primitives for planning and tracking tasks across multiple agents simultaneously, wired with task-backed board runs and comment visibility in an edit modal.
- MiniMax M3 Model Support MiniMax M3 has been added as a supported model provider, expanding the list of AI backends users can configure OpenClaw to reason with.
Reliability and Performance Improvements
Beyond the headline features, 2026.6.1 is a significant stability release. Agents and CLI-backed runtimes now recover more cleanly from interrupted tool calls, stale session bindings, and compaction handoffs. Channel delivery across Telegram, WhatsApp, iMessage, Slack, Discord, Microsoft Teams, Google Chat, and iOS is steadier. Provider and plugin requests are better bounded with timeouts and retries to prevent hanging runs.
On the infrastructure side, plugin install indexes, inbound channel queues, iMessage monitor state, and session metadata have been migrated to SQLite-backed storage, reducing fragile filesystem dependencies and improving restart resilience.
Availability
OpenClaw 2026.6.1 is available now on npm (openclaw@latest) and on the project’s GitHub releases page at github.com/openclaw/openclaw. The project is MIT-licensed and free to use on macOS, Linux, and — now fully — Windows.
