This commit is contained in:
Scott Hanselman 2026-01-30 06:10:43 +08:00 committed by GitHub
commit 3c63f5d899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ read_when:
Moltbot on Windows is recommended **via WSL2** (Ubuntu recommended). The Moltbot on Windows is recommended **via WSL2** (Ubuntu recommended). The
CLI + Gateway run inside Linux, which keeps the runtime consistent and makes CLI + Gateway run inside Linux, which keeps the runtime consistent and makes
tooling far more compatible (Node/Bun/pnpm, Linux binaries, skills). Native tooling far more compatible (Node/Bun/pnpm, Linux binaries, skills). WSL2 gives
Windows installs are untested and more problematic. you the full Linux experience on Windows — one command to install: `wsl --install`.
Native Windows companion apps are planned. Native Windows companion apps are planned.

View File

@ -63,8 +63,8 @@ export async function onboardCommand(opts: OnboardOptions, runtime: RuntimeEnv =
if (process.platform === "win32") { if (process.platform === "win32") {
runtime.log( runtime.log(
[ [
"Windows detected.", "Windows detected — Clawdbot runs great on WSL2!",
"WSL2 is strongly recommended; native Windows is untested and more problematic.", "Quick setup: wsl --install (one command, one reboot)",
"Guide: https://docs.molt.bot/windows", "Guide: https://docs.molt.bot/windows",
].join("\n"), ].join("\n"),
); );