Aula del Guru / 3. The Shell

Installation & Service

Running Forever

Installing OpenClaw is step one. Running it as a Daemon (Service) is step two.

Installation

npm install -g openclaw@latest

The Daemon

You don't want to run openclaw gateway manually every time you reboot.

openclaw onboard --install-daemon

This installs a systemd (Linux) or launchd (macOS) service that keeps your bot alive 24/7.

Verificación de Conocimientos

What command sets up the background service?