前提条件を確認する
インストール前に、Node 24(または最低でも 22.19 以降)、対応 OS、選択した LLM プロバイダーの API キーがあることを確認します。
「前提条件を確認する」はCoddyKit上の無料OpenClaw Academyレッスンです。 これはレッスン1/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはOpenClaw Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 OpenClaw Academyコースには全4レッスンが含まれています。
このレッスンの一部はまだ翻訳されておらず、英語で表示されています。
Before You Install
OpenClaw runs on your own machine, so a quick prerequisites check saves you trouble later. Three things matter: Node, your OS, and an LLM API key.
Node Is the Engine
OpenClaw is a CLI built on Node.js, so Node must be installed first. It is the runtime that actually executes OpenClaw on your computer.
Which Node Version
The recommended version is Node 24. Node 22 LTS also works, but only at 22.19 or newer, which is the minimum OpenClaw supports.
Check Your Node Version
Run this in your terminal to see what you have. The node --version command prints the installed version so you can compare it.
node --versionYour Operating System
OpenClaw works on any major OS: macOS 15 or newer, Windows 10 20H2+ or 11, and Linux. You are not locked into one platform.
You Bring the AI
OpenClaw does not ship its own model, so you need an API key from your chosen LLM provider. That key is what powers the assistant's thinking.
Why You Pick the Provider
Because OpenClaw is local-first, the provider choice is yours. You connect your own key, so you stay in control of cost and which model runs.
Keep the Key Safe
Treat your API key like a password. A secret key grants access to a paid account, so never paste it into chats or commit it to a public repo. 🔑
Local Means Your Hardware
Everything runs on your hardware, so make sure the machine you choose will stay on when you want the assistant available. No cloud server is involved.
A Terminal You Trust
Since OpenClaw is a CLI, you install and run it from a terminal. Any standard shell works, on macOS, Windows, or Linux alike.
Your Pre-Flight List
You are ready when three boxes are ticked: a checklist of Node 24 (or 22.19+), a supported OS, and an LLM API key in hand. Then install can begin.
Quick Check
Let us confirm the minimum Node requirement.
Recap
You now know the three prerequisites: Node 24 (or 22.19+), a supported OS, and your own LLM API key kept safe. With those ready, you can install OpenClaw. ✅
よくある質問
「前提条件を確認する」レッスンは無料ですか?
はい。「前提条件を確認する」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、OpenClaw Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 OpenClaw Academyコースには全4レッスンが含まれています。
「前提条件を確認する」で何を学びますか?
インストール前に、Node 24(または最低でも 22.19 以降)、対応 OS、選択した LLM プロバイダーの API キーがあることを確認します。 ブラウザで直接実行するハンズオンコードでOpenClaw Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。
OpenClaw Academyを始めるのに経験は必要ですか?
事前経験は必要ありません。CoddyKitのOpenClaw Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン1/4です。
「前提条件を確認する」レッスンにはどのくらい時間がかかりますか?
ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。
このOpenClaw Academyレッスンでコードを書いて実行できますか?
はい。すべてのOpenClaw Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。