# INSTALL OPENCLAW in 30 seconds and START BUILDING... | Local Install and VPS FULL Tutorial

Source: https://www.youtube.com/watch?v=ZcIqiLLT7Fg
Recap page: https://rapidrecap.app/video/ZcIqiLLT7Fg
Generated: 2026-02-11T23:34:20.717+00:00

---
## Quick Overview

The video provides a quick, 30-second tutorial on installing OpenClaw, emphasizing that the process is straightforward, involving running a single curl command for Linux/macOS or a PowerShell command for Windows, and then navigating the initial onboarding process where users can optionally set up API keys and configure skills.

**Key Points:**
- The OpenClaw installation for Linux/macOS uses a single curl command: 'curl -fsSL https://openclaw.ai/install.sh | bash'.
- For Windows installation, the user selects the PowerShell tab and runs the provided iwr command to install OpenClaw.
- The installation process leads to an onboarding screen where users must accept that OpenClaw is powerful and inherently risky.
- During onboarding, users are prompted to set API keys for various services like Google Places and Gemini, although this is optional.
- The system uses a two-layer memory system: Daily Notes (memory/YYYY-MM-DD.md) and Long-Term Memory (MEMORY.md).
- The speaker recommends selecting 'QuickStart' during onboarding and using 'npm' as the preferred node manager.
- The tutorial concludes by showing the successful connection ('Wake up, my friend!') and explaining the structure of the agent's configuration files.

![Screenshot at 04:20: The timestamp shows the command line interface \(CLI\) for Linux/macOS installation, displaying the 'curl' command that users execute to download and run the OpenClaw installer script.](https://ss.rapidrecap.app/screens/ZcIqiLLT7Fg/00-04-20.jpg)

**Context:** The video is a tutorial demonstrating how to quickly install and begin setting up OpenClaw, an open-source AI agent framework that turns an AI model into a persistent, tool-using agent living on the user's infrastructure. The speaker contrasts this local setup with cloud-based models and emphasizes the importance of security checks and understanding the agent's configuration files, such as those defining its personality and memory structure.

## Detailed Analysis

The video instructs viewers on installing OpenClaw, an open-source AI agent framework. The installation method varies by operating system: Linux/macOS users run a single command: 'curl -fsSL https://openclaw.ai/install.sh | bash'. Windows users use the PowerShell command: 'iwr -useb https://openclaw.ai/install.ps1 | iex'. After installation, the user connects via a local TUI (accessible at 127.0.0.1:18789) and faces a security warning acknowledging OpenClaw's power and inherent risk, requiring the user to select 'Yes' to continue onboarding. The QuickStart option is recommended for initial setup. The setup process prompts users to configure API keys for various services like Google Places and Anthropic (Claude), with the speaker recommending setting keys for services they intend to use immediately, while noting that settings can be changed later. The agent's behavior is defined by configuration files in the ~/.openclaw/workspace directory, including SOUL.md (personality), USER.md (user info), and HEARTBEAT.md (to-do list). The memory system uses two layers: Daily Notes (raw logs) and Long-Term Memory (MEMORY.md), which curates important information. The installation concludes with the agent successfully waking up and connecting.

### OpenClaw Installation

- Linux/macOS uses 'curl -fsSL https://openclaw.ai/install.sh
- bash'
- Windows uses 'iwr -useb https://openclaw.ai/install.ps1
- iex' in PowerShell
- Installation is fast and installs necessary dependencies like Node.js.

### Onboarding Process

- Requires accepting a security warning about the power and risk of the agent
- Users select 'QuickStart' (recommended) over 'Manual' setup.

### API Key Configuration

- Prompts for various API keys (Google Places, Gemini, OpenAI Whisper) during setup, but all are optional with 'No' being the default selection.

### Hooks Configuration

- Users decide whether to enable hooks like 'boot-md' and 'command-logger' which run on gateway startup; the speaker advises skipping for now.

### Agent Initialization

- After setup, the agent connects via TUI, greeting the user with 'Wake up, my friend!' and providing system info.

### Memory Structure

- OpenClaw uses a two-layer memory system: Daily Notes (raw logs) and Long-Term Memory (MEMORY.md), which curates and summarizes important information.

### File Structure

- Key configuration files are stored in ~/.openclaw/workspace, including SOUL.md (personality), USER.md (user info), and HEARTBEAT.md (to-do list).

![Screenshot at 04:20: The timestamp shows the command line interface \(CLI\) for Linux/macOS installation, displaying the 'curl' command that users execute to download and run the OpenClaw installer script.](https://ss.rapidrecap.app/screens/ZcIqiLLT7Fg/00-04-20.jpg)
![Screenshot at 05:34: The video shows the Hostinger pricing page where the speaker selected the KVM 2 plan \($6.99/mo\) and applied the discount code 'WESROTH'.](https://ss.rapidrecap.app/screens/ZcIqiLLT7Fg/00-05-34.jpg)
![Screenshot at 13:16: The screen displays the BIOS boot menu where the user navigates to select the USB Flash Drive option to boot the installer.](https://ss.rapidrecap.app/screens/ZcIqiLLT7Fg/00-13-16.jpg)
![Screenshot at 33:43: The terminal shows the Anthropic setup prompt where the user is instructed to run a command to get a setup token and paste it into the current prompt.](https://ss.rapidrecap.app/screens/ZcIqiLLT7Fg/00-33-43.jpg)
![Screenshot at 48:03: The terminal displays the system information output after a successful connection via SSH, showing CPU, RAM, Disk usage, and Uptime.](https://ss.rapidrecap.app/screens/ZcIqiLLT7Fg/00-48-03.jpg)
