* docs: restructure Get Started tab and improve onboarding flow - Flatten nested Onboarding group into linear First Steps flow - Add 'What is OpenClaw?' narrative section to landing page - Split wizard.md into streamlined overview + full reference (reference/wizard.md) - Move Pairing to Channels > Configuration - Move Bootstrapping to Agents > Fundamentals - Move macOS app onboarding to Platforms > macOS companion app - Move Lore to Help > Community - Remove duplicate install instructions from openclaw.md - Mirror navigation changes in zh-CN tabs - No content deleted — all detail preserved or relocated * docs: move deployment pages to install/, fix Platforms tab routing, clarify onboarding paths - Move deployment guides (fly, hetzner, gcp, macos-vm, exe-dev, railway, render, northflank) from platforms/ and root to install/ - Add 'Hosting and deployment' group to Install tab - Slim Gateway & Ops 'Remote access and deployment' down to 'Remote access' - Swap Platforms tab before Gateway & Ops to fix path-prefix routing - Move macOS app onboarding into First steps (parallel to CLI wizard) - Rename sidebar titles to 'Onboarding: CLI' / 'Onboarding: macOS App' - Add redirects for all moved paths - Update all internal links (en + zh-CN) - Fix img tag syntax in onboarding.md
2.0 KiB
2.0 KiB
read_when, summary, title, x-i18n
| read_when | summary | title | x-i18n | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
平台支持概述(Gateway 网关 + 配套应用) | 平台 |
|
平台
OpenClaw 核心使用 TypeScript 编写。Node 是推荐的运行时。 不推荐 Bun 用于 Gateway 网关(WhatsApp/Telegram 存在 bug)。
配套应用适用于 macOS(菜单栏应用)和移动节点(iOS/Android)。Windows 和 Linux 配套应用已在计划中,但 Gateway 网关目前已完全支持。 Windows 原生配套应用也在计划中;推荐通过 WSL2 使用 Gateway 网关。
选择你的操作系统
VPS 和托管
- VPS 中心:VPS 托管
- Fly.io:Fly.io
- Hetzner(Docker):Hetzner
- GCP(Compute Engine):GCP
- exe.dev(VM + HTTPS 代理):exe.dev
常用链接
- 安装指南:入门指南
- Gateway 网关运行手册:Gateway 网关
- Gateway 网关配置:配置
- 服务状态:
openclaw gateway status
Gateway 网关服务安装(CLI)
使用以下任一方式(均支持):
- 向导(推荐):
openclaw onboard --install-daemon - 直接安装:
openclaw gateway install - 配置流程:
openclaw configure→ 选择 Gateway service - 修复/迁移:
openclaw doctor(提供安装或修复服务)
服务目标取决于操作系统:
- macOS:LaunchAgent(
bot.molt.gateway或bot.molt.<profile>;旧版com.openclaw.*) - Linux/WSL2:systemd 用户服务(
openclaw-gateway[-<profile>].service)