mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-18 08:07:32 +00:00
3.6 KiB
3.6 KiB
read_when, summary, title, x-i18n
| read_when | summary | title | x-i18n | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
OpenClawをインストールし、数分で最初のチャットを実行しましょう。 | はじめに |
|
はじめに
目標:ゼロから最小限のセットアップで最初の動作するチャットを実現する。
最速のチャット方法:Control UIを開く(チャンネル設定は不要)。`openclaw dashboard`を実行してブラウザでチャットするか、Gatewayホストで`http://127.0.0.1:18789/`を開きます。 ドキュメント:[Dashboard](/web/dashboard)と[Control UI](/web/control-ui)。前提条件
- Node 22以降
クイックセットアップ(CLI)
```bash curl -fsSL https://openclaw.ai/install.sh | bash ``` ```powershell iwr -useb https://openclaw.ai/install.ps1 | iex ```<Note>
その他のインストール方法と要件:[インストール](/install)。
</Note>
```bash
openclaw onboard --install-daemon
```
ウィザードは認証、Gateway設定、およびオプションのチャンネルを構成します。
詳細は[オンボーディングウィザード](/start/wizard)を参照してください。
サービスをインストールした場合、すでに実行されているはずです:
```bash
openclaw gateway status
```
```bash
openclaw dashboard
```
Control UIが読み込まれれば、Gatewayは使用可能な状態です。
オプションの確認と追加機能
クイックテストやトラブルシューティングに便利です。```bash
openclaw gateway --port 18789
```
構成済みのチャンネルが必要です。
```bash
openclaw message send --target +15555550123 --message "Hello from OpenClaw"
```
さらに詳しく
完全なCLIウィザードリファレンスと高度なオプション。 macOSアプリの初回実行フロー。完了後の状態
- 実行中のGateway
- 構成済みの認証
- Control UIアクセスまたは接続済みのチャンネル