GitHub radar

Ruflo: Agent Meta-Harness for Claude Code

An agent meta-harness for Claude Code and Codex — out for over a year, 72k stars. Adds persistent memory, 100+ specialized agents, and swarm coordination with one install command.

01ruvnet/ruflo 72kTypeScript

Ruflo is an agent meta-harness built specifically for Claude Code and Codex by ruvnet. The premise: 'Agent = Model + Harness' — the model writes, and the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work. Ruflo adds 100+ specialized agents (coding, testing, security, docs, architecture), self-organizing swarm coordination, persistent cross-session memory, federated communication across machines, and security guardrails. The project is over a year old with 72k stars and reports 8.1M ecosystem downloads. It installs directly from the Claude Code plugin marketplace or via a single npx command. The full feature set includes 33 Claude Code plugins, 21 npm plugins, a web UI at flo.ruv.io, a GOAP A* goal planner, and support for Claude, GPT, Gemini, Cohere, and Ollama.

Why a vibe-coder should care

If you use Claude Code every day, the biggest gain is persistent memory: agents remember previous sessions, so you don't re-explain context at the start of each task. Specialized agents for testing, security, and architecture are called in automatically when the work needs them. A multi-provider setup matters less if you only use Claude — but the memory layer alone is worth trying.

How to install

Copy this and send it to your agent — Claude Code, Codex, any of them:

In Claude Code, run: /plugin marketplace add ruvnet/ruflo, then /plugin install ruflo-core@ruflo — then tell me what agents and capabilities are now available and how to enable persistent memory between sessions. Repo: https://github.com/ruvnet/ruflo

Runs on any laptop — Claude Code or Node.js is all you need.

Open on GitHub