Russia
A Step-by-Step Guide to Installing OpenClaw on Mac, Running Onboarding, Setting Up Your Workspace, and Getting Your AI Agent Ready for Daily Use
OpenClaw on macOS gives you a local, action-capable AI environment that can help with workflows, tools, automation, and system-level tasks. Running it on a Mac is useful for users who want a local-first setup, direct terminal access, and a development-friendly environment without needing to deploy everything on a remote Linux server first.
The current OpenClaw documentation recommends using the installer script for macOS, because it detects the environment, installs what is needed, and starts the onboarding flow. That makes it one of the easiest ways to get started on a Mac.
In this guide, you will learn how to install OpenClaw on macOS, verify the installation, run onboarding, and understand the first setup steps after installation.
The simplest way to install OpenClaw on macOS is through the Terminal. You can open Terminal from Applications, Spotlight Search, or Launchpad. Once Terminal is open, you are ready to run the official install command.
This installation method is currently the recommended path in the official documentation because it automates setup and launches onboarding for you.
In Terminal, run the official OpenClaw installation command below:
This is the install method currently recommended by the official install documentation for macOS and Linux.
After the installer finishes, OpenClaw should launch onboarding. This setup flow helps you configure the gateway, workspace, channels, and skills so the system is ready to use.
If you ever need to start the guided setup again manually, the OpenClaw repository points new users to the onboard command:
This onboarding path is described in the official repository as the preferred setup flow for new installs.
If you want to install OpenClaw first and skip onboarding for the moment, the official docs include a no-onboard option:
This is useful if you want to script installation, prepare a system in advance, or handle onboarding later.
After installation, it is a good idea to confirm that the command-line tool is available. Run:
If a version number appears, the installation succeeded and OpenClaw is available from your terminal session.
During onboarding, OpenClaw will guide you through the initial setup process. This usually includes choosing or connecting your model provider, setting up your workspace, and preparing the system so it can run your workflows correctly.
After this stage, you can begin using OpenClaw from the CLI and continue expanding your setup with channels, skills, tools, and other integrations as needed.
| Issue | What to Do |
|---|---|
| Command not found | Restart Terminal and run openclaw --version again. |
| Onboarding did not start | Run openclaw onboard manually. |
| You want install only | Use the --no-onboard flag during installation. |
Installing OpenClaw on macOS is currently straightforward if you use the official installer script. The fastest path is to run the install command, let onboarding complete the setup, and then verify the CLI is working correctly.
Once installation is complete, you can continue customizing your OpenClaw environment, connect providers, add skills, and shape the system around the workflows you want to automate.