mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 21:51:33 +00:00
* docs: recommend Node 26 in quickstart, landing, and platform install docs - Problem: the user-facing quickstart (docs/start/getting-started.md), landing page (docs/index.md), and Linux/macOS platform install docs still mark Node 24 as the recommended default, contradicting maintainer PR #114399 ('recommend Node 26 as the OpenClaw runtime') and the installer default (scripts/install.sh NODE_DEFAULT_MAJOR=26, openclaw.mjs RECOMMENDED_NODE_MAJOR=26). Users following the quickstart pick a slower, heavier runtime against the project's stated recommendation. - Fix: align the 4 missed user-facing install surfaces to 'Node 26 recommended', matching the phrasing already in docs/install/node.md, docs/install/index.md, docs/install/ansible.md, docs/install/bun.md, and docs/help/faq-first-run.md. Leave docs/start/setup.md (the source/dev workflow where CI pins Node 24) unchanged on purpose. - Verification: docs-only diff reviewed; supported-version floors (22.22.3+/24.15+/25.9+) unchanged; consistent across all install surfaces. * docs: complete Node 26 installation guidance Co-authored-by: Santhi Prakash <b.santhiprakash@gmail.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>