🩺 Vitals
- 🟢 Last active: 2026-08-05
- 📦 Latest release: n8n@2.33.3 (2026-07-31)
- 🐞 Open issues: 1400
- 🌟 Stars: 199.4k
What do these metrics mean?
- Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
- Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
- Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
- Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.
🏗️ Profile
- Official: n8n.io
- Source: github.com/n8n-io/n8n
- License: Sustainable Use (Fair Code)
- Deployment: Docker / Kubernetes / Cloud
- Data Model: JSON-based Workflow State
- Jurisdiction: Germany 🇩🇪 / EU 🇪🇺
- Compliance (SaaS): SOC 2 Type II
- Compliance (Self-Hosted): GDPR Ready
- Complexity: Medium (3/5) - Visual logic vs Code-based logic
- Maintenance: Low (2/5) - Lightweight Node.js execution
- Enterprise Ready: High (5/5) - RBAC, Audit Logs (Enterprise Edition)
1. The Executive Summary
What is it? n8n (nodemation) is a workflow automation platform that bridges the gap between low-code ease and developer flexibility. Unlike Zapier, which is a "Black Box" SaaS, n8n can be self-hosted, ensuring that sensitive data (e.g., customer PII, internal API tokens) never leaves your infrastructure. It is increasingly used as the orchestration layer for "AI Agents," connecting LLMs to internal databases and tools.
The Strategic Verdict:
- 🔴 For Resellers/SaaS Builders: Caution. The Sustainable Use License prevents you from hosting n8n as a competing paid service for others.
- 🟢 For Internal Operations: Strong Buy. It is free for internal business use and offers a node-based architecture that is far more debuggable and powerful than Zapier or Make.com.
2. The "Hidden" Costs (TCO Analysis)
| Cost Component | Zapier (SaaS) | n8n (Self-Hosted) |
|---|---|---|
| Volume Pricing | Expensive ($0.01+/task) | $0 (Unlimited Tasks) |
| Data Privacy | Data traverses Vendor Cloud | Data stays in your VPC |
| Execution Time | Limited (Timeouts) | Unlimited (Long-running) |
3. The "Day 2" Reality Check
🚀 Deployment & Operations
- Installation: Simple Docker deployment. It requires a persistent Postgres database for storing execution history and workflow definitions.
- Scalability: n8n supports a "Queue Mode" (using Redis) for high-scale environments where workers can be distributed across multiple nodes.
🛡️ Security & Governance (Risk Assessment)
- Jurisdiction & Geopolitics (Germany 🇩🇪 / EU 🇪🇺): n8n GmbH is incorporated in Germany, placing all operations under EU jurisdiction and GDPR by default. Unlike US-domiciled vendors, n8n is not subject to the CLOUD Act or US national security surveillance obligations, a structural data sovereignty advantage for European enterprise deployments.
- The Compliance Shift: Self-hosting transfers full infrastructure compliance responsibility to the enterprise. Database security, network isolation, credential encryption, and audit logging must be independently implemented. The SaaS tier holds SOC 2 Type II; self-hosted deployments must achieve their own posture independently. SSO/SAML, advanced RBAC, Git-based version control, and queue-mode scaling are all paywalled behind the Business tier.
- License Risk (Sustainable Use: Not Open Source): n8n operates under a custom Sustainable Use License. It is source-available, not OSS. The license explicitly prohibits hosting n8n as a managed service or productizing its functionality for external customers. Organizations building SaaS platforms or reselling automation capabilities to clients must negotiate a separate commercial agreement with n8n GmbH. Internal business use is unrestricted.
4. Market Landscape
🏢 Proprietary Incumbents
- Zapier: The dominant no-code automation platform; organizations switch to n8n to eliminate per-task volume pricing and reclaim control over credentials and workflow data traversing third-party infrastructure.
- Make (Integromat): A visual automation platform with per-operation pricing; enterprises replace it with n8n for unlimited executions and the ability to run complex, long-running workflows without timeout constraints.