Install OpenClaw. Open Mission Control.
Pick the workflow that matches your environment. AgentOS is built on top of OpenClaw: install the runtime, verify it, then open the human operating layer.
Fastest path (OpenClaw installer)
Install OpenClaw using the documented installer path, then open AgentOS Mission Control on top of it.
curl -fsSL https://openclaw.bot/install.sh | bash
openclaw doctor
openclaw gateway status
Alternate install (npm)
Best when you want the documented package workflow for OpenClaw.
npm install -g openclaw@latest
openclaw doctor
openclaw gateway status
Builders (website source)
Clone this repository if you want to edit the AgentOS marketing site or extend the page cluster.
git clone https://github.com/SapienXai/AgentOS.git
cd AgentOS
pnpm install
pnpm dev
Verify the operating stack
AgentOS sits above OpenClaw. You want both layers healthy.
- Runtime health: run
openclaw doctorfor local checks. - Gateway state: confirm your OpenClaw gateway/session state with
openclaw gateway status. - First workspace: create a workspace that points to real files and a real deliverable, then assign one task with an explicit output.
Quickstart FAQ
What is the fastest way to install AgentOS?
Use the OpenClaw installer one-liner from the official docs, then open AgentOS Mission Control on top of the running runtime.
How do I verify the runtime underneath AgentOS?
Start with openclaw doctor, then confirm the gateway state with openclaw gateway status.
If you need deeper truth about orchestration, check the OpenClaw gateway/session state underneath.
Related pages
Understand the architecture and choose the right operational surface for your workflow.