GraphCanon updated 1mo · GitHub synced 1mo
Decision brief
n8n is an open-source workflow automation platform with native AI features, supporting both visual and code-based integration workflows.
Good fit when
- When your team prefers a mix of visual and custom code-driven automation and requires more than 400 integrations available out-of-the-box.
- For projects that necessitate self-hosting due to data sensitivity or compliance requirements, as n8n supports both cloud and on-premise setups.
Avoid when
- If the project restricts the use of TypeScript for integration workflows, since n8n is based on TypeScript.
- When a fully managed service with zero infrastructure overhead is required, as managing self-hosted instances may involve additional administrative tasks and monitoring.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (197,989) are secondary evidence.
- npm downloads (30d)
- 11·npm downloads API·1mo
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 1mo
- Provenance
- Not a fork · Organization account
- As of 1mo
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install n8n npmHow it fits your stack(11)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A versatile automated process management tool that enables users to create complex workflows visually or via custom code, supporting low-code and no-code paradigms.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 26, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 26, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Jul 26, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 26, 2026)
instantly with [npx](https://docs.n8n.io/hosting/installation/npm/) (requires [Node.js](https://nodejs.org/en/)):Source link
Tags
README
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
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.
For agents
This page has a .md twin and JSON over the API.