Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
  • TypeScript 91.3%
  • Vue 7.3%
  • SCSS 0.5%
  • JavaScript 0.4%
  • Python 0.3%
  • Other 0.1%
Find a file
2026-04-15 08:08:39 +00:00
.agents
.claude chore: Update create-pr skill and PR template (no-changelog) (#28302) 2026-04-10 09:58:59 +00:00
.devcontainer
.github ci: Account for pnpm-workspace changes in bump-versions.mjs (#28503) 2026-04-15 07:02:10 +00:00
.vscode
assets
docker/images chore: Bump Node.js from 24.13.1 to 24.14.1 (#27894) 2026-04-01 11:54:03 +00:00
packages feat(editor): Add admin toggle for computer use in AI settings (no-changelog) (#28452) 2026-04-15 08:08:39 +00:00
patches chore: Bump version and remove unnecessary js-base64 patch (#28324) 2026-04-10 15:04:49 +00:00
scripts chore: Bump Node.js from 24.13.1 to 24.14.1 (#27894) 2026-04-01 11:54:03 +00:00
security
.actrc
.dockerignore
.editorconfig
.env.local.example refactor: Remove persistBuilderSessions feature flag (#27481) 2026-03-30 12:16:07 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore chore: Add new entries to .gitignore (no-changelog) (#28168) 2026-04-08 10:21:22 +00:00
.npmignore
.npmrc
.poutine.yml
.prettierignore
.prettierrc.js
AGENTS.md chore: Move Claude Code skills, agents and commands under n8n plugin (no-changelog) (#28020) 2026-04-08 07:57:39 +00:00
biome.jsonc
CHANGELOG.md 🚀 Release 2.17.0 (#28418) 2026-04-13 13:53:22 +00:00
CLAUDE.md
CODE_OF_CONDUCT.md
codecov.yml feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
CONTRIBUTING.md docs: Fix design system path in contributing guide (#27998) 2026-04-10 10:25:30 +00:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
cubic.yaml
jest.config.js refactor: Upgrade to TypeScript 6.0.2 (#27673) 2026-04-01 11:03:37 +00:00
lefthook.yml feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
LICENSE.md
LICENSE_EE.md
package.json chore: Bump axios to 1.15.0 (#28460) 2026-04-14 10:49:05 +00:00
pnpm-lock.yaml chore: Migrate @n8n/stylelint-config to Vitest (#28405) 2026-04-15 06:06:03 +00:00
pnpm-workspace.yaml chore: Bump axios to 1.15.0 (#28460) 2026-04-14 10:49:05 +00:00
README.md fix(ICalendar Node): Fix Convert to ICS failing when File Name option is set (#27712) 2026-04-08 15:15:17 +00:00
renovate.json
SECURITY.md
tsconfig.json
turbo.json chore(n8n Node): Add insights summary endpoint to API coverage manifest (no-changelog) (#28160) 2026-04-08 10:32:13 +00:00
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