How to Download N8N Application for Microsoft

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 [email protected]
To install next:
npm install -g n8n@next
After the installation, start n8n by running:
n8n
# or
n8n start

Or using docker:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.