システム要件
| 項目 | 内容 |
|---|
| Node.js | v24 推奨(v22.14 以上対応) |
| APIキー | Anthropic / OpenAI / Google 等のLLMプロバイダーから取得 |
対応OS
| OS | 対応状況 |
|---|
| macOS 15 以上 | 推奨、ネイティブ対応 |
| Linux | 対応 |
| Windows(ネイティブ) | 対応(PowerShellスクリプト使用) |
| Windows(WSL2) | 対応・より安定、推奨 |
インストール方法
標準インストール(推奨)
curl -fsSL https://openclaw.ai/install.sh | bash
npm
npm i -g openclaw
ソースビルド(開発者向け)
Git および pnpm が必要。
git clone https://github.com/openclaw/openclaw.git
cd openclaw && pnpm install && pnpm run build
ビルドツール(ソースビルド時のみ)
Linux
build-essential(または gcc/g++)make、cmake、python3sudo 権限
macOS
- Xcode Command Line Tools
- Homebrew
cmake
主な依存関係
| 依存 | 詳細 |
|---|
| LLMプロバイダー | Claude(Anthropic)、OpenAI、Google、またはローカルモデル |
| 対応インテグレーション | WhatsApp、Telegram、Discord、Slack、Signal、iMessage 他50以上 |
| Gateway | ポート 18789 で動作 |