Proliferate is an open-source agent harness and orchestration framework developed by Proliferate AI. It provides an extensible runtime environment designed to manage, execute, and validate autonomous AI coding workflows across developer environments and CI pipelines. In daily operations, Proliferate utilizes structured harness abstractions (including its AnyHarness component) alongside server runtimes and catalog definitions to run AI tasks. The framework supports model integrations including Anthropic Claude workflows and skill sets (such as automated UI conformance reviews), allowing teams to execute agentic tasks against defined repository contracts and specifications. What distinguishes Proliferate from standalone interactive CLI coding agents is its focus on harness orchestration, automated contract verification, and delivery pipelines. Rather than functioning solely as an ad-hoc terminal chat assistant, Proliferate structures multi-step agent tasks, design syncing, and automated evaluation into repeatable delivery workflows. Proliferate is maintained as open-source software on GitHub. Its codebase includes formal architectural decision records (ADRs), contract fixtures, and automated test suites tailored for continuous integration and agent infrastructure development.
AnyHarness abstraction — Standardizes execution harnesses to coordinate agent tasks across heterogeneous environments. - Contract and spec testing — Uses structured fixtures and specifications to enforce consistent agent behavior and output quality. - Agent skill integrations — Supports domain-specific agent skills, such as automated UI conformance reviews and design synchronization. - Server and cloud components — Includes dedicated server and cloud modules for background execution and multi-environment orchestration. - Delivery workflow automation — Provides tooling to integrate AI agent task execution directly into delivery pipelines and repository maintenance tasks.
Use cases
Use Case: Standardizing Agent Execution Across Repositories Platform teams can deploy Proliferate to standardize how agent tasks and harnesses execute across multiple repositories, ensuring uniform environment configurations and tool availability.
Use Case: Automated Contract and Specification Conformance Developers can configure Proliferate's contract fixtures and spec checks within CI pipelines to verify that code generated or modified by AI agents adheres to architectural and interface constraints.
Use Case: Design and UI Synchronization Engineering teams can run Proliferate's design-sync and UI conformance review skills to automate the audit and alignment of front-end components against design specs.
Who it is for
Proliferate is designed for platform engineers, AI tooling developers, and DevOps teams building structured, testable agent execution harnesses and CI-driven coding agent pipelines. It is not intended for individual developers looking for a simple plug-and-play terminal chat assistant.
Install guide
Installation Clone the Proliferate repository and run the provided setup scripts (inferred standard repository setup based on source structure): bash git clone https://github.com/proliferate-ai/proliferate.git cd proliferate ./install/setup.sh
First Run Configure your environment authentication and model API keys inside the configuration environment file: bash cp .auth-env.example .auth-env export ANTHROPIC_API_KEY="your-api-key-here"
Example Session Run the agent harness against your project contracts and specifications: bash # Execute harness specs validation python -m anyharness.cli run --spec specs/default.json
SWE-agent — SWE-agent is an open-source autonomous software engineering agent harness built and maintained by researchers from Princeton University and Stanford University.…
Agent Runbook — Agent Runbook is an open-source contract-based multi-agent skill framework developed by KnoxOps. It acts as an orchestrator and compiler that…
Weaver — Weaver is an open-source agent harness and orchestration framework maintained by sean35mm on GitHub. Built on top of the Bun…
Context Bridge — Context Bridge is an open-source CLI agent harness and context orchestration utility developed by serdardb. It is built to facilitate…
Hivelore — Hivelore is an open-source agent harness and contextual memory orchestrator created by Doucs91. It provides persistent project memory, decision tracking,…
Agentic Engineering Framework — Agentic Engineering Framework is an open-source orchestration harness and governance layer developed by Dimitri Geelen. It is designed to constrain,…