Search Criteria
Package Details: n8n 2.3.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/n8n.git (read-only, click to copy) |
|---|---|
| Package Base: | n8n |
| Description: | Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. |
| Upstream URL: | https://n8n.io |
| Licenses: | custom:Sustainable Use License |
| Submitter: | evine |
| Maintainer: | lapsus |
| Last Packager: | lapsus |
| Votes: | 3 |
| Popularity: | 0.004472 |
| First Submitted: | 2024-06-19 15:02 (UTC) |
| Last Updated: | 2026-01-16 22:33 (UTC) |
Dependencies (3)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
lapsus commented on 2025-10-01 08:49 (UTC)
Thank you for suggestion, must be aboard now
danirod commented on 2025-09-29 22:51 (UTC)
To opt-out from data collection after installation, the following lines should be added to /etc/defaults/n8n file after installation, as described in the docs (https://docs.n8n.io/hosting/configuration/configuration-examples/isolation/):
I understand that packages from the AUR are not subject to the same telemetry and data collection principles as official packages, but for the version notifications, this might be overlapping the job of an AUR package manager.
hellarrived commented on 2025-08-06 08:47 (UTC)
n8n now support
"engines": { "node": ">=20.19 <= 24.x" },Can you please update the pkglapsus commented on 2025-07-15 12:02 (UTC)
Oops, thanks for spotting, gotta fix
shm commented on 2025-07-15 10:14 (UTC) (edited on 2025-07-15 10:20 (UTC) by shm)
Is it really conflicting with nodejs>=23? Which way? If you need to restrict dependency version use something like
depends=('foobar>=1.8.0' 'foobar<2.0.0')