インストールガイド
OpenClawを始める
好きな方法でインストール。どれでも同じCLIが使えます。
コマンド一発で完了。ほとんどの人にオススメ。
Windows (PowerShell)
管理者権限でPowerShellを実行してください。
PS>
curl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd --tag beta && del install.cmd macOS / Linux
macOSと主要なLinuxディストリビューションで動作。
$
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method git