> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.openclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 平台

OpenClaw 核心使用 TypeScript 编写。**Node 是推荐的运行时**。
不推荐将 Bun 用于 Gateway 网关 —— WhatsApp 和
Telegram 渠道存在已知问题；详情见 [Bun（实验性）](/zh-CN/install/bun)。

Windows Hub、macOS（菜单栏应用）和移动节点
（iOS/Android）都有配套应用。Linux 配套应用已在计划中，但 Gateway 网关目前已完全
支持。在 Windows 上，可选择 Windows Hub 作为桌面应用，选择原生
PowerShell 安装以优先使用终端，或选择 WSL2 以获得最
兼容 Linux 的 Gateway 网关运行时。

## 选择你的 OS

* macOS：[macOS](/zh-CN/platforms/macos)
* iOS：[iOS](/zh-CN/platforms/ios)
* Android：[Android](/zh-CN/platforms/android)
* Windows：[Windows](/zh-CN/platforms/windows)
* Linux：[Linux](/zh-CN/platforms/linux)

## VPS 和托管

* VPS 中枢：[VPS 托管](/zh-CN/vps)
* Fly.io：[Fly.io](/zh-CN/install/fly)
* Hetzner（Docker）：[Hetzner](/zh-CN/install/hetzner)
* GCP（Compute Engine）：[GCP](/zh-CN/install/gcp)
* Azure（Linux VM）：[Azure](/zh-CN/install/azure)
* exe.dev（VM + HTTPS 代理）：[exe.dev](/zh-CN/install/exe-dev)
* EasyRunner（Podman + Caddy）：[EasyRunner](/zh-CN/platforms/easyrunner)

## 常用链接

* 安装指南：[入门指南](/zh-CN/start/getting-started)
* Windows Hub：[Windows](/zh-CN/platforms/windows)
* Gateway 网关运行手册：[Gateway 网关](/zh-CN/gateway)
* Gateway 网关配置：[配置](/zh-CN/gateway/configuration)
* 服务状态：`openclaw gateway status`

## Gateway 网关服务安装（CLI）

使用以下任一方式（均受支持）：

* 向导（推荐）：`openclaw onboard --install-daemon`
* 直接安装：`openclaw gateway install`
* 配置流程：`openclaw configure` → 选择 **Gateway 网关服务**
* 修复/迁移：`openclaw doctor`（会提示安装或修复服务）

服务目标取决于 OS：

* macOS：LaunchAgent（`ai.openclaw.gateway`，或命名配置文件的 `ai.openclaw.<profile>`）
* Linux/WSL2：systemd 用户服务（`openclaw-gateway[-<profile>].service`）
* 原生 Windows：计划任务（`OpenClaw Gateway` 或 `OpenClaw Gateway (<profile>)`），如果任务创建被拒绝，则回退到每用户启动文件夹登录项

## 相关内容

* [安装概览](/zh-CN/install)
* [Windows Hub](/zh-CN/platforms/windows)
* [macOS 应用](/zh-CN/platforms/macos)
* [iOS 应用](/zh-CN/platforms/ios)
