AgentOS by SapienX
Quickstart

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
Once OpenClaw is healthy, use AgentOS as the human control surface: create one workspace per project and keep tasks scoped to concrete deliverables.

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
AgentOS stays aligned with OpenClaw runtime truth. If you are debugging deeper behavior, check the OpenClaw gateway status underneath.

Verify the operating stack

AgentOS sits above OpenClaw. You want both layers healthy.

  • Runtime health: run openclaw doctor for 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.

Understand the architecture and choose the right operational surface for your workflow.