Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Go to file
2026-06-19 06:26:24 +00:00
.agents/skills chore: Add pnpm sync:skill-links alias (no-changelog) (#32382) 2026-06-16 13:39:01 +00:00
.claude chore: Add pnpm sync:skill-links alias (no-changelog) (#32382) 2026-06-16 13:39:01 +00:00
.devcontainer
.github chore: Bump QA perf baseline window from 14 to 30 days (#32615) 2026-06-18 19:57:08 +00:00
.opencode/skills/setup-mcps chore: Unify agent skill sources (no-changelog) (#30541) 2026-06-16 09:25:09 +00:00
.vscode
assets
docker/images ci: Bump distroless runner base from cc-debian12 to cc-debian13 (#32331) 2026-06-16 10:40:27 +00:00
docs feat(core): Add Azure storage mode for execution data (#32368) 2026-06-18 11:33:04 +00:00
packages feat(editor): Gate n8n Connect selector on node typeVersion (no-changelog) (#32565) 2026-06-19 06:26:24 +00:00
patches
scripts chore: Unify agent skill sources (no-changelog) (#30541) 2026-06-16 09:25:09 +00:00
security
.actrc
.aikido chore: Add Aikido scan configuration (no-changelog) (#32195) 2026-06-15 07:26:04 +00:00
.code-health-baseline.json
.dockerignore
.editorconfig
.env.local.example
.git-blame-ignore-revs
.gitattributes
.gitignore feat(editor): Rewrite icon picker with search, full Lucide set, emoji sections, and color/skin tone pickers (#25649) 2026-06-16 08:55:15 +00:00
.npmignore
.npmrc
.poutine.yml
.prettierignore
.prettierrc.js
.tbls.postgres.yml chore(core): Make DB schema docs generation deterministic (#32373) 2026-06-16 11:35:33 +00:00
.tbls.sqlite.yml chore(core): Make DB schema docs generation deterministic (#32373) 2026-06-16 11:35:33 +00:00
AGENTS.md docs: Add concise comments guideline to AGENTS.md (#32553) 2026-06-18 09:31:11 +00:00
biome.jsonc chore: Ignore generated and vendored files in Biome formatter (#32346) 2026-06-15 21:56:18 +00:00
CHANGELOG.md 🚀 Release 2.27.0 (#32365) 2026-06-16 10:13:05 +00:00
CLAUDE.md
CODE_OF_CONDUCT.md
codecov.yml
CONTRIBUTING.md chore: Improve tbls availability for schema docs generation (#32244) 2026-06-15 11:45:29 +00:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
cubic.yaml
jest.config.js ci: Emit jest lcov and merge backend unit coverage in the nightly (no-changelog) (#32172) 2026-06-15 06:42:43 +00:00
jest.coverage-excludes.js
lefthook.yml chore: Unify agent skill sources (no-changelog) (#30541) 2026-06-16 09:25:09 +00:00
LICENSE_EE.md
LICENSE.md
package.json chore: Bump multer 2.1.1 → 2.2.0 (#32607) 2026-06-18 18:59:40 +00:00
pnpm-lock.yaml chore: Bump http-proxy-middleware 3.0.5 → 3.0.7 (#32618) 2026-06-18 21:31:28 +00:00
pnpm-workspace.yaml feat(core): Add Azure storage mode for execution data (#32368) 2026-06-18 11:33:04 +00:00
README.md
renovate.json
SECURITY.md
tsconfig.json
turbo.json
vitest.workspace.ts

Banner image

n8n - Secure Workflow Automation for Technical Teams

n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.

n8n.io - Screenshot

Key Capabilities

  • Code When You Need It: Write JavaScript/Python, add npm packages, or use the visual interface
  • AI-Native Platform: Build AI agent workflows based on LangChain with your own data and models
  • Full Control: Self-host with our fair-code license or use our cloud offering
  • Enterprise-Ready: Advanced permissions, SSO, and air-gapped deployments
  • Active Community: 400+ integrations and 900+ ready-to-use templates

Quick Start

Try n8n instantly with npx (requires Node.js):

npx n8n

Or deploy with Docker:

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

Resources

Support

Need help? Our community forum is the place to get support and connect with other users: community.n8n.io

License

n8n is fair-code distributed under the Sustainable Use License and n8n Enterprise License.

  • Source Available: Always visible source code
  • Self-Hostable: Deploy anywhere
  • Extensible: Add your own nodes and functionality

Enterprise Licenses available for additional features and support.

Additional information about the license model can be found in the docs.

Contributing

Found a bug 🐛 or have a feature idea ? Check our Contributing Guide for a setup guide & best practices.

Join the Team

Want to shape the future of automation? Check out our job posts and join our team!

What does n8n mean?

Short answer: It means "nodemation" and is pronounced as n-eight-n.

Long answer: "I get that question quite often (more often than I expected) so I decided it is probably best to answer it here. While looking for a good name for the project with a free domain I realized very quickly that all the good ones I could think of were already taken. So, in the end, I chose nodemation. 'node-' in the sense that it uses a Node-View and that it uses Node.js and '-mation' for 'automation' which is what the project is supposed to help with. However, I did not like how long the name was and I could not imagine writing something that long every time in the CLI. That is when I then ended up on 'n8n'." - Jan Oberhauser, Founder and CEO, n8n.io