This website uses cookies

Read our Privacy policy and Terms of use for more information.

OpenClaw 2.0 shipped on August 31, 2026, and it's the biggest release in the project's history: 933 contributors, 569 of them first-timers, spanning more than 16,000 pull requests. It replaces OpenClaw's old command-line setup with a browser interface, adds persistent SQLite-backed memory, and introduces two new ways to scale an agent's workload: Swarm mode and Fleet mode. The catch is that the "security dumpster fire" label that's followed the project since February hasn't gone away: The Register reported this week that roughly 12% of marketplace skills are still flagged as malware by Koi Security, even after the 2.0 security work.

Why the Old Setup Was the Real Barrier

For most of OpenClaw's history, the installation was the real barrier, not the technology. Getting a local agent running meant a command-line interface, dependency wrangling, and updates that broke things without warning. That friction pushed prominent creators, including NetworkChuck, toward lighter alternatives like Nous Research's Hermes Agent earlier this year. OpenClaw 2.0 replaces that setup with a browser app: plug in an existing Claude or ChatGPT API key and the agent is running, with conversational tracking and a unified progress dashboard instead of a terminal window.

Self-Hosting Safely on a $5 VPS

The community has largely converged on two hosting patterns for running an agent like this without exposing a primary machine: a dedicated secondary computer (an old MacBook or Mac Mini), or a containerized setup on a virtual private server. A basic VPS plan runs about $5 a month and keeps the agent sandboxed so it only touches what it's explicitly given access to, not a personal machine's full hard drive, tax returns included. One widely shared X thread from @KanikaBK made the point sharply: OpenClaw, Hermes, Grok Bot, and ClawFleet all shipped with similar-looking interfaces this year, but their underlying security models (how they isolate cookies, sessions, and CLI credentials) are "wildly different," and most people building with these agents missed it completely.

Solving Memory Bloat With a Real Database

Context rot has been a chronic complaint with agent platforms: older OpenClaw setups required manually starting new sessions with /new just to clear the window and save tokens. OpenClaw 2.0 addresses this with recall, background consolidation, and reusable skill learning, backed by a proper SQLite database instead of flat session files. OpenClaw creator Peter Steinberger, who joined OpenAI earlier this year but retains technical leadership on the project, said the database migration was the hardest part of the release: "when I started claw last year models didn't run for hours or days and jsonl was a sensible session format. Now it's nonsense. We wanted to be sure migration works well and the db format is well designed." Hermes Agent takes a different, more opinionated approach to the same problem: it enforces strict character limits on memory files (1,375 for USER.md, 2,200 for MEMORY.md) so the model has to actively distill what it keeps rather than letting the system prompt balloon over time.

Swarm Mode vs. Fleet Mode

OpenClaw 2.0's two new scaling modes solve different problems. Swarm mode is built for raw speed on a single complex task: ask it to research 50 companies and it spawns temporary sub-agents to divide the work, then aggregates one final report. Fleet mode is arguably the bigger deal for small businesses, because it creates permanent, fully isolated agent cells with separate credentials and state: a marketing agent and a finance agent can run side by side without the marketing agent ever touching the Stripe keys. That's a genuinely new pattern: a one-person, credential-locked AI C-suite running on infrastructure that costs less than a single SaaS seat.

The Security Debt Hasn't Cleared

None of this solves OpenClaw's actual reputation problem. Laurie Voss, founding npm CTO and now at Arize, first called OpenClaw "a security dumpster fire" back in February, and that description has stuck through the 2.0 launch. The Register's review of the release argues the new credential and plugin protections are largely cosmetic against a backdrop of insecure defaults and plaintext credential storage. Koi Security's scan putting roughly 1 in 8 marketplace skills at malware-flagged status is the concrete number behind that argument. Public skill marketplaces like Claw Hub have a documented history of malicious code injection, and 2.0 hasn't closed that gap. The practical takeaway: never install a raw third-party skill directly. Copy the code, run it past a frontier model with instructions to scan for malicious behavior, and only deploy a rewritten, sanitized version.

OpenClaw is also formalizing fast. The OpenClaw Foundation launched as a 501(c)(3) nonprofit with OpenAI, Nvidia, Microsoft, GitHub, and Tencent as sponsors, positioning itself as "the Switzerland of AI," with Vincent Koc now Chief Architect over a six-person full-time team. That institutional backing is scaling faster than the security reputation is improving, and that gap is worth watching before you hand an agent your credentials.

FAQ

What changed in OpenClaw 2.0?
A rebuilt browser interface replacing the old command-line setup, persistent SQLite-backed memory with recall and background consolidation, and two new scaling modes: Swarm (parallel sub-agents for one task) and Fleet (isolated, permanent agent cells with separate credentials).

Is OpenClaw 2.0 safe to use?
It's safer than earlier versions but not solved. Security researcher Koi Security still flags roughly 12% of marketplace skills as malware, and The Register's review found the new credential protections largely cosmetic against insecure defaults. Run it sandboxed on a VPS, not your primary machine, and don't install third-party skills without scanning them first.

What's the difference between Swarm mode and Fleet mode?
Swarm mode spawns temporary sub-agents to divide one complex task and aggregates the results, built for speed. Fleet mode creates separate, permanent agent cells with fully isolated credentials and state, built for compartmentalizing distinct jobs, like keeping a marketing agent away from finance credentials.

How much does it cost to run OpenClaw 2.0 yourself?
A basic virtual private server runs about $5 a month, which is enough to sandbox the agent away from a personal computer while keeping it available 24/7.

Companion episode:

Reply

Avatar

or to participate