목차

, ,

OpenClaw

Self-hosted personal AI assistant gateway. 설치와 기본 CLI 명령 위주로 정리.

Summary

Installation

macOS / Linux

curl -fsSL https://openclaw.ai/install.sh | bash

Windows PowerShell

iwr -useb https://openclaw.ai/install.ps1 | iex

npm

npm install -g openclaw@latest

Usage

Examples

가장 빠른 시작

curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon
openclaw gateway status
openclaw dashboard

npm 설치 후 onboarding

npm install -g openclaw@latest
openclaw onboard --install-daemon

gateway 제어

openclaw gateway status
openclaw gateway start
openclaw gateway stop
openclaw gateway restart

channel 추가

openclaw channels add

profile 분리 실행

openclaw --profile work onboard
openclaw --profile work dashboard

Config

Compatibility

History