> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openclawcode.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# What is OpenClaw?

> OpenClaw is the open-source AI agent runtime that powers everything behind OCCode.

## OpenClaw in a nutshell

[OpenClaw](https://openclaw.ai) is an **open-source runtime** for AI agents. Think of it as the engine — it handles everything an AI agent needs to function: receiving messages, processing them with AI models, managing memory, connecting to messaging platforms, and executing skills.

OpenClaw runs on your machine (or a server) and gives your AI agent a brain, a memory, and a voice.

***

## What does an OpenClaw agent actually do?

<CardGroup cols={2}>
  <Card title="Conversations" icon="comments">
    Chat with you through Telegram, Discord, WhatsApp, Slack, and more — all at once.
  </Card>

  <Card title="Tasks" icon="list-check">
    Execute multi-step tasks: research, file edits, code generation, data analysis.
  </Card>

  <Card title="Memory" icon="brain">
    Remember context across conversations — your preferences, past decisions, ongoing projects.
  </Card>

  <Card title="Skills" icon="puzzle-piece">
    Use modular skills to interact with APIs, browse the web, manage files, and more.
  </Card>
</CardGroup>

***

## Where OCCode fits in

**OpenClaw** is the runtime. **OCCode** is the friendly desktop app that makes it easy to install, configure, and manage OpenClaw — no terminal required.

***

## Key facts

|                 |                                                                      |
| --------------- | -------------------------------------------------------------------- |
| **Open source** | [github.com/openclaw/openclaw](https://github.com/openclaw/openclaw) |
| **License**     | MIT                                                                  |
| **Runs on**     | macOS, Windows, Linux                                                |
| **Built with**  | Node.js                                                              |
| **Created by**  | The [Making Better Agents](https://mba.sh) community                 |

***

## Learn more

<CardGroup cols={2}>
  <Card title="Why OCCode?" icon="lightbulb" href="/why-occode">
    Why we built a desktop app for OpenClaw.
  </Card>

  <Card title="Installing OpenClaw" icon="download" href="/installing">
    Get started with OCCode in minutes.
  </Card>
</CardGroup>
