Open-source platform for AI workflow orchestration, model management, and tool integration
Top 61.1% on sourcepulse
FLUJO is an open-source platform designed for AI developers and researchers to manage, orchestrate, and interact with multiple AI models and MCP (Model-Context-Protocol) servers locally. It provides a unified, visual interface for building complex AI workflows, managing API keys securely, and integrating with various AI providers and local models, simplifying the development and deployment of sophisticated AI applications.
How It Works
FLUJO leverages the PocketFlowFramework and is built with C++. It offers a visual flow builder for designing workflows, allowing users to connect different models and tools. The platform integrates with MCP servers, enabling users to install, manage, and inspect their tools. It also features a chat interface for interacting with these workflows and supports OpenAI-compatible endpoints for seamless integration with other AI applications.
Quick Start & Requirements
git clone https://github.com/mario-andreschak/FLUJO.git
), navigate to the directory, and run npm install
or yarn install
.npm run dev
or yarn dev
. For a compiled version, use npm run build
and npm start
. Desktop app development is available via npm run electron-dev
.docker-compose up -d
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
FLUJO is in an early preview state, with features like file attachments and transcription noted as "really bad atm." Extensive logging is enabled by default, potentially exposing API keys in terminal output, requiring user caution.
3 months ago
1 day