AI Genius Automations has released OpenFlow, an open-source, local-first web dashboard that sits atop Anthropic's Claude Code and the RuFlo multi-agent framework to provide a unified interface for launching, monitoring, and managing AI coding sessions. Built with React 19, Fastify, and SQLite, the tool streams real-time output from all running sessions — including multi-agent hive-mind workflows, single-agent Claude Code processes, and tmux-backed terminals — into a single <a href="/news/2026-03-14-recon-tmux-tui-claude-code-sessions">browser-based session grid</a>. Sessions persist across server restarts via tmux, and an optional Electron desktop wrapper adds offline voice dictation through a locally-run OpenAI Whisper model, with API keys encrypted at rest using AES-256-GCM. The project is licensed under Apache 2.0 with a Commons Clause rider.
The multi-agent capability in OpenFlow is powered by RuFlo v3.5, authored by independent developer Reuven Cohen (known as "ruv" on GitHub) and formerly known as Claude Flow. After roughly 5,800 commits, Cohen rebranded at the v3.5 milestone, with the npm package retaining the legacy claude-flow name to preserve download continuity while the new ruflo package pursues LLM-agnostic positioning. RuFlo's architecture has grown well beyond a Claude Code wrapper: its RuVector intelligence layer incorporates HNSW vector search, Byzantine fault-tolerant consensus for multi-agent coordination, Elastic Weight Consolidation (EWC++) to prevent catastrophic forgetting across agent learning cycles, Hyperbolic Poincaré embeddings, Flash Attention, LoRA compression, and nine reinforcement learning algorithms including PPO and Decision Transformers. Its WASM policy engine and proof system are written in Rust, and an embedded AIDefence security module handles prompt injection prevention and path traversal blocking — a layer notably absent from Anthropic's own Claude Code CLI.
OpenFlow is the first known commercial product built directly on RuFlo v3.5, which confirms that Cohen's framework has acquired real downstream users rather than just GitHub stars. For Anthropic, the arrangement is structurally awkward. RuFlo already routes to Claude, GPT, Gemini, Cohere, and Ollama interchangeably, so every developer who builds on it rather than Claude Code directly is one step further from Anthropic's own platform. Cohen has added institutional scaffolding through the Agentics Foundation and his ruv.io platform. Whether that matters to Anthropic depends on how many OpenFlows follow.