fix(sqlite): reject runtimes vulnerable to WAL corruption (#106065)

* fix(sqlite): require WAL-reset-safe Node runtime

* docs(sqlite): document safe Node runtime floor

* fix(sqlite): defer runtime library validation until use

* fix(ci): align startup memory with Node 24.15
This commit is contained in:
Vincent Koc
2026-07-13 13:59:00 +08:00
committed by GitHub
parent 4349687b9d
commit f33ab243cf
87 changed files with 1233 additions and 659 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ Model note: while many providers and models are supported, prefer a current flag
## Install (recommended)
Runtime: **Node 24 (recommended) or Node 22.19+**.
Runtime: **Node 24.15+ (recommended), Node 22.22.3+, or Node 25.9+**.
```bash
npm install -g openclaw@latest
@@ -106,7 +106,7 @@ OpenClaw Onboard installs the Gateway daemon (launchd/systemd user service) so i
## Quick start (TL;DR)
Runtime: **Node 24 (recommended) or Node 22.19+**.
Runtime: **Node 24.15+ (recommended), Node 22.22.3+, or Node 25.9+**.
Full beginner guide (auth, pairing, channels): [Getting started](https://docs.openclaw.ai/start/getting-started)