n8n

n8n is a workflow automation platform for building AI-powered workflows and agents, connecting any AI model to any business system with full control over data, security, and deployment. Build visually or in code while n8n handles infrastructure from prototype to production with fully auditable executions. (by n8n-io)

N8n Alternatives

Similar projects and alternatives to n8n

  1. Home Assistant

    1,440 n8n VS Home Assistant

    :house_with_garden: Open source home automation that puts local control and privacy first.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Jellyfin

    The Free Software Media System - Server Backend & API

  4. supabase

    978 n8n VS supabase

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  5. awesome-selfhosted

    793 n8n VS awesome-selfhosted

    A list of Free Software network services and web applications which can be hosted on your own servers

  6. Nextcloud

    640 n8n VS Nextcloud

    ☁️ Nextcloud server, a safe home for all your data

  7. Appwrite

    608 n8n VS Appwrite

    Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more

  8. vaultwarden

    520 n8n VS vaultwarden

    Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

  9. uptime-kuma

    380 n8n VS uptime-kuma

    A fancy self-hosted monitoring tool

  10. budibase

    355 n8n VS budibase

    Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

  11. Plausible Analytics

    Open source, privacy-first web analytics. Lightweight, cookie-free Google Analytics alternative. Self-hosted or cloud.

  12. ntfy

    327 n8n VS ntfy

    Send push notifications to your phone or desktop using PUT/POST

  13. appsmith

    262 n8n VS appsmith

    Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

  14. Node RED

    212 n8n VS Node RED

    Low-code programming for event-driven applications

  15. ToolJet

    193 n8n VS ToolJet

    ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀

  16. nocodb

    144 n8n VS nocodb

    🔥 🔥 🔥 A Free & Self-hostable Airtable Alternative

  17. Huginn

    125 n8n VS Huginn

    Create agents that monitor and act on your behalf. Your agents are standing by!

  18. Gotify

    78 n8n VS Gotify

    A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) (by gotify)

  19. activepieces

    42 n8n VS activepieces

    AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

  20. automatisch

    34 n8n VS automatisch

    The open source Zapier alternative. Build workflow automation without spending time and money.

  21. n8n-docs

    25 n8n VS n8n-docs

    Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better n8n alternative or higher similarity.

n8n discussion

Log in or Post with
  1. User avatar
    5572103d
    · 7 months ago
    · Reply

    Review ★★★★☆ 8/10

n8n reviews and mentions

Posts with mentions or reviews of n8n. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-06.
  • SOC-in-a-Box: One LLM, Eight Hats, A Production-Bar AI SOC on a Single GPU
    6 projects | dev.to | 6 Jun 2026
    n8n and similar visual workflow tools were on the list for one specific reason: leadership likes seeing the boxes-and-arrows. But the LLM nodes aren't first-class — you'd be wrapping every model call in HTTP, and the graph is in a database, not in code that's reviewable in a PR. Auditability and reproducibility are both worse than the LangGraph + bus path. (n8n is a great fit for non-LLM SOAR-style automations, just not for this.)
  • n8n Tutorial: How to Build Your First No-Code Automation Workflow in 2026
    1 project | dev.to | 6 Jun 2026
    Sign up at n8n.io (free cloud version is perfect to learn)
  • Building a home server with a mini PC
    1 project | dev.to | 30 May 2026
    n8n is a workflow automation tool, similar in concept to Zapier or Make, but one you can self-host. It lets you connect applications and services together through a visual node-based interface and build fairly complex automations without writing code. It's one of the services I've been getting the most out of lately.
  • Tools I'm Using in 2026 (and what I've stopped using from 2025)
    10 projects | dev.to | 26 May 2026
    I am keen on trying Hermes though, maybe, it looks promising and much more secure. For now though, Claude Cowork is doing most of what I want, and my custom self-hosted n8n setup locally is doing the rest.
  • Why AI Agents Go Rogue: 4 Real Incidents and What They Share
    1 project | dev.to | 25 May 2026
    In a deterministic workflow, every step is defined before the workflow runs. Step 1 reads an email. Step 2 asks the AI to classify it. Step 3 routes based on the classification. Step 4 drafts a reply. Step 5 pauses for human approval. Step 6 sends. Each step is a discrete operation with defined inputs and outputs. The workflow engine controls what happens next, not the language model. This is the core design philosophy behind tools like n8n and Rills, using structured execution paths rather than open-ended agent autonomy. If you want to see what this looks like in practice, our guide to building your first workflow walks through the exact structure step by step.
  • Pressure Testing Ota on n8n: A Closed PR That Still Proved the Point
    2 projects | dev.to | 19 May 2026
    The maintainers closed the PR (n8n-io/n8n#30714) for policy reasons, not technical failure:
  • I turned every n8n node into a machine-readable dataset (524 nodes, free) so agents can build workflows
    1 project | dev.to | 18 May 2026
    { "node_name": "slack", "display_name": "Slack", "categories": ["Communication"], "group": ["transform"], "version": "2.3", "description": "Send and read messages, manage channels", "credentials_required": ["slackApi"], "operations_supported": ["message", "channel", "user", "reaction"], "properties_schema": "[{\"name\":\"resource\",\"type\":\"options\"},{\"name\":\"operation\",\"type\":\"options\"}]", "source_package": "nodes-base", "github_permalink": "https://github.com/n8n-io/n8n/blob/stable/packages/nodes-base/nodes/Slack/Slack.node.ts" }
  • How I built AI Services on Apify Using LLMs
    2 projects | dev.to | 17 May 2026
    One of the biggest advantages of using Apify is that it also provides an API endpoint for every Actor. Using these endpoints, developers can easily integrate Actors with automation tools such as n8n, Make, and Zapier. Developers can also integrate one Actor with another Actor. For example, the AI Video to Voiceover Generator can be integrated with the AI Video Ads Generator to generate voiceovers for video Ads.
  • heym alternatives - n8n and sim
    3 projects | 15 May 2026
    n8n is an alternative to Heym
  • Zapier Best No-Code Platforms: What No One Tells You
    1 project | dev.to | 7 May 2026
    For senior engineers, the biggest trap with Zapier and other SaaS no-code platforms is assuming their marketing benchmarks reflect real-world performance. In our 2024 benchmark of 12 engineering teams, 83% of teams that adopted Zapier without benchmarking saw unexpected rate limits within 3 months of launch, with 41% experiencing customer-facing outages. SaaS no-code tools optimize their public benchmarks for low-concurrency, ideal scenarios, but hide bottlenecks under real production loads. For example, Zapier’s marketing claims 10k events/min throughput, but our benchmark in Code Example 1 shows that actual throughput caps at 2.5k events/min with 18% dropped events when you exceed 1k events/min for more than 5 minutes. Self-hosted tools like n8n (https://github.com/n8n-io/n8n) let you scale horizontally, so you can benchmark exactly the throughput you need for your workload. Always run a 24-hour benchmark with 2x your expected peak load, measure p99 latency, drop rates, and rate limit behavior. We recommend using the Python benchmark script from Code Example 1, which detects Zapier’s masked rate limits (returned as 200 OK) that 92% of teams miss. If your team handles more than 5k events/min, self-hosted will almost always be cheaper and more reliable than SaaS. One team we audited saved $14.8k/month by switching to n8n after benchmarking showed Zapier’s enterprise plan couldn’t handle their 12k events/min peak load without dropping 22% of events.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic n8n repo stats
454
191,300
10.0
5 days ago

n8n-io/n8n is an open source project licensed under Apache 2.0 with Commons Clause which is not an OSI approved license.

n8n is marked as "self-hosted". This means that it can be used as a standalone application on its own.

The primary programming language of n8n is TypeScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?