0Pricing
OpenClaw Academy · Lektion

Voraussetzungen prüfen

Vergewissern Sie sich vor der Installation, dass Sie Node 24 (oder mindestens 22.19+), ein unterstütztes Betriebssystem und einen API-Schlüssel Ihres gewählten LLM-Anbieters haben.

Voraussetzungen prüfen ist eine kostenlose OpenClaw Academy-Lektion auf CoddyKit. Dies ist Lektion 1 von 4. Du kannst die komplette Lektion unten kostenlos lesen – dann übst du sie direkt im Browser mit einem integrierten Code-Editor und einem KI-Tutor rund um die Uhr. Sie ist Teil des OpenClaw Academy-Lernpfads, und dein Fortschritt wird über Web und CoddyKit-App synchronisiert. Der OpenClaw Academy-Kurs umfasst insgesamt 4 Lektionen.

Teile dieser Lektion wurden noch nicht übersetzt und werden auf Englisch angezeigt.

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 --version

Your 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. ✅

Häufig gestellte Fragen

Ist die Lektion „Voraussetzungen prüfen“ kostenlos?

Ja — der vollständige Text von „Voraussetzungen prüfen“ ist hier im Web kostenlos zu lesen. Um sie interaktiv zu üben (integrierter Code-Editor und 24/7 KI-Tutor) und den Rest des OpenClaw Academy-Kurses freizuschalten, upgrade auf CoddyKit PRO. Der OpenClaw Academy-Kurs umfasst insgesamt 4 Lektionen.

Was lerne ich in „Voraussetzungen prüfen“?

Vergewissern Sie sich vor der Installation, dass Sie Node 24 (oder mindestens 22.19+), ein unterstütztes Betriebssystem und einen API-Schlüssel Ihres gewählten LLM-Anbieters haben. Du übst OpenClaw Academy mit praktischem Code, den du direkt im Browser ausführst, und ein 24/7 KI-Tutor beantwortet deine Fragen während du die Lektion bearbeitest.

Brauche ich Erfahrung, um OpenClaw Academy zu starten?

Keine Vorkenntnisse erforderlich. OpenClaw Academy auf CoddyKit ist für Anfänger bis fortgeschrittene Lernende strukturiert, sodass du hier starten oder von Anfang an beginnen und in deinem eigenen Tempo voranschreiten kannst. Dies ist Lektion 1 von 4.

Wie lange dauert die Lektion „Voraussetzungen prüfen“?

Die meisten CoddyKit-Lektionen dauern etwa 5–10 Minuten. Jede ist kompakt und interaktiv, sodass du stetig Fortschritte machst und genau dort weitermachst, wo du aufgehört hast – im Web und in der App.

Kann ich in dieser OpenClaw Academy-Lektion Code schreiben und ausführen?

Ja. Jede OpenClaw Academy-Lektion enthält einen integrierten Code-Editor, sodass du echten Code direkt in deinem Browser schreibst und ausführst und sofort KI-Feedback erhältst — ohne lokale Einrichtung erforderlich.

Alle Lektionen in diesem Kurs

  1. Voraussetzungen prüfen
  2. Die OpenClaw-CLI installieren
  3. Den Onboarding-Assistenten ausführen
  4. Das lokale Dashboard öffnen
← Zurück zu OpenClaw Academy