Discover and explore top open-source AI tools and projects—updated daily.
RunfusionAutomated development via multi-node AI agent orchestration
New!
Top 66.5% on SourcePulse
Fusion is a multi-node agent orchestrator designed to automate the journey from rough ideas to production-ready code. It targets developers and power users seeking to accelerate software development by leveraging AI for planning, execution, and review across distributed environments. The core benefit is automated, controlled, and efficient code generation and task management, managed from a single interface accessible from any device.
How It Works
Fusion orchestrates AI agents through a structured workflow: a planning agent first translates natural language task descriptions into detailed PROMPT.md files outlining steps, file scope, and acceptance criteria. Each task then undergoes a "Plan → Review → Execute → Review" cycle, with optional human approval gates at various stages. Tasks are isolated within individual Git worktrees (e.g., fusion/{task-id} branches) to enable parallel execution without conflicts. The system supports a multi-node mesh architecture, synchronizing state across laptops, servers, and mobile devices, and is model-agnostic, allowing integration with local or cloud-based AI models like Anthropic, OpenAI, and Ollama.
Quick Start & Requirements
npx runfusion.ai launches the dashboard. A one-line installer is available for macOS/Linux: curl -fsSL https://runfusion.ai/install.sh | sh. The CLI can be installed globally via npm install -g @runfusion/fusion.Highlighted Details
Maintenance & Community
The project ships updates weekly and maintains an active Discord community. The project status is noted as "early preview."
Licensing & Compatibility
The project is licensed under the MIT license, permitting open-source use, self-hosting, and commercial integration without vendor lock-in.
Limitations & Caveats
The project is in "early preview" status. Several runtime plugins, including Hermes, OpenClaw, and Paperclip, are marked as "experimental," indicating that their APIs and wire formats may change in future releases.
8 hours ago
Inactive