n8n is a fair-code workflow automation platform that combines visual building with custom code and supports over 1500 integrations. It can be self-hosted or run in the cloud, offering features for AI workflows and enterprise readiness.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
n8n is a fair-code workflow automation platform with native AI capabilities. It allows users to combine visual building with custom code, and it can be self-hosted or run in the cloud. The platform supports over 1500 integrations.
How it works
Users can build and operationalize AI workflows and multi-step agents using their own data, models, and tools. The platform offers model flexibility, allowing connections to various AI providers without changing the underlying architecture. Users can design complex workflows that include logic, tool use, and human approvals, while also having the option to write custom code in JavaScript, Python, and npm packages.
Getting started
To try n8n instantly, you can use the following command (requires Node.js):
npx n8n
Alternatively, you can deploy it using Docker with the following commands:
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Access the editor at http://localhost:5678.
Recent releases
The latest release is version 2.29.10, which was pushed on 2026-07-10. The release includes bug fixes related to the AI Assistant thread state in the editor.
Traction
As of now, n8n has 196100 stars and 59257 forks on GitHub.
Caveats
The repository has 1451 open issues. It was created on 2019-06-22, and there is no license explicitly listed.






