Automation & Ops multi-agent-orchestrationlocal-firstsqlitemcphttp-sseudsacpcommand-line

CompozyOS

A local-first operating system for AI agents, enabling them to collaborate, persist, and share memory.

FollowAgents review · FARS-2.1
Not recommended
52/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust16 / 29 · 2.8/5

Evidence shows permission model (workspace boundaries, permission settings), user confirmation (approvals), data flow transparency (inspectable activity), sensitive data handling (secret redaction, token protection), external effects (network protocol, extensions). But dependency security is partial (Sigstore verification present, but no dependency vulnerability scanning evidence), rollback is partial (migration guide present, but no explicit rollback mechanism), source attribution is partial (publisher unverified).

2Reliability6 / 14 · 2.1/5

Self-consistency is good (docs align with code), dependency availability is partial (CI present but no dependency availability guarantees), failure messages are partial (doctor command present, but no specific failure message examples).

3Adaptability10 / 18 · 2.8/5

Audience and scenarios are clear (developers, agents), capability boundaries are clear (extensions, skills, marketplace), trigger precision is partial (CLI commands present but no detailed trigger conditions), environment fit is good (local-first, multi-platform).

4Convention10 / 18 · 2.8/5

Information architecture is good (clear documentation structure), install notes are detailed (multiple installation methods), naming stability is partial (v0.3 beta, names may change), examples and FAQ are present (quick start, guides), known limitations are explicit (beta warning), license is clear (MIT), versioning changelog is partial (migration guide present but no detailed changelog), maintenance responsibility is partial (contributing guide present but maintainers not explicit).

5Effectiveness7 / 13 · 2.7/5

Output usability is good (structured output, CLI reference), marginal value is high (unique features), cost-benefit is partial (no performance or resource usage data).

6Verifiability3 / 8 · 1.9/5

Claim traceability is partial (docs present but no specific implementation references), cross-source corroboration is partial (CI and tests present but no independent verification), fact-inference separation is partial (docs distinguish facts and inferences, but not explicitly labeled).

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision 79a3243c1117
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Publisher identity is unverified; proceed with caution.
  • v0.3 is beta; may be unstable.
  • Dependency security is partial; check for vulnerabilities.
  • Rollback mechanism is unclear; backup before upgrading.
See the full review method →

What does this agent do, and when should you use it?

CompozyOS is a local-first operating system for AI agents that manages sessions, tasks, loops, memory, permissions, automation, and tools through a single daemon. It offers multiple control surfaces (Web shell, CLI, HTTP/SSE, UDS, MCP, native tools) so humans and agents interact with the same runtime state. Key features include durable work that survives terminal closure, unified state across interfaces, human oversight with approvals and permissions, local-first SQLite storage, an extension system, and the Compozy Network protocol. The v0.3 beta is currently in development, with the previous v0.2.15 deprecated.

CompozyOS starts a daemon with compozy daemon start, which resolves workspaces, applies permissions and runtime policy, coordinates ACP-compatible agent CLIs (Claude Code, Codex, Gemini CLI, Cursor), and persists events and resource state. Users create sessions via compozy session new --agent general --name first-run, manage resources with commands like compozy agent list, compozy skill list, and compozy extension list. The extension system allows creating tool providers via compozy extension init and invoking them with compozy tool invoke. It supports task schemas (Task Schema v2) and loops, as well as workflow memory for agents to inspect and propose memory updates.

  1. Developers wanting to use multiple agents (Claude Code, Codex) on the same project, coordinating tasks and sharing context.
  2. Users needing long-running automated jobs that continue even after closing the terminal.
  3. Teams that want a persistent project memory shared across sessions and agents.
  4. Integrators looking to manage multiple agents through a unified HTTP/SSE or MCP interface.
  5. Organizations requiring audit trails, approvals, and permission checks for agent activities.

What are this agent's strengths and limitations?

Pros
  • Supports multiple agent CLIs via ACP, enabling multi-agent collaboration.
  • Local-first, storing data in SQLite without cloud dependencies.
  • Multiple control surfaces (Web, CLI, HTTP/SSE, UDS, MCP) for flexible integration.
  • Extensible via a code-first extension system with SDKs for Go and npm.
  • Human oversight features (approvals, permissions) enhance security.
Limitations
  • v0.3 is in beta and may be unstable; migration from v0.2 is required.
  • New commands and configuration (config.toml) differ from v0.2, requiring learning effort.
  • Only supports macOS and Linux, no Windows.
  • Compozy Network features rely on network, adding potential external dependencies.
  • Documentation and examples are limited; extension development may have a learning curve.

How do you install or deploy this agent?

For the v0.3 beta, use the official installer (macOS/Linux): curl -fsSL https://compozy.com/install.sh | sh, or install via npm: npm install -g @compozy/cli@beta, or via Go with a specific tag: go install github.com/compozy/compozy@<release-tag>. You can also build from source: git clone https://github.com/compozy/compozy.git && cd compozy && go build -o ./bin/compozy ..

How do you use this agent?

After installation, run compozy install to initialize, then compozy daemon start. In your repository directory, run compozy session new --agent general --name first-run to create a session. Use compozy --help for commands, and compozy doctor -o json to check the environment. Configuration can be viewed with compozy config show -o json.

How does this agent compare with similar options?

Compared to using individual agent CLIs directly, CompozyOS provides multi-agent orchestration and persistent state. Compared to cloud platforms like OpenAI's console, it emphasizes local control and privacy.

FAQ

Is CompozyOS free?
Yes, CompozyOS is released under the MIT License and is free to use.
How do I migrate from v0.2.15?
Refer to the MIGRATION_GUIDE.md, which details schema and command changes.
Which agents are supported?
Compozy runs ACP-compatible agent CLIs such as Claude Code, Codex, Gemini CLI, and Cursor. Check the provider catalog for the latest list.
Where is data stored?
Data is stored in a local SQLite database by default, unless you configure an external provider.
Can I run it on Windows?
No, only macOS and Linux are currently supported.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents