← Back to Reviews | AI Agents

Cindy Review 2026 — The Open-Source AI Agent That Brings Claude Code and Codex Under One Roof

Marcus Webb · · Rated 8.3/10 · Free (open source, Apache-2.0) with optional $20/mo official model service
8.3 / 10
Ease of Use 8
Features 9
Value for Money 9
Performance 8
Support & Ecosystem 7

✅ Pros

  • Multi-harness support — run Claude Code and Codex in the same app, switch mid-task
  • Shared memory and skills across all harnesses — teach once, reuse everywhere
  • True multi-agent orchestration: plan with one model, execute in parallel with others, review independently
  • Cross-platform desktop (macOS, Windows, Linux) with mobile companion (iOS, Android)
  • Apache-2.0 open source — auditable, forkable, extensible
  • IM integration — assign tasks via Feishu/Slack, results come back to chat

⚠️ Cons

  • Still in early beta — native harness is 'in the works', some features labeled upcoming
  • Heavy memory footprint — Electron-based desktop app uses ~400MB idle
  • Mobile app currently limited to remote session viewing and basic commands
  • Plugin marketplace and team management are not yet available
Best For

Developers and teams who want to break free from single-vendor agent lock-in and orchestrate multiple AI agent harnesses with shared context

Pricing

Free (open source, Apache-2.0) with optional $20/mo official model service

Introduction

Cindy is an open-source AI agent that answers a question many developers have been asking: why should I be locked into one agent harness?

When you use Claude Code, you get Anthropic’s ecosystem. When you reach for Codex, you’re in OpenAI’s world. Their memories don’t share. Their skills don’t transfer. If you want to plan a complex task with Claude’s reasoning, execute with Codex’s speed, and review with another model entirely — you’re stitching together separate sessions.

Cindy eliminates that friction. It’s a cross-platform desktop and mobile app that wraps multiple agent harnesses (currently Claude Code and Codex, with more on the way) into a single workspace with shared memory, skills, tools, and MCP integrations. Launched on July 22, 2026, it hit 443 GitHub stars in its first five days and is climbing fast.

What Makes Cindy Different

Cindy isn’t another “AI coding assistant.” It’s an agent operating system — a unified runtime where multiple agent harnesses and models coexist within one continuous session.

Core philosophy: "Open source means more than visible — it means changeable." — Cindy's README

Multi-Harness Architecture

The headline feature: Cindy supports multiple agent harnesses. Currently:

  • Claude Code — connected and fully functional
  • Codex — connected and fully functional
  • More harnesses — in development
  • Cindy Native — a custom harness being built from scratch

You can start a task with Claude Code and Claude Fable 5 for planning, then switch execution to Codex with GPT-5.6 without losing context. The workspace, memory, skills, and tools stay continuous.

Multi-Agent Orchestration

Cindy supports role-based multi-agent workflows. A single task can be:

  1. Plan — Claude Code × Fable 5 handles architecture decisions and task decomposition
  2. Execute — Three workers run in parallel (Codex × Grok 4.5 for implementation, Claude Code × Kimi K3 for regression tests, Codex × GLM 5.2 for documentation)
  3. Review — Codex × GPT-5.6 performs diff review and quality gating

The harness and model mix freely — Cindy holds the task context, acceptance criteria, and artifact continuity.

Hands-On Experience

Installation

Downloading Cindy was straightforward. The macOS ARM64 DMG (~180MB) installed in under a minute. First launch presents a clean setup wizard:

  1. Choose authentication — official Cindy service, existing Claude Code/Codex Coding Plan, personal API keys, or local model endpoint
  2. Authorize harnesses — Cindy detects existing Claude Code and Codex installations
  3. Start working — the app opens to a terminal-like input with a sidebar showing workspace, memory, and tool panels

I authorized my existing Claude Code subscription (no double billing) and connected a Grok API key for multi-model workflows. The whole process took about 3 minutes.

Memory and Skills

Cindy’s memory system is shared across all harnesses. I taught it a custom Git workflow convention once — it retained the rule whether I was using Claude Code or Codex mode later. The skill system lets you package a working methodology (prompts, tools, approval rules) and reuse it. I created a “code review checklist” skill and it applied consistently across harness switches.

Multi-Agent Task

I tested the multi-agent flow with a real project: refactoring a Python data pipeline. The plan-execute-review pipeline worked as advertised — Cindy spawned three parallel workers, each on a different harness-model combo, and collected their results into a unified diff. The review pass caught one edge case the parallel workers missed.

IM Integration

Binding to Slack was easy. I sent “@cindy summarize the last 3 commits in repo-X” from Slack, and within 30 seconds Cindy responded in-thread with a summary. The task ran on my desktop machine, not “in the cloud” — a nice privacy touch.

Community Reception

On Hacker News and GitHub, Cindy has generated significant buzz. Developers praise the multi-harness approach as “what agent IDEs should have been from day one.” Some concerns:

  • “Electron again?” — the desktop app uses Electron, which some developers hoped would be native
  • “Early days” — the plugin system, skill marketplace, and team management are listed as “in the making”
  • “Mobile needs work” — the iOS/Android apps are currently limited to remote session viewing and basic command dispatch

Pricing

TierPriceWhat You Get
Free$0Full software, bring your own API keys/plans
Plus$20/moOfficial model service with AI Gateway
TeamComing soonSSO, unified config, shared skills
EnterpriseCustomSelf-hosted Gateway, audit logs, dedicated support

Verdict

Cindy addresses a real pain point: the fragmentation of the AI coding agent ecosystem. By providing a unified workspace with shared memory and skills across multiple harnesses, it saves teams from rebuilding context every time they switch tools. The multi-agent orchestration is genuinely impressive — running parallel workers on different harness-model combos is something no other tool offers today.

Rating: 8.3/10 — Silver+

Best for: Developers and teams who use multiple AI coding tools and want a single, extensible workspace. Organizations evaluating multi-model strategies will find Cindy’s flexibility compelling.

Watch out for: The Electron dependency and early-stage features. Cindy is powerful today but still maturing — the plugin marketplace and native harness could elevate it significantly.

cindy open-source ai-agent claude-code codex multi-harness agent-framework 2026 review