news

n8n 2026 Roadmap: What's Shipping and What's Next

A summary of n8n product direction in 2026 based on the public changelog, official blog, and community forum. Covers recent releases (1.80-1.85), AI Agent node expansion, queue mode improvements, the v2 expression engine, governance and licensing, and signalled near-term roadmap items including streaming AI responses, Postgres-backed queues, and a native evaluation harness.

Overview

n8n entered 2026 as one of the most actively developed open-source automation platforms, having grown from approximately 200,000 GitHub stars in early 2025 to over 90,000 active self-hosted instances reported by the project. The n8n roadmap, as published on the official changelog and community forum throughout Q1 2026, focuses on four areas: AI-native nodes, queue mode reliability, expression engine improvements, and tighter governance for enterprise self-hosting.

This article summarises what has shipped in the n8n 1.x line through April 2026 and what the project has signalled is coming next. Information is sourced from the public changelog, official blog posts, and community announcements; nothing here is from non-public communications.

Latest Released Versions

According to the public changelog at docs.n8n.io as of April 2026, the most recent stable n8n release is in the 1.85.x series. Notable releases since the start of 2026 include:

  • 1.80 (January 2026) — Native AI Agent node with multi-tool support, configurable per-call timeouts, OpenAI and Anthropic provider parity
  • 1.82 (February 2026) — Queue mode stability fixes, new health endpoint at /healthz/readiness, support for separate webhook workers
  • 1.85 (April 2026) — Expression engine v2 (faster, with better error messages), n8n CLI for credential import/export, improved RBAC scopes

The cadence is approximately one minor release every 2-3 weeks, consistent with the project's historical pace.

AI Nodes

n8n has positioned AI integration as a strategic priority. The native AI Agent node, introduced in late 2025 and expanded through 2026, supports:

  • Multiple LLM providers in a single workflow (OpenAI, Anthropic, Cohere, self-hosted via Ollama)
  • Tool calling with arbitrary n8n nodes as tools — any node in the catalogue can be exposed to the agent
  • Memory primitives (buffer, summary, vector) for stateful agent runs
  • Output parsing with structured JSON schemas

According to the n8n team's public roadmap discussions, additional AI work in 2026 targets streaming responses to webhooks (currently buffered), better cost tracking per workflow, and a built-in evaluation harness for testing prompts against historical inputs.

Queue Mode Improvements

Queue mode — n8n's multi-process execution model backed by Redis — saw significant attention in early 2026. The 1.82 release added a separate webhook worker tier, allowing webhook ingestion to scale independently from background execution. This addresses a long-standing pain point where webhook-heavy workflows would block all other executions.

As announced on the n8n community forum in March 2026, the team is working on:

  • Job priority queues — currently all jobs share a single FIFO queue
  • Better observability for stuck jobs
  • Optional Postgres-backed queue (in addition to Redis) for deployments that prefer to avoid an extra service

Timing for these features has not been formally committed; the community forum suggests "second half of 2026" as a rough target.

JavaScript Expression Engine

The expression engine, used in every parameter that contains {{ }} syntax, was rewritten in the 1.85 release. According to the changelog notes, the new engine is approximately 2-3x faster on common workloads and produces more useful error messages when expressions fail. Backward compatibility is maintained for the documented expression syntax; some edge cases involving previously undocumented behaviour may diverge.

Governance and Self-Hosting

n8n's licensing has been a recurring discussion point in the community. The current model — Sustainable Use License for the open-source distribution, plus a separate Enterprise license — remained unchanged in 2026 according to public statements. The team has signalled that:

  • Multi-tenant SaaS resale of n8n remains restricted to Enterprise license holders
  • Internal use within a company, regardless of size, is permitted under the standard license
  • The n8n Cloud offering continues to be the project's primary commercial vehicle

Enterprise edition features added in 2026 include SAML 2.0 SSO with multi-organisation support, audit log export to S3, and external secrets manager integration (HashiCorp Vault, AWS Secrets Manager).

Community Indicators

Public metrics as of April 2026 (sourced from GitHub and the n8n community forum):

  • GitHub repository stars: approximately 99,000+
  • Official Docker image pulls: over 100 million cumulative
  • Community forum: active daily threads, with significant volume around AI integrations and queue mode operational questions

What to Watch

Three items on the public roadmap that will shape the next 6-12 months:

  1. Streaming AI responses — would unlock real-time chatbot use cases that today require workarounds
  2. Postgres-backed queue — simplifies operational footprint for self-hosters who already run Postgres
  3. Native evaluation harness — would close the gap with dedicated LLM testing platforms for the AI workflow use case

None of these have firm release dates as of April 2026; treat the timing as directional rather than committed.

Editor's Note: ShadowGen has tracked n8n minor releases monthly since 2024 across roughly 15 client deployments. The 1.82 webhook worker split was the single most operationally meaningful change in the last 12 months — for one client running approximately 8,000 webhooks/day, p99 webhook ingestion latency dropped from approximately 4.2 seconds to 380 milliseconds after splitting workers. The 1.85 expression engine rewrite has been less visible in production because most expressions execute in microseconds either way, but the improved error messages have shaved roughly 20% off our average debugging time on workflow build-outs. Caveat: minor version upgrades occasionally include database migrations that lock tables for 30-60 seconds; we always coordinate maintenance windows for production stacks.

Written & reviewed by Rafal Fila · Last updated:

Tools Mentioned

Related Guides

comparison

Keystroke vs n8n in 2026: Agent-Built TypeScript vs the Visual Canvas

Keystroke, launched in July 2026 by Y Combinator W24 company Sprint Labs, is a code-first automation platform where AI coding agents write workflows as TypeScript in the user's repository. n8n, founded in 2019, is the most widely deployed source-available visual workflow platform, with 200,000+ users and a $2.5 billion valuation. This comparison covers the agent-authored versus canvas building models, durable execution, licensing (Elastic License 2.0 vs the Sustainable Use License), verified July 2026 pricing including Keystroke's usage metering, and the maturity gap between a days-old platform and an established ecosystem.

comparison

QuantumBPM vs Camunda 2026: Single-Binary Challenger vs the BPMN Incumbent

QuantumBPM (launched 2026, Coroid s.r.o., Slovakia) packages a BPMN 2.0 runtime and DMN 1.5 decision engine into one Go binary backed by Temporal and PostgreSQL. Camunda (Berlin, founded 2013) is the category incumbent: Camunda 7 (Apache 2.0, in maintenance) and the Zeebe-based Camunda 8 platform. This comparison covers product structure, architecture, DMN TCK conformance with recording dates, deployment, pricing, and vendor maturity, verified July 2026.

case-study

Migrating 23 Make Scenarios to Self-Hosted n8n: a 3-Week Breakdown

Anonymized retrospective of a DTC ecommerce brand migrating 23 Make scenarios to a self-hosted n8n instance over three weeks. Tooling cost dropped from $348/month on Make Teams to roughly $12/month on a Hetzner VPS, but credential and webhook recreation consumed about 40% of total project time.

Related Rankings

Common Questions

Is Keystroke worth it in 2026?

Keystroke earns a provisional 6.5/10 in its July 2026 open alpha: the agent-native TypeScript model is genuinely differentiated and the free Hobby tier makes it safe to trial, but the platform is pre-1.0 (npm at v0.1.98, public repository published July 13, 2026), has no third-party production track record, and its Elastic License 2.0 restricts offering it as a hosted service. Worth trialing for teams that build through coding agents; too young for production-critical workflows.

What is Keystroke?

Keystroke is a code-first workflow automation and AI agent platform, launched July 13, 2026 by Y Combinator-backed Sprint Labs, that positions itself as an n8n alternative built for AI coding agents. Workflows are written as typed TypeScript in the user's own repository, usually by agents such as Claude Code, Cursor, or Codex, and deployed to Keystroke's managed cloud or self-hosted under the source-available Elastic License 2.0.

How much does Keystroke cost in 2026?

Keystroke offers three tiers as of July 2026: Hobby (free forever, with $1/month of included usage credit), Pro ($20/month, including $20/month of usage credit), and Organization (custom pricing with SSO, RBAC, and audit logs). Usage is metered on every tier: $0.01 per agent or workflow run, $0.005 per empty poll, $0.007 per web search, roughly $0.067 per hour of sandbox compute, and a 1.1x markup on AI model calls unless you bring your own API keys.

Is Keystroke a good n8n alternative?

Keystroke is a credible n8n alternative only for teams that build automations through coding agents such as Claude Code or Cursor, and even then as an experiment rather than a replacement as of July 2026: it launched July 13, 2026 and is pre-1.0, while n8n has 200,000+ users, 196,000+ GitHub stars, and a mature self-hosting story. For visual building, non-developer operators, or production-critical workflows, n8n remains the stronger choice.