Ruflo: The Agent Meta-Harness for Intelligent AI Swarms
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Ruflo, formerly Claude Flow, is an advanced agent meta-harness designed to deploy intelligent multi-player swarms and coordinate autonomous AI workflows. It enhances AI models like Claude Code and Codex with adaptive memory, self-learning intelligence, RAG integration, and robust enterprise security features. This powerful framework enables agents to self-organize, learn from tasks, and securely collaborate across different machines.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Ruflo, formerly known as Claude Flow, is an innovative agent meta-harness designed to deploy intelligent multi-player swarms and coordinate autonomous AI workflows. It provides the essential execution layer around AI models like Claude Code and Codex, transforming them into collaborative, self-learning entities. Ruflo introduces over 100 specialized agents, coordinated swarms, adaptive memory, federated communications, and robust enterprise-grade security guardrails, ensuring agents not only run but also collaborate effectively. This framework allows agents to self-organize, learn from every task, remember across sessions, and securely communicate across different machines.
Installation
Ruflo offers two primary installation paths, catering to different needs:
Path A: Claude Code Plugins (Lite, Slash Commands Only)
This path provides slash commands and agent definitions per-plugin, ideal for trying out specific functionalities without a full installation.
# Add the marketplace
/plugin marketplace add ruvnet/ruflo
# Install core + any plugins you need
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo
/plugin install ruflo-rag-memory@ruflo
/plugin install ruflo-neural-trader@ruflo
Note: The Ruflo MCP server is NOT registered with this method, limiting access to full loop functionalities like memory_store or swarm_init.
Path B: CLI Install (Full Ruflo Loop)
For production use and access to the full Ruflo loop, including 98 agents, 60+ commands, 30 skills, MCP server, hooks, and daemon, use the CLI install.
macOS / Linux / WSL / Git-Bash:
# One-line install (POSIX shells only)
curl -fsSL https://cdn.jsdelivr.net/gh/ruvnet/ruflo@main/scripts/install.sh | bash
All platforms (including native Windows PowerShell / cmd):
# Interactive setup wizard
npx ruflo@latest init wizard
# Quick non-interactive init
# npx ruflo@latest init
# Or install globally
npm install -g ruflo@latest
Windows users: If you encounter 'bash' is not recognized errors, use the npx ruflo@latest init wizard command, which works natively in PowerShell and cmd.
MCP Server Registration
To add Ruflo as an MCP server in Claude Code, enabling full integration:
claude mcp add ruflo -- npx ruflo@latest mcp start
Examples
Ruflo extends its capabilities through intuitive user interfaces and powerful agent federation:
Web UI (Beta)
Ruflo offers a self-hostable Web UI, available at flo.ruv.io, providing a multi-model AI chat experience with built-in Model Context Protocol (MCP) tool calling. This UI allows interaction with various models (Qwen, Claude, Gemini, OpenAI) while Ruflo invokes MCP tools for agent orchestration, persistent memory, swarm coordination, and more, directly from chat. It supports parallel tool execution and features persistent memory backed by AgentDB + HNSW vector search.
Goal Planner UI
The Goal Planner UI, accessible at goal.ruv.io, allows users to transform high-level goals into executable agent plans. Describe an outcome in plain English, and Ruflo will decompose it into preconditions and actions, using an A* path through state space. It features a live agent dashboard at goal.ruv.io/agents to monitor spawned agents, their roles, and progress. The planner adapts and replans on the fly, learning from past successes.
Agent Federation
Ruflo's Agent Federation feature enables secure, zero-trust collaboration between agents across different machines or organizations, akin to "Slack for Agents." It provides shared workspaces where agents can discover each other, prove their identity via mTLS + ed25519, and exchange work. The system automatically strips PII before data leaves your node, ensures every message is auditable, and dynamically adjusts trust levels based on agent behavior.
Why Use Ruflo?
Ruflo provides a comprehensive suite of features that elevate AI agent capabilities:
- 100+ Specialized Agents: Access a vast library of agents for coding, testing, security, documentation, and architecture tasks.
- Swarm Coordination: Benefit from hierarchical, mesh, and adaptive topologies with consensus mechanisms for efficient multi-agent collaboration.
- Self-Learning Intelligence: Agents learn from past successes and optimize their behavior using SONA neural patterns and ReasoningBank.
- High-Performance Vector Memory: Utilize HNSW-indexed AgentDB for sub-millisecond retrieval, significantly faster than brute-force methods for large datasets.
- Robust Security: Implement AIDefence for prompt injection blocking, PII detection, CVE remediation, and path traversal prevention.
- Agent Federation: Enable secure, cross-installation agent collaboration with zero-trust security and auditable communication.
- MetaHarness for Auditing: Grade your AI agent setup, scan tool configurations for security risks, and track changes over time to ensure readiness.
Links
- GitHub Repository: https://github.com/ruvnet/ruflo
- User Guide Documentation: https://github.com/ruvnet/ruflo/blob/main/docs/USERGUIDE.md
- Web UI Demo: https://flo.ruv.io/
- Goal Planner Demo: https://goal.ruv.io/
- Community Discord: https://discord.com/invite/dfxmpwkG2D
Related repositories
Similar repositories that may be relevant next.

Awesome-Self-Improving-Agents: A Curated List for Agentic AI Self-Improvement
September 14, 2026
Awesome-Self-Improving-Agents is a comprehensive GitHub repository featuring a curated and continuously updated list of resources on self-improvement in foundation model-based agentic systems. It serves as a central hub for researchers and practitioners, offering papers, benchmarks, and various media. This resource is essential for anyone exploring the cutting edge of self-evolving AI agents.

Agent Factory: Generate AI Agents with Natural Language Descriptions
September 3, 2026
Agent Factory, developed by Mozilla-AI, is a powerful tool designed to generate AI agents and workflows. It allows users to describe tasks in natural language, which it then transforms into executable Python code for agentic workflows. Leveraging the Model Context Protocol (MCP) and the any-agent library, it simplifies the creation of complex AI solutions.

TrueForge: The Open-Source Agent Harness for LLM-Powered Agents
September 1, 2026
TrueForge is an open-source agent harness designed to transform large language models (LLMs) into fully functional agents. It provides the essential runtime layer, handling complex aspects like streaming, session persistence, tool servers, and sandboxing. Developers can leverage TrueForge to build and deploy robust, scalable AI agents with ease.

Google Skills: Agent Skills for Google Products and Technologies
August 18, 2026
The `google/skills` repository offers a comprehensive collection of Agent Skills designed for Google products and technologies, including Google Cloud. It enables developers to easily integrate and leverage pre-built functionalities for various tasks, from infrastructure management to advanced AI/ML solutions. This resource streamlines the development of agentic applications within the Google ecosystem, providing a robust foundation for innovation.
Source repository
Open the original repository on GitHub.
17 counted GitHub visits