Skip to content
Operon Docs

Getting Started

Operon product overview

What Operon is, the problem it solves, and how it wraps the AI coding tools you already run instead of replacing them.

Operon is a command center for AI-assisted development. It is a desktop app that runs alongside the AI coding tools you already use — Claude Code, Codex, Cursor, Gemini CLI, and Aider — and wraps them in a management layer that makes everything the agent does visible and controllable. You keep working the way you already work; Operon records, organizes, and gives you the instruments to steer it.

Claude CodeCodexCursorGemini CLIAider

The problem it solves

AI coding agents are powerful, but working with them in a bare terminal or chat window leaves you flying blind. Output scrolls past faster than you can read it, there is no record of what changed or why, and when a session ends the context is gone. If the agent went off the rails you often only find out later, in the diff.

Operon fixes that by sitting between you and the tool. It captures every prompt, every tool call, every file edit, and every decision, and turns that stream into something you can review, search, replay, and resume.

  • Lost context — you never have to remember what happened three sessions ago; it is all recorded and searchable.
  • No visibility — you can see exactly what the agent is doing while it does it, not just the final result.
  • No way to resume — past sessions load back with their full state, so you can pick up where you left off.
  • No cost awareness — token usage and spend are tracked per session and per project, with alerts on the runs that are bleeding money.

It wraps your tools, it does not replace them

This is the most important thing to understand about Operon: it is not an alternative to Claude Code or Cursor. You still run the same agent, with the same model, doing the same work. Operon is the layer on top — the instrument panel, not the engine. The closest analogy is a command center: the operator does not fly the aircraft by hand, but every gauge is in front of them and nothing happens without being seen.

Note

If a tool works in your terminal today, it works inside Operon. Operon detects what you already have installed and layers observability on top — it never changes how the underlying agent behaves.

The six pillars

Everything in Operon serves one of six goals. As you explore the app, most features map cleanly onto one of these — and the Features page is organized the same way.

Pillar I

Orchestration & Fleet

Run many agents at once, each in its own isolated worktree. Mission Control shows the whole fleet, Arena judges several agents against the same goal, and a coordination bus lets them talk to each other.

Pillar II

Observability

See every prompt, tool call, file edit, and sub-agent as it happens. Sessions become a searchable timeline instead of a wall of scrollback, with live token and cost tracking.

Pillar III

Control & Governance

Set scope boundaries, gate risky steps behind checkpoints, and review diffs before they land. Stage, commit, and open a PR without leaving the app.

Pillar IV

Memory & Intelligence

Decisions, plans, and context persist across sessions. Nothing important disappears when a run ends — and each session makes the next one better informed.

Pillar V

Extensibility & Comforts

One adapter system for any CLI agent, an MCP hub that writes config into every agent profile, plus skills, automations, webhooks, and issue imports.

Pillar VI

Teams, Analytics & Reporting

Optionally sync outcomes to the cloud so a team can share decisions, cost dashboards, and progress. Your code and raw sessions stay private; only metadata is ever synced.

Who it is for

Operon is built for developers who use AI coding tools every day and want more than a chat log. If you have ever wished you could see what the agent is thinking, catch a bad edit before it happened, track cost, or resume a session from last week with all its context intact, Operon is for you. It works whether you code solo or on a team.

How it fits your workflow

You do not change your habits to use Operon. Open a project, start a session, and drive your usual AI tool from the embedded terminal. Operon quietly builds the trace, tracks the cost, watches the files, and surfaces the insights — all in the background. When you want to review, steer, or resume, the instruments are right there.

Next steps