惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
S
SegmentFault 最新的问题
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
J
Java Code Geeks
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI

OpenClaw Blog

Where to find OpenClaw security updates - OpenClaw Blog OpenClaw improves user onboarding with a new installer on macOS, plus easier local model setup for Windows NVIDIA RTX PCs - OpenClaw Blog OpenClaw 2.0, Accidentally - OpenClaw Blog Introducing the OpenClaw Foundation - OpenClaw Blog Skill Workshop: Turn Agent Work Into Reusable Skills OpenClaw Collaborates with NVIDIA for Stronger Agent Skill Security Auto Mode Is the Safer Way to Let Agents Run Commands - OpenClaw Blog Safer Than YOLO: Auto Mode for Exec Approvals OpenClaw Is Getting Faster, Smaller, and Easier to Trust Where OpenClaw Security Is Heading OpenAI Models in OpenClaw, Done Right OpenClaw Had a Rough Week How OpenClaw Got Safer in Public OpenClaw Partners with VirusTotal for Skill Security Introducing OpenClaw
On the Road to LTS: Extended-Stable Releases and the Matu...
Kevin Lin · 2026-07-30 · via OpenClaw Blog
All posts

A new long-lived release channel and a public maturity scorecard make it easier to choose OpenClaw features for critical workloads.

On the Road to LTS: Extended-Stable Releases and the Maturity Scorecard

OpenClaw is maturing.

What started as a side project with a funny name is turning into core infrastructure relied on by individuals and Fortune 500 companies to run increasingly critical workloads. In recognition of OpenClaw’s growing importance, we are introducing extended-stable releases. These are long-lived OpenClaw channels with extended support and backported fixes.

Extended-stable releases will roll out once a month. The first, OpenClaw 2026.6.33, is based on OpenClaw 2026.6.11 and adds security and reliability fixes backported from later releases. Each month’s extended-stable line starts at YYYY.M.33. Backported security and reliability fixes increment the patch version by one. A release is supported until the next extended-stable release is cut, for a minimum of one month. Extended-stable releases move us closer to supporting official LTS releases of OpenClaw. They let us harden our release process and iterate towards how to best offer long term support in the agentic era.

To install the extended-stable version of OpenClaw, run the following command:

npm install -g openclaw@extended-stable

This installs the selected release but does not persist the update channel. To persist extended-stable as the update channel for a new or existing package installation:

openclaw update --channel extended-stable

Along with extended-stable releases, we are also announcing the OpenClaw maturity scorecard. The scorecard is a full inventory of OpenClaw features and tracks where each feature sits in our maturity model. Features are organized by surface area (broad product capabilities) and category (families of related features within a surface).

Maturity is currently calculated from a combination of quality and completeness. These scores are calculated via outstanding GitHub issues, comparisons with similar services, and human judgment. Issues submitted against mature features will receive a dedicated label and be prioritized by maintainers. Mature features will also have real end-to-end tests that exercise them in production. Our goal is to maintain more than 90% end-to-end test coverage for all stable features.

Extended-stable releases and the maturity scorecard mark another step in OpenClaw’s journey from a project used by early adopters to a platform that even hardened enterprises can rely on. We are building OpenClaw into the stable foundation for agents - one stable release at a time.