0Pricing
OpenClaw Academy · درس

تحقق من المتطلبات المسبقة

تأكد من توفر Node 24 (أو 22.19+ كحد أدنى)، ونظام تشغيل مدعوم، ومفتاح API من مزود LLM الذي اخترته قبل التثبيت

تحقق من المتطلبات المسبقة درس مجاني في OpenClaw Academy على CoddyKit. هذا هو الدرس 1 من أصل 4. يمكنك قراءة الدرس كاملاً أدناه مجاناً — ثم تمرن عليه مباشرة في المتصفح باستخدام محرر أكواد مدمج ومدرس ذكاء اصطناعي متاح 24/7. هذا الدرس جزء من مسار التعلم في 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 --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. ✅

الأسئلة الشائعة

هل درس «تحقق من المتطلبات المسبقة» مجاني؟

نعم — نص درس «تحقق من المتطلبات المسبقة» كامل متاح مجاناً هنا على الويب. لتمرينه بشكل تفاعلي (محرر أكواد مدمج ومدرس ذكاء اصطناعي متاح 24/7) وفتح باقي دورة OpenClaw Academy، انتقل إلى CoddyKit PRO. تتضمن دورة OpenClaw Academy 4 دروس في المجموع.

ماذا ستتعلم في «تحقق من المتطلبات المسبقة»؟

تأكد من توفر Node 24 (أو 22.19+ كحد أدنى)، ونظام تشغيل مدعوم، ومفتاح API من مزود LLM الذي اخترته قبل التثبيت تتمرن على OpenClaw Academy مع أكواد عملية تشغلها مباشرة في المتصفح، ومدرس ذكاء اصطناعي متاح 24/7 يجيب على أسئلتك أثناء عملك.

هل أحتاج إلى خبرة سابقة لأبدأ OpenClaw Academy؟

لا تُشترط خبرة سابقة. OpenClaw Academy على CoddyKit منظم للمبتدئين حتى المتقدمين، لذا يمكنك البدء من هنا أو من البداية والتقدم بسرعتك الخاصة. هذا هو الدرس 1 من أصل 4.

كم من الوقت يستغرق درس «تحقق من المتطلبات المسبقة»؟

معظم دروس CoddyKit تستغرق حوالي 5–10 دقائق. كل منها موجز وتفاعلي، لذا تحرز تقدماً مستمراً وتستأنف من حيث توقفت عبر الويب والتطبيق.

هل يمكنني كتابة وتشغيل أكواد في درس OpenClaw Academy هذا؟

نعم. كل درس في OpenClaw Academy يتضمن محرر أكواد مدمج، لذا تكتب وتشغل أكواداً حقيقية مباشرة في متصفحك وتحصل على تعليقات فورية من الذكاء الاصطناعي — بدون إعداد محلي.

جميع الدروس في هذه الدورة

  1. تحقق من المتطلبات المسبقة
  2. تثبيت OpenClaw CLI
  3. تشغيل معالج الإعداد الأولي
  4. فتح لوحة المعلومات المحلية
← العودة إلى OpenClaw Academy