Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. https://n8n.io
  • TypeScript 91.3%
  • Vue 7.2%
  • SCSS 0.5%
  • JavaScript 0.4%
  • Python 0.4%
  • Other 0.1%
Find a file
n8n-assistant[bot] d300568ee1
🚀 Release 2.15.0 (#27787)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-03-30 20:55:37 +03:00
.agents docs(editor): Add shared design-system AI style review rules (no-changelog) (#27008) 2026-03-17 13:54:43 +00:00
.claude chore: Update n8n-plan skill to save plans and link them in PRs (no-changelog) (#27495) 2026-03-27 12:32:00 +00:00
.devcontainer fix: Devcontainer build failures from hardened base image (no-changelog) (#26477) 2026-03-04 14:37:23 +00:00
.github ci: Pin provenance to version, not SHA (#27785) 2026-03-30 20:53:11 +03:00
.vscode fix(core): Force full execution data fetching for evaluation test runs (#27335) 2026-03-23 09:56:05 +00:00
assets ci: Revert path change for n8n-logo.png (#12874) 2025-01-28 08:49:33 +01:00
docker/images chore: Dependency bumps in runner image (zlib, pip) (#26888) 2026-03-11 17:40:45 +00:00
packages 🚀 Release 2.15.0 (#27787) 2026-03-30 20:55:37 +03:00
patches refactor: Separate storybook from design-system (no-changelog) (#23983) 2026-01-09 11:48:20 +00:00
scripts fix: Remove isolated-vm from Dockerfile npm rebuild (#26745) 2026-03-09 08:40:40 +00:00
security ci: Refine Trivy scans, centralizes security config (#26384) 2026-03-02 07:43:29 +00:00
.actrc ci: Add blacksmith build step and cache restore (#19563) 2025-09-16 09:59:39 +01:00
.dockerignore fix(benchmark): Add dockerignore exceptions for benchmark image build (#25285) 2026-02-04 08:29:02 +00:00
.editorconfig
.env.local.example refactor: Remove persistBuilderSessions feature flag (#27481) 2026-03-30 12:16:07 +00:00
.git-blame-ignore-revs refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
.gitattributes
.gitignore chore: Update n8n-plan skill to save plans and link them in PRs (no-changelog) (#27495) 2026-03-27 12:32:00 +00:00
.npmignore build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
.npmrc
.poutine.yml ci: Add poutine custom rule for unpinned GitHub Actions detection (#24577) 2026-01-20 15:10:04 +00:00
.prettierignore test: Remove cypress infrastracture (#21173) 2025-10-28 11:00:04 +01:00
.prettierrc.js
AGENTS.md docs: Add security fix hygiene guidelines for public artifacts (#27441) 2026-03-23 15:04:17 +00:00
biome.jsonc feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
CHANGELOG.md 🚀 Release 2.15.0 (#27787) 2026-03-30 20:55:37 +03:00
CLAUDE.md chore: Move to AGENTS.md file with agent instructions (#22227) 2025-11-25 12:41:53 +01:00
CODE_OF_CONDUCT.md
codecov.yml ci: Reduce noisy Codecov PR comments and fix double bundle upload (#26939) 2026-03-12 11:07:51 +00:00
CONTRIBUTING.md docs: Add .env.local.example template and dotenvx for local dev setup (no-changelog) (#27241) 2026-03-19 15:53:14 +00:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
cubic.yaml docs(editor): Add shared design-system AI style review rules (no-changelog) (#27008) 2026-03-17 13:54:43 +00:00
jest.config.js fix(editor): Add data to a data table by csv upload (#26495) 2026-03-17 19:26:57 +00:00
lefthook.yml test: Add Playwright janitor for test architecture enforcement (no-changelog) (#24869) 2026-02-13 11:03:13 +00:00
LICENSE.md refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
LICENSE_EE.md
package.json 🚀 Release 2.15.0 (#27787) 2026-03-30 20:55:37 +03:00
pnpm-lock.yaml feat: Add @n8n/agents package (#27560) 2026-03-26 11:32:46 +00:00
pnpm-workspace.yaml ci: Run pnpm pack --dry-run on CI to catch workspace errors (#27480) 2026-03-26 06:55:57 +00:00
README.md docs: Update contributing guide to ease onboarding (#24951) 2026-01-30 12:49:30 +00:00
renovate.json chore: Audit and secure .github/scripts shadow dependencies (#27083) 2026-03-16 10:06:27 +00:00
SECURITY.md chore: Revise security vulnerability reporting instructions (#21432) 2025-10-31 13:30:50 +01:00
tsconfig.json test: Remove cypress infrastracture (#21173) 2025-10-28 11:00:04 +01:00
turbo.json ci: Configure Sentry sourcemaps for releases (#25539) 2026-02-12 14:20:50 +00:00
vitest.workspace.ts chore: Update node popularity data (#24145) 2026-01-12 13:57:43 +00:00

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