AI/TLDR

ruvnet · 2026-04-30 · major

Ruflo v3.6.10 — 32 Plugins, Agent Federation, IoT Cognitum for Multi-Agent Claude Orchestration

Multi-agent Claude orchestrator hits #2 on GitHub trending with cross-installation agent federation, an IoT bridge, and a 14-type PII detection pipeline.

Ruflo GitHub repository banner — agent orchestration platform for Claude

Open-source orchestrator for swarms of Claude Code agents picks up federation and an IoT bridge in a 32-plugin v3.6 release.

Key specs

LicenseMIT
GitHub stars35,660
Stars today1,258
Plugins32

What is it?

Ruflo (formerly claude-flow) is an open-source TypeScript and Rust harness that runs multi-agent swarms on top of Claude Code and Codex. v3.6.10 packages the project's biggest plugin expansion to date — from 21 to 32 first-party plugins — alongside cross-installation agent federation and an IoT control plane.

How does it work?

The orchestrator boots a coordinator and worker agents, each backed by a Claude Code or Codex CLI session, and routes tasks across them with shared memory and tool-call schemas. v3.6 adds Agent LLM Federation that uses mTLS identity verification so swarms running on different machines can hand off work without sharing API keys, plus a 14-type PII detection pipeline that can block, redact, hash or pass values based on per-tenant trust levels.

Why does it matter?

Until now, federated swarms across air-gapped environments meant rolling your own auth and PII filters on top of agent frameworks. v3.6 ships those primitives in the same release, alongside hybrid Graph RAG memory and an IoT plugin for Seed-class hardware fleets — bringing the kind of zero-trust controls enterprises ask for into a community project that already runs on hundreds of teams' Claude Code installs.

Who is it for?

Platform teams building production agent fleets on top of Claude Code or Codex.

Try it

npm install -g ruflo && ruflo init

Sources · 2 outlets

Tags

  • agent-orchestration
  • claude-code
  • multi-agent
  • swarm
  • agent-federation
  • rag
  • rust
  • wasm
  • open-source

← All releases · Learn AI