Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration.
Ruflo is the new name for claude-flow. Both packages are fully supported.
# Quick start
npx ruflo@latest init --wizard
# Global install
npm install -g ruflo
# Add as MCP server
claude mcp add ruflo -- npx -y ruflo@latest mcp startruflo init --wizard # Initialize project
ruflo agent spawn -t coder # Spawn an agent
ruflo swarm init # Start a swarm
ruflo memory search -q "..." # Search vector memory
ruflo doctor # System diagnostics| Package | npm | CLI Command |
|---|---|---|
ruflo |
npmjs.com/package/ruflo | ruflo |
claude-flow |
npmjs.com/package/claude-flow | claude-flow |
Both packages use @claude-flow/cli under the hood. Choose whichever you prefer.
Full documentation: github.com/ruvnet/claude-flow
MIT