Platforms overview
Plattformen
OpenClaw Core ist in TypeScript geschrieben. Node ist die empfohlene Runtime. Bun wird für den Gateway nicht empfohlen — bekannte Probleme mit WhatsApp- und Telegram-Kanälen; siehe Bun (experimentell) für Details.
Companion-Apps gibt es für Windows Hub, macOS (Menüleisten-App) und mobile Nodes (iOS/Android). Linux-Companion-Apps sind geplant, aber der Gateway wird heute vollständig unterstützt. Unter Windows wählen Sie Windows Hub für die Desktop-App, die native PowerShell-Installation für terminalorientierte Nutzung oder WSL2 für die am stärksten Linux-kompatible Gateway-Runtime.
Wählen Sie Ihr Betriebssystem
VPS und Hosting
- VPS-Hub: VPS-Hosting
- Fly.io: Fly.io
- Hetzner (Docker): Hetzner
- GCP (Compute Engine): GCP
- Azure (Linux-VM): Azure
- exe.dev (VM + HTTPS-Proxy): exe.dev
- EasyRunner (Podman + Caddy): EasyRunner
Häufige Links
- Installationsanleitung: Erste Schritte
- Windows Hub: Windows
- Gateway-Runbook: Gateway
- Gateway-Konfiguration: Konfiguration
- Dienststatus:
openclaw gateway status
Gateway-Dienstinstallation (CLI)
Verwenden Sie eine dieser Optionen (alle werden unterstützt):
- Assistent (empfohlen):
openclaw onboard --install-daemon - Direkt:
openclaw gateway install - Konfigurationsablauf:
openclaw configure→ Gateway service auswählen - Reparieren/migrieren:
openclaw doctor(bietet an, den Dienst zu installieren oder zu reparieren)
Das Dienstziel hängt vom Betriebssystem ab:
- macOS: LaunchAgent (
ai.openclaw.gatewayoderai.openclaw.<profile>; Legacycom.openclaw.*) - Linux/WSL2: systemd-Benutzerdienst (
openclaw-gateway[-<profile>].service) - Natives Windows: Geplante Aufgabe (
OpenClaw GatewayoderOpenClaw Gateway (<profile>)), mit einem benutzerspezifischen Login-Element im Autostartordner als Fallback, falls die Aufgabenerstellung verweigert wird
Verwandt
Was this useful?