This commit is contained in:
Jason Brashear (AKA SEM) 2026-01-30 16:42:11 +08:00 committed by GitHub
commit 133ae4f466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 4 deletions

View File

@ -8,6 +8,8 @@ read_when:
# Android App (Node) # Android App (Node)
> **Note:** The Android app is currently in development and not yet publicly available. Pre-built binaries are not distributed at this time. If you're interested in building from source or participating in early testing, please reach out via [Discord](https://discord.gg/clawd).
## Support snapshot ## Support snapshot
- Role: companion node app (Android does not host the Gateway). - Role: companion node app (Android does not host the Gateway).
- Gateway required: yes (run it on macOS, Linux, or Windows via WSL2). - Gateway required: yes (run it on macOS, Linux, or Windows via WSL2).

View File

@ -9,9 +9,12 @@ read_when:
OpenClaw core is written in TypeScript. **Node is the recommended runtime**. OpenClaw core is written in TypeScript. **Node is the recommended runtime**.
Bun is not recommended for the Gateway (WhatsApp/Telegram bugs). Bun is not recommended for the Gateway (WhatsApp/Telegram bugs).
Companion apps exist for macOS (menu bar app) and mobile nodes (iOS/Android). Windows and **Companion apps:**
Linux companion apps are planned, but the Gateway is fully supported today. - **macOS menu bar app:** Available for development builds (build from source)
Native companion apps for Windows are also planned; the Gateway is recommended via WSL2. - **iOS/Android apps:** Currently in internal preview; not publicly distributed
- **Windows/Linux companion apps:** Planned
The Gateway itself is fully supported on macOS, Linux, and Windows (via WSL2) today. You can use Clawdbot's full feature set via the CLI and web interface without needing the companion apps.
## Choose your OS ## Choose your OS

View File

@ -7,7 +7,7 @@ read_when:
--- ---
# iOS App (Node) # iOS App (Node)
Availability: internal preview. The iOS app is not publicly distributed yet. > **Note:** The iOS app is currently in internal preview and not yet publicly available. Pre-built binaries are not distributed at this time. If you're interested in building from source or participating in early testing, please reach out via [Discord](https://discord.gg/clawd).
## What it does ## What it does