Docs Getting Started Quick Start

Quick Start

Stable v0.1.0
Schema.md v2
Updated APR 2026

Quick Start

Get the ONDE kernel running in your instance within minutes. ONDE is the operating system for deterministic agentic state.

1. Install the Kernel

Paste the following curl command into your terminal to download and install the agent runtime:

```bash curl —proto ‘=https’ —tlsv1.2 -LsSf https://github.com/openclaws/onde/releases/download/v0.1.0/onde-binary.sh | sh ```

2. Initialize a Project

Set up your new intelligence layer. This operates fully offline, natively inside the agent’s filesystem runtime.

```bash mkdir my-agent-brain cd my-agent-brain onde init ```

3. Pull a Distro

Pull a topology template from the marketplace. For instance, the QA testing brain:

```bash onde pull bloodbath ```

This creates the strict type schemas that your agent will use to traverse thoughts. Learn more about Core Concepts.