1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
Go to file
Jonathan Bennetts c28f69b276
fix(awsLambda Node): fix json data being sent to AWS Lambda as string (#4029)
Fix AWS lamba by not sending json as string
2022-09-06 10:01:48 +02:00
.github feat(docker): reduce the size of alpine docker images (#3973) 2022-08-31 15:25:52 +02:00
.vscode fix: correct all the spelling typos (#3960) 2022-09-02 16:13:17 +02:00
assets 📚 Update n8n screenshot 2022-05-17 11:01:47 +02:00
docker fix: correct all the spelling typos (#3960) 2022-09-02 16:13:17 +02:00
packages fix(awsLambda Node): fix json data being sent to AWS Lambda as string (#4029) 2022-09-06 10:01:48 +02:00
scripts refactor: Format root-level files (#3858) 2022-08-19 15:34:02 +02:00
.dockerignore feat(docker): reduce the size of alpine docker images (#3973) 2022-08-31 15:25:52 +02:00
.editorconfig 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
.eslintignore fix(core): Fix Public API failing to build on Windows (#3499) 2022-06-13 12:36:43 -07:00
.eslintrc.js refactor: Format root-level files (#3858) 2022-08-19 15:34:02 +02:00
.gitignore feat: Synchronize default VSCode settings (#3833) 2022-08-09 13:55:55 +02:00
.npmignore fix(npm): improve .npmignore to reduce the size of the published packages (#3970) 2022-08-30 13:43:47 +02:00
.npmrc Add .npmrc to fix build issues (#2243) 2021-11-04 13:59:53 -06:00
.prettierignore refactor: Format root-level files (#3858) 2022-08-19 15:34:02 +02:00
.prettierrc.js 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
CHANGELOG.md Improve Changelog 2022-09-01 18:43:22 +02:00
CODE_OF_CONDUCT.md refactor: Format root-level files (#3858) 2022-08-19 15:34:02 +02:00
CONTRIBUTING.md fix: correct all the spelling typos (#3960) 2022-09-02 16:13:17 +02:00
CONTRIBUTOR_LICENSE_AGREEMENT.md refactor: Format root-level files (#3858) 2022-08-19 15:34:02 +02:00
LICENSE_EE.md docs(license): Introduce n8n Enterprise License (#3945) 2022-08-29 22:08:42 +02:00
LICENSE.md docs(license): Introduce n8n Enterprise License (#3945) 2022-08-29 22:08:42 +02:00
package-lock.json feat(design-system,editor-ui): upgrade some of the frontend dev dependencies (#3978) 2022-08-31 15:47:33 +02:00
package.json 📚 Update CHANGELOG.md and main package.json to 0.193.3 2022-09-01 18:10:43 +02:00
README.md docs(license): Introduce n8n Enterprise License (#3945) 2022-08-29 22:08:42 +02:00
SECURITY.md Add SECURITY.md file 2021-09-28 14:32:16 -05:00
turbo.json build: Migrate from lerna to turborepo (#3796) 2022-08-06 22:55:51 +02:00
vetur.config.js Fix all type errors in design system (#3956) 2022-08-29 12:21:40 +02:00

n8n.io - Workflow Automation

n8n - Workflow automation tool

n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.

n8n.io - Screenshot

Demo

📺 A short video (< 4 min) that goes over key concepts of creating workflows in n8n.

Available integrations

n8n has 200+ different nodes to automate workflows. The list can be found on: https://n8n.io/integrations

Documentation

The official n8n documentation can be found under: https://docs.n8n.io

Additional information and example workflows on the n8n.io website: https://n8n.io

The changelog can be found here and the list of breaking changes here.

Usage

Start

Execute: npx n8n

n8n cloud

Sign-up for an n8n cloud account.

While n8n cloud and n8n are the same in terms of features, n8 cloud provides certain conveniences such as:

  • Not having to set up and maintain your n8n instance
  • Managed OAuth for authentication
  • Easily upgrading to the newer n8n versions

Support

If you have problems or questions go to our forum, we will then try to help you asap:

https://community.n8n.io

Jobs

If you are interested in working for n8n and so shape the future of the project check out our job posts

What does n8n mean and how do you pronounce it?

Short answer: It means "nodemation" and it 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

Development setup

Have you found a bug 🐛 ? Or maybe you have a nice feature to contribute ? The CONTRIBUTING guide will help you get your development environment ready in minutes.

License

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

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