I need to download the N8N application to use it on my pc, but I can’t find the download section on the N8N portal. Can anyone help me? Thanks*
You can do it in 2 ways, the first is by cloning the project from github
Install globally with npm#
To install n8n globally, use npm:
npm install n8n -g
To install or update to a specific version of n8n use the @ syntax to specify the version. For example:
npm install -g n8n@0.126.1
To install next:
npm install -g n8n@next
After the installation, start n8n by running:
n8n
# or
n8n start
Or using docker: