SECTION · GETTING STARTED
Getting Started

Step-by-step guide from installing MoAI-ADK to running your first project
Introduction
Introduces MoAI-ADK — an Agentic Development Kit wrapping Claude Code around three pillars: cost (tokenomics), self-improvement (agentic loop engineering), and quality control (agentic harness) — why it is shaped this way, and where to start.
Migration Guide
Migration Guide MoAI-ADK has undergone two major transitions. (1) 1.x (Python) …
Installation
A guide to installing MoAI-ADK on your system. The installation is a single …
What's Different — Three Usage Patterns Compared
What’s Different — Three Usage Patterns Compared There are three broad …
Windows Guide
This page collects the environment requirements and common pitfalls you should …
Initial Setup
Complete your first setup through MoAI-ADK’s interactive setup wizard. It …
Quick Start
Create your first project with MoAI-ADK and experience the development workflow. …
CLI Overview
A high-level overview of every command and flag of moai (the Go binary) that you …
Frequently Asked Questions
Frequently asked questions and answers about using MoAI-ADK.
Q: What is the …InfoBelongs to: Tokenomics · Agentic Loop Engineering · Agentic Harness
This is the onboarding path for anyone meeting MoAI-ADK for the first time. Read in the order Introduction → Installation → Quick Start and you can have your first MoAI-ADK project running within 30 minutes. Installation is nothing more than downloading a single binary, and no extra runtime or dependency is needed to run your first SPEC.
InfoIf you have already finished installing, jump straight to the Quick Start. Curious about CLI flags? See the CLI Reference. Having trouble? Check the FAQ.
flowchart TD
A["Introduction
WHAT/WHY"] --> B["Installation
Environment setup"]
B --> C["Initial Setup
moai init"]
C --> D["Quick Start
Run your first SPEC"]
D --> E["Update · Profile
Ongoing operation"]
E --> F["CLI · FAQ
Reference material"]| Order | Document | Key Content |
|---|---|---|
| 1 | Introduction | What MoAI-ADK is and which problems it solves |
| 2 | Installation | Installation and prerequisites on macOS/Linux |
| 3 | Windows Guide | Special considerations for Windows environments |
| 4 | Initial Setup | Configure your project with the moai init interactive wizard |
| 5 | Quick Start | Create your first SPEC and run /moai plan → run → sync |
| 6 | Update | Keep templates on the latest version |
| 7 | Profile Management | User profile, environment variables, and settings sync |
| 8 | CLI Reference | Full subcommand index for the moai binary |
| 9 | FAQ | Common issues during installation and execution, with solutions |
InfoNext step: Once installation is done, head to Core Concepts to learn the three core ideas behind v3.0 — Tokenomics · Agentic Loop Engineering · Agentic Harness — and MoAI-ADK’s design philosophy including SPEC, DDD, and TRUST 5.