100% Open Source • AI-First • Community-Driven

AI Agent-Focused Workflow Automation Platform

Community-driven fork of n8n, focused on AI agent orchestration, MCP protocol integration, and intelligent automation scenarios. Flexible workflow infrastructure for modern applications.

View GitHub
80+
Built-in Nodes
100%
Open Source
AI
AI-First
MCP
MCP Support

Powerful Features

Everything you need to build intelligent automation workflows

Visual Workflow Builder

Drag-and-drop interface for creating complex automation without code

AI Agent Orchestration

Native support for OpenAI, Mistral, Perplexity and other LLMs

Custom Code Execution

Write JavaScript/Python directly in your workflows for any logic

Real-time Monitoring

View workflow execution status in real-time, debug and optimize quickly

Enterprise-Grade Security

Multi-user collaboration, role-based permissions, self-hosted deployment

80+ Integration Nodes

Connect AWS, OpenAI, MongoDB, Kafka and other mainstream services out of the box

NewFlow & n8n

Community Version vs Enterprise Version

Feature NewFlow
(Community)
n8n
(Official Enterprise)
Codebase Community Fork Official Version
Enhancements AI Agent, MCP Integration Enterprise Features
AI/MCP Support Community Enhanced Native Support
Use Case Self-hosted, Community Enterprise Services
Maintenance Community Official Team
Support Community Support Official Support

🎯 About NewFlow

NewFlow is a community-driven project built on n8n, following its Sustainable Use License. We focus on exploring AI agent orchestration, MCP protocol integration, and modern automation scenarios, providing an AI and context-driven workflow option for teams, not a commercial alternative to n8n.

Quick Start

Launch NewFlow in minutes

Docker (Recommended)

docker run -d \ --name newflow \ -p 5678:5678 \ -v ~/.newflow:/home/node/.newflow \ newflow/newflow:latest

Access http://localhost:5678

Docker Compose

version: '3.8' services: newflow: image: newflow/newflow:latest ports: - "5678:5678" volumes: - newflow_data:/home/node/.newflow

Includes PostgreSQL database support

Manual Install

git clone https://github.com/TocharianOU/newflow.git cd newflow pnpm install pnpm build pnpm start

Requires Node.js 18+ and pnpm

Documentation & Resources

Learn and build your automation workflows

Common Use Cases

🤖

AI Agent Workflows

Webhook Trigger → OpenAI (Generate) → Database (Store) → Response

OpenAI Database Webhook
📊

Data Processing Pipeline

Cron → MySQL (Fetch) → Transform → AWS S3 (Upload) → Slack Notify

MySQL AWS Slack
🔄

API Integration

HTTP Request → JSON Parse → Conditional Logic → Multiple APIs → Email Report

REST API Conditional Email

Join the Community

Build better workflows with developers worldwide

GitHub Discussions

Share ideas, ask questions, and participate in discussions

Go to Discussions →

Reddit Community

Join the global developer community

Coming Soon →

Discord Channel

Real-time chat and instant help

Coming Soon →

🚀 Ready to Get Started?

Deploy NewFlow now and begin your automation journey

Read Docs