Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Former President Joe Biden Will Attend Sept. 11 Ceremony in New York

    September 1, 2026

    OpenAI Is About to Release Its First AI Model With ‘Critical’ Cyber Abilities

    September 1, 2026

    OpenAI supports California’s bill to advance youth AI safety

    September 1, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Former President Joe Biden Will Attend Sept. 11 Ceremony in New York
    • OpenAI Is About to Release Its First AI Model With ‘Critical’ Cyber Abilities
    • OpenAI supports California’s bill to advance youth AI safety
    • Hackers abuse Faronics Deploy admin tool to install ScreenConnect
    • OpenClaw 2.0 Is Here: What Changed, Why It Took Two Months, and How It Stacks Up Against Hermes
    • One of Earth’s driest places was just covered in snow
    • People Fixing The World – Fighting the silent killer
    • Rooting tree seed production in local knowledge boosts forest restoration outcomes (commentary)
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Tuesday, September 1
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Crypto & Blockchain

    OpenClaw 2.0 Is Here: What Changed, Why It Took Two Months, and How It Stacks Up Against Hermes

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 1, 2026 Crypto & Blockchain No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    In brief

    • OpenClaw shipped version 2026.8.1, branded OpenClaw 2.0, built by 933 contributors including 569 first-timers.
    • The update rebuilds the browser app, adds shared multiplayer cloud sessions, moves session storage and implements features clearly aimed at enterprise buyers.
    • It lands as Nous Research’s Hermes Agent keeps stealing users frustrated with OpenClaw’s setup headaches.

    OpenClaw shipped its biggest update ever over the weekend. The team calls it OpenClaw 2.0. They also called it “accidental,” which, fine, we’ll get to that.

    The release notes touch installation, messaging, memory, skills, models, automations, the browser, native apps, plugins, and security—basically everything a user should know.

    Myriad: When will OpenAI release GPT-6? Click to make your prediction.

    Per the announcement post, 933 contributors, 569 of them first-timers, contributed to the project with more than 16,000 pull requests. That’s roughly half of every PR OpenClaw has ever merged, shipped in a single release.

    What OpenClaw actually is, for the uninitiated

    OpenClaw is a self-hosted, open-source framework that turns an LLM into an agent that doesn’t go away when you close the tab. It lives on your machine, wakes up on its own schedule, and talks to you over WhatsApp, Telegram, Discord, or Signal instead of waiting politely in a chat window. Give it permission and it’ll touch your email, your calendar, your files, your shell.

    Austrian developer Peter Steinberger built it after stepping back from his company PSPDFKit. His project gained a record 147,000 GitHub stars in weeks and started a whole ecosystem of spin-offs and one deeply strange AI-only social network called Moltbook.

    Steinberger joined OpenAI in February to run its personal-agent push. OpenClaw itself did not join OpenAI. It moved into its own nonprofit, the OpenClaw Foundation, with OpenAI listed as one partner among Microsoft, GitHub, Nvidia, Atlassian, and Tencent. Independent, allegedly.

    Why “accidentally” is the right word

    The plan for this Openclaw update was actually kind of small and focused on simplifying installation and rebuilding the browser app. That’s it.

    Then the team actually tried to do it properly, touching memory, models, plugins, messaging, and security. Before this release, OpenClaw had shipped 106 releases in 230 days—basically daily. Going seven weeks without shipping anything was, by their own admission, not normal.

    They spent that extra time making sure existing installs wouldn’t break on upgrade, which is pretty normal if you have used Openclaw before. Hence the flashing warning in the release notes about backing up sessions before you touch the new SQLite storage.

    So “accidental” is not a marketing line. It’s the team admitting scope creep in public. Two small fixes—onboarding, browser—pulled in everything else because everything else touched the same code they were already rewriting.

    Hannes Rudolph, Openclaw’s Community Manager, frames it as OpenClaw eating its own dog food: once the team started running its own workflow through multiplayer sessions, the gaps in the old single-user design became too obvious to leave alone. So they didn’t. That’s how you get 16,000 pull requests instead of two.

    What’s actually new

    Setup now starts by checking what you already have—an existing Claude or ChatGPT subscription, an API key, a local Ollama model—before asking you to configure anything new. It tests if the model actually works before saving it, then dumps you straight into a real conversation instead of a settings screen nobody wanted to see.

    The Control UI was rebuilt around chat instead of a separate overview dashboard, which puts it in the same visual family as ChatGPT, Claude, and Gemini. Files, Git diffs, pull-request status, a browser panel, and a terminal all live around the conversation now instead of forcing you to alt-tab through five different tools.

    The team claims a simulated latency test cut initial JavaScript requests from 140 to 45 and startup time from 1.6 seconds to 575 milliseconds. Faster is faster; take the number for what it’s worth.

    The multiplayer pitch

    The headline feature is shared cloud sessions—an agent’s work becomes something a colleague can walk into mid-task without the context evaporating. Steinberger said on X that his own team ditched individual local coding harnesses for a shared setup at team.openclaw.ai, calling local harnesses “relics of the past.”

    Security caught up to match. OpenClaw 2.0 adds request-specific approvals, command permissions scoped to specific arguments, more complex things include Docker and Podman sandboxing, role-enforced execution, and a team-scoped Secret Store that can slot a credential into a request without ever showing it to the model.

    The catch: sandboxing and approvals are still off by default. OpenClaw’s own docs say one Gateway equals one trust domain, not a wall between people who don’t trust each other. If your company needs actual tenant isolation, you’re standing up separate Gateways—OpenClaw calls them “cells”—not flipping a switch.

    The competition is heating up

    OpenClaw hasn’t had the field to itself. Nous Research’s Hermes Agent, first tagged in March, built its whole pitch around not being OpenClaw: procedural memory that turns successful workflows into reusable skills automatically, and security defaults that don’t assume you’re the only person who’ll ever touch the machine.

    OpenClaw splits a Gateway daemon from the agents it routes to. Hermes crams the conversation loop, tool dispatch, and memory into one agent class—messier to scale, simpler to reason about. The general verdict floating around all year: OpenClaw wins on ecosystem and channel breadth, Hermes wins on self-improvement and not shipping wide open by default.

    OpenClaw 2.0’s new sandboxing narrows that gap. It doesn’t close it. The hardened settings still require someone to actually go turn them on.

    How to get it

    Existing users update through the normal CLI path. Read the fine print first—sessions created after the SQLite migration won’t show up if you downgrade later without a backup.

    New users go through OpenClaw’s setup guide, now with guided onboarding across Mac, Windows, Linux, iPhone, iPad, and Android, plus staged imports for anyone jumping over from Claude, Codex, or Hermes itself.

    It’s still free, still MIT-licensed, still living at github.com/openclaw/openclaw.

    Daily Debrief Newsletter

    Start every day with the top news stories right now, plus original features, a podcast, videos and more.

    Changed Hermes months OpenClaw Stacks
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Bitcoin Slides As Iran-US Tensions Escalate

    Bitcoin recovery unlocks potential $432M Intersango hunt

    Anthropic Ships Claude Fable 5.1, More Than Doubling Its Predecessor on Key Benchmark

    Two months to go: get your ticket for OEEC 2026

    200 ms subblocks zero four fields in Optimism payloads

    21 Financial Giants Form Venture for G7 Stablecoins

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Former President Joe Biden Will Attend Sept. 11 Ceremony in New York

    September 1, 2026

    OpenAI Is About to Release Its First AI Model With ‘Critical’ Cyber Abilities

    September 1, 2026

    OpenAI supports California’s bill to advance youth AI safety

    September 1, 2026

    Hackers abuse Faronics Deploy admin tool to install ScreenConnect

    September 1, 2026
    Latest Posts

    Bitcoin Only Makes Up 1% Of Legendary Investor Ray Dalio’s Portfolio

    July 30, 2026

    AI Harnesses Burst With Potential Exploit Opps

    July 30, 2026

    LinkedIn actually adds a ‘seems like AI slop’ button

    July 30, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Former President Joe Biden Will Attend Sept. 11 Ceremony in New York

    September 1, 2026

    OpenAI Is About to Release Its First AI Model With ‘Critical’ Cyber Abilities

    September 1, 2026

    OpenAI supports California’s bill to advance youth AI safety

    September 1, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.