English | 简体中文 | Official Website
AI-First Workflow Automation Platform
NewFlow is a community-driven fork of n8n, enhanced with advanced AI agent orchestration, built-in MCP runtime, and intelligent automation capabilities. Built for teams who need powerful, self-hosted workflow automation with cutting-edge AI features.
- Native support for multiple LLM providers (OpenAI, Mistral, Perplexity, DeepSeek)
- Multi-agent collaboration workflows
- Context-aware decision making
- Built-in prompt engineering tools
- AI-powered node development - Generate custom nodes with natural language
- Automatic workflow suggestion and optimization
- Intelligent error detection and resolution
- Code explanation and documentation generation
- Integrated MCP (Model Context Protocol) server runtime
- Run MCP servers directly within workflows without external setup
- Pre-configured MCP integrations for common AI tools
- Simplified context sharing across AI agents
- Specialized agents for log analysis and investigation
- Root cause analysis automation
- Security event correlation
- Performance monitoring and alerting
- Intuitive drag-and-drop interface
- 80+ pre-built integration nodes
- Real-time execution monitoring
- Custom JavaScript/Python code execution
- Self-hosted deployment (full data control)
- Docker and Docker Compose support
- Queue mode for high-volume processing
- Webhook and REST API support
docker run -d \
--name newflow \
-p 5678:5678 \
-v ~/.newflow:/home/node/.newflow \
ozlan/newflow:latestAccess NewFlow at http://localhost:5678
# Clone the repository
git clone https://github.com/TocharianOU/newflow.git
cd newflow
# Start with Docker Compose
docker-compose up -dRequirements: Node.js 18+ and pnpm
# Install dependencies
pnpm install
# Build the project
pnpm build
# Start NewFlow
pnpm startWebhook → Elasticsearch Query → AI Agent Analysis → Root Cause Report → Slack Notification
Security Alert → Multi-Agent Investigation → Context Gathering → Threat Assessment → Response Actions
Cron Schedule → Data Extraction → AI-Driven Transformation → Database Storage → Quality Validation
Natural Language Input → AI Code Generator → Validation → Git Commit → Deployment
| Feature | NewFlow | Standard n8n |
|---|---|---|
| AI Agent Orchestration | ✅ Enhanced | |
| Free AI Code Generation | ✅ Included | ❌ Not Available |
| Built-in MCP Runtime | ✅ Integrated | |
| Elasticsearch Agents | ✅ Specialized | |
| Self-Hosted | ✅ 100% | ✅ Yes |
| Open Source | ✅ Community Fork | ✅ Yes |
NewFlow is licensed under the Sustainable Use License (SUL) - free for internal business use, non-commercial purposes, and personal projects. All AI features and agent capabilities are included at no cost.
Key Points:
- ✅ Use for your own internal business operations (any size organization)
- ✅ Modify and customize for your needs
- ✅ Non-commercial and personal use
- ❌ Cannot sell the software itself as a commercial product
- ❌ Cannot distribute as paid SaaS offering
For commercial distribution or enterprise support, please contact the community maintainers.
NewFlow is a community-driven project. We welcome contributions from developers worldwide:
- Report bugs and request features via GitHub Issues
- Submit pull requests for improvements
- Share your custom nodes and workflows
- Join discussions and help other users
- Official Website: https://newflow.ee
- Documentation: Coming soon
- Workflow Templates:
/workflow_templatedirectory - Docker Images: Available on Docker Hub
- Community Support: GitHub Discussions
NewFlow is built upon the excellent foundation of n8n. We maintain full compatibility with n8n workflows while adding community-requested AI and automation enhancements.
Built by the NewFlow Community

