Plateformes
Plateformes
Section intitulée « Plateformes »Le cœur d’OpenClaw est écrit en TypeScript. Node est le runtime recommandé. Bun n’est pas recommandé pour le Gateway (bugs WhatsApp/Telegram).
Des applications compagnons existent pour macOS (application de barre de menu) et les nœuds mobiles (iOS/Android). Les applications compagnons pour Windows et Linux sont prévues, mais le Gateway est entièrement pris en charge aujourd’hui. Les applications compagnons natives pour Windows sont également prévues ; le Gateway est recommandé via WSL2.
Choisissez votre système d’exploitation
Section intitulée « Choisissez votre système d’exploitation »VPS & hébergement
Section intitulée « VPS & hébergement »- Hub VPS : Hébergement VPS
- Fly.io : Fly.io
- Hetzner (Docker) : Hetzner
- GCP (Compute Engine) : GCP
- Azure (Linux VM) : Azure
- exe.dev (VM + proxy HTTPS) : exe.dev
Liens courants
Section intitulée « Liens courants »- Guide d’installation : Getting Started
- Manuel d’exécution du Gateway : Gateway
- Configuration du Gateway : Configuration
- État du service :
openclaw gateway status
Installation du service Gateway (CLI)
Section intitulée « Installation du service Gateway (CLI) »Utilisez l’une de ces options (toutes prises en charge) :
- Assistant (recommandé) :
openclaw onboard --install-daemon - Direct :
openclaw gateway install - Flux de configuration :
openclaw configure→ sélectionnez service Gateway - Réparation/migration :
openclaw doctor(propose d’installer ou de réparer le service)
La cible du service dépend du système d’exploitation :
- macOS : LaunchAgent (
ai.openclaw.gatewayouai.openclaw.<profile>; anciencom.openclaw.*) - Linux/WSL2 : service utilisateur systemd (
openclaw-gateway[-<profile>].service)