AgentOS

AgentOS

Open-source human control layer for AI agents, built on the OpenClaw orchestration kernel by SapienX.

Open SourceProductivitymacOS, Linux, Windows, Self-hosted, CLI
AgentOS screenshot

What is AgentOS?

AgentOS by SapienX is a local-first control plane that sits on top of OpenClaw, giving a single operator a unified interface to run, monitor and manage many AI agents across multiple projects and workspaces. It provides mission dispatch, live execution visibility, transcript-backed runtime inspection and human approval gates so agent actions are not a black box. The application is a Next.js project released under the MIT licence and installs on macOS, Linux and Windows. It is aimed at operators who want to coordinate fleets of agents from a trusted local workstation.

Key Features

Mission control

A central interface for dispatching missions to OpenClaw agents, including thinking level support.

Live topology canvas

A visual map of the relationships between workspaces, agents and runtime state.

Runtime inspection

Transcript-backed views of sessions, models, output, token usage and file changes.

Human approvals

Approval gates that require operator sign-off before critical agent actions run.

Workspace wizard

Guided creation flows with templates and a planner mode for setting up workspaces, agents and tasks.

Agent policy presets

Create agents from preset roles such as worker, setup, browser, monitoring or custom.

OpenClaw onboarding and diagnostics

Built-in setup and health checks for the underlying OpenClaw runtime from within the UI.

Pros & Cons

Advantages

  • The project is fully open-source under the MIT licence, so it can be inspected, self-hosted and modified without licence fees.
  • It is local-first, meaning agent processes, transcripts and workspace files stay on the operator's own machine rather than a third-party cloud.
  • Human approval gates and runtime visibility reduce the risk of agents taking unreviewed actions.
  • Installation is straightforward across macOS, Linux and Windows via a one-line shell script, PowerShell or pnpm and npm.
  • It builds on an existing orchestration kernel (OpenClaw) rather than reinventing the underlying agent runtime.

Limitations

  • It is tightly coupled to OpenClaw, so it is only useful to teams already running or willing to adopt that orchestration kernel.
  • The current implementation is local-first and best suited to operator workstations or trusted environments, not serverless-only deployments.
  • It requires Node.js 24 or newer and some command-line setup, so it is less approachable for non-technical users.
  • There is no managed or hosted option, so the operator is responsible for running and maintaining the stack themselves.

Use Cases

Operators who need to coordinate many AI agents across multiple projects from a single mission-control dashboard.

Developers running OpenClaw who want a visual layer for planning, dispatching and inspecting agent work.

Teams that require human approval checkpoints before agents execute sensitive or irreversible actions.

Engineers who want to inspect agent transcripts, token usage and file changes to debug agent behaviour.

Self-hosting users who prefer keeping agent runtimes and data on a trusted local workstation rather than a third-party cloud.