Home

Switch language

Start Install GuideQuick StartDocs Overview
Docs ChannelsModels & APIGateway OpsTools & Skills
More ArticlesResourcesHelp Center
Get Started
Back to articles
Editorial Note OpenClaw Site Feature

Do not read every doc before your first OpenClaw install

The first OpenClaw install usually stalls because there are too many entry points, not because there are too few docs. For the first deployment, answer only three questions: where it runs, how you will install it, and how you will verify it worked.

OpenClaw lobster mark

Minimal Route

Platform decision -> install path -> auth and first request

Bring up the CLI, auth and health checks first. Only after the minimum chain is stable should you move into providers, channels or deeper Gateway work.

Key reminders

  1. 01

    Choose the runtime platform before you choose the install command. Do not test both at the same time.

  2. 02

    Make the CLI, auth and first successful request work before you touch Gateway or channels.

  3. 03

    Keep command output and logs from the first failure so troubleshooting stays fast.

Why first installs stall Pick the platform first Choose only one install path Run the minimum verification first When to continue into deeper docs Three common mistakes

Why first installs stall

OpenClaw gives you many valid entry points: platform setup, providers, Gateway, chat channels, Tools and Skills. The problem is that new users often try several of them at once, so they read a little of every page but never complete one working chain.

On the first install, you do not need to understand the whole surface area. You only need one minimum working path: the CLI responds, auth is in place, the default model answers, and the basic health checks pass.

Pick the platform before you copy commands

Decide whether you are deploying on macOS, local Linux, WSL2 on Windows or a remote machine. That decision determines how you think about paths, background processes, log locations and how Gateway will stay running.

If you have not made that decision yet, stop and read Platforms first. That step matters more than copying random install commands because many "install failures" are really platform mismatches.

Choose only one install path

On your first attempt, do not bounce between script install, global npm install and source builds. Pick the shortest path, make it work once, then decide later whether you need a different route for more control.

For most readers, the Install Guide is the safest entry point. If you are already comfortable in the terminal, move directly to Quick Start.

openclaw onboard
openclaw doctor
openclaw health

The point of that command set is not to finish every configuration step. It is to prove that the CLI, auth flow and baseline environment are now observable and testable.

Run the minimum verification before Gateway or channels

If you start configuring Gateway or a chat channel before you confirm the default model and the basic health path, the failure surface grows too fast. For a first deployment, verify these four conditions first:

  • The CLI runs normally and reports a visible environment.
  • At least one usable auth method is already configured.
  • The default model can answer a simple request.
  • openclaw health and the baseline status checks show no obvious failures.

When to continue into deeper docs

Only after that minimum path works should you branch out:

  • Go to Providers when you are ready for multiple model backends.
  • Go to Gateway Ops when you need a long-running or remote setup.
  • Go to Channels when you are ready to connect Telegram, WhatsApp or Discord.
  • Go to Tools & Skills when the default toolset is no longer enough.

Three common mistakes on the first install

  1. You switch platforms and install methods at the same time, so you no longer know which layer actually failed.
  2. You start tuning Gateway, background services or remote access before the minimum chain works.
  3. You hit an error but do not keep the command output or logs, so later troubleshooting turns into guesswork.

If you are already in one of those situations, do not add more configuration. Go back to the Help Center, compare against the FAQ and troubleshooting flow, and reduce the problem scope before moving forward.

Next Routes

Continue Reading

If you are ready for the next step, continue directly from these site pages instead of restarting from the homepage.