Workflow automation tools let you connect apps together so that when one thing happens — a form gets submitted, a row gets added to a spreadsheet, an email arrives — something else happens automatically, without you writing custom code for every connection. n8n became popular because it's open source, self-hostable, and lets you drop in custom JavaScript when the pre-built building blocks aren't enough. But self-hosting means you're the one running the server, applying updates and troubleshooting when a workflow silently stops firing at 3am. A lot of teams — especially ones adding an AI reasoning step to their automations — end up looking at what else is out there. Here are 7 real alternatives, pulled from actual product listings, not marketing copy.
The short version: if you want an AI-first automation builder with real enterprise backing, Gumloop or Latenode are the strongest picks — both plug in hundreds of AI models without you juggling API keys. If you'd rather describe what you want in plain English instead of dragging boxes around, CodeWords does that. For durable, retry-safe workflows that a dev team actually trusts in production, Graph Compose is built on Temporal. If your automation problem is really "a website has no API and I need to click through it anyway," Airtop or the free, open-source Automated solve that specific case. And if you're automating AI agents themselves rather than app-to-app data flow, Skillscript is a free, open-source recipe language worth a look.
Why teams look past n8n
n8n's fair-code license lets you self-host for free, which is exactly why so many teams pick it up — until someone has to actually run the server. Updates, scaling workers, securing webhooks and debugging a workflow that silently died overnight all become your team's job, not a vendor's. n8n's own cloud plan removes that burden but reintroduces the per-execution pricing it was supposed to help you avoid. And because n8n predates the current wave of AI-agent tooling, bolting an LLM step into a workflow can feel more like a workaround than something the product was designed for from day one.
1. Gumloop — AI-first automation, enterprise-ready
Gumloop is a visual canvas for building AI-powered automations without writing code — drag together steps that pull data from your CRM, ask an AI model a question, and post the answer to Slack. It plugs into 500+ integrations (Salesforce, HubSpot, Stripe, Snowflake) and lets you pick the AI model per workflow (Claude, GPT, Gemini, DeepSeek) instead of locking you into one vendor. It's backed by a $50M Series B and used by Shopify, Ramp and Instacart, with SOC 2 Type II and GDPR compliance built in. Free to start; Pro is $37/month for 20k+ credits and unlimited seats.
Good fit if: you're automating GTM, marketing or support workflows and want AI reasoning built into every step. Watch out for: there's no self-hosting option like n8n's, and cost scales with AI-heavy steps rather than simple data-moving ones, which makes the bill less predictable.
2. Latenode — thousands of AI models, no API-key juggling
Latenode works like a classic Zapier/n8n-style automation tool, except more than 1,200 AI models (GPT-4o, Claude, Gemini) are already plugged in, so your workflows can draft, summarize or make decisions without you managing separate API keys. It has 5,500+ ready-made integrations, 500+ workflow templates and a 99.9% uptime SLA. Free tier gives 10,000 CPU-seconds/month across 5 active workflows; pay-as-you-go starts at $10.80 for 100,000 CPU-seconds, with a managed-service tier from $199/month for non-technical teams.
Good fit if: you want the widest AI-model selection without separately paying for and wiring up each provider. Watch out for: billing in CPU-seconds is harder to estimate upfront than n8n's or Zapier's simpler task-counting model.
3. CodeWords — describe the automation, don't build it
CodeWords turns a plain-English description of a task into a working automation agent connected to 3,000+ apps — no drag-and-drop canvas required. It supports native conversational channels like WhatsApp agents with human handoff, and you can modify a live agent just by talking to it, without rebuilding the workflow from scratch. Free tier gives 2 credits/day (10/month) and 100 workflow runs/month; Pro is $39/month for 60 credits and 2,500 runs; Business is $100/month for 200 credits and unlimited runs.
Good fit if: your team is non-technical and would rather describe a workflow in a sentence than learn a builder's UI. Watch out for: the free tier is capped tightly, the jump from $39 to $100/month is steep, and there's no self-hosted option.
4. Graph Compose — durable execution for teams that don't trust cron jobs
Graph Compose lets you draw a business process as boxes and arrows — "when this happens, do that, then wait, then retry if it fails" — and runs it on Temporal, a proven durable-execution engine, instead of a fragile custom scheduler. You can build it three ways: visually, through a typed TypeScript SDK, or with a natural-language AI assistant, and it supports bring-your-own-cluster if you already run Temporal under your own security policies. Free plan available; Pro is $29/month plus $20 per 5,000 executions over quota; Enterprise is $50/seat/month plus overage.
Good fit if: your workflows involve long waits, retries or guaranteed-completion semantics that a typical no-code tool handles poorly. Watch out for: it assumes you understand Temporal's execution model, so it's overkill for a simple trigger-then-action automation, and per-execution overage can add up at volume.
5. Airtop — for the sites that have no API at all
Airtop automates tasks on websites that don't offer an API — logging in, clicking through forms, pulling data — the same manual work a human would do, but run by an AI agent. It ships an open-source (MIT) SDK for Node.js and Python, has native integrations with n8n, Make and Zapier for teams that want to keep those tools for the parts that do have APIs, and is SOC 2 Type II and HIPAA compliant. Free tier gives 1,000 credits and 3 sessions; Starter is $26/month, Professional $170/month, Enterprise $502/month.
Good fit if: you keep hitting walls automating an old internal tool or a login-only site that n8n's HTTP node can't reach. Watch out for: the credit model gets expensive at volume, and its open-source SDKs are still small (single-digit to low-double-digit GitHub stars), so community support is thin.
6. Automated — free, open source, watch-once browser recording
Automated is a free, open-source tool that watches you do a repetitive browser task once — clicking through an internal tool or an old login-only website — and then replays it automatically from then on, adapting to layout changes with AI. It's fully self-hostable via Docker Compose with no managed tier and no license fee at all.
Good fit if: you want n8n's self-hosted, zero-cost philosophy applied specifically to browser-based tasks with no API. Watch out for: browser-recording automation is inherently more fragile than an API integration, and it's a young project with a small community.
7. Skillscript — a strict recipe language for AI agents
Skillscript takes a different angle: instead of letting an AI agent freely improvise a routine task every time — and possibly do something risky — you write the steps once as a checked recipe the agent has to follow, with MCP integration, cron scheduling and audit trails built in. It's free, open source under MIT, with deterministic execution as the core selling point.
Good fit if: you're building agent-based automation and want guardrails around what the agent is allowed to do, not just what it can do. Watch out for: it's pre-1.0 with a single maintainer, a new syntax to learn, and its security controls haven't been externally battle-tested yet.
Side-by-side
| Tool | Model | Free tier | Best for |
|---|---|---|---|
| Gumloop | Hosted, AI-native | Free to start | GTM/marketing/support automation with AI steps |
| Latenode | Hosted, AI-native | 10k CPU-sec/mo | Widest AI-model selection, no key juggling |
| CodeWords | Hosted, conversational | 2 credits/day | Non-technical teams describing workflows in English |
| Graph Compose | Hosted, Temporal-based | Free plan | Durable, retry-safe dev workflows |
| Airtop | Hosted, open-source SDK | 1,000 credits | No-API websites (browser automation) |
| Automated | Self-hosted (free) | Free, self-hosted | Zero-cost browser task recording |
| Skillscript | Self-hosted (MIT) | Free, open source | Guardrailed AI-agent recipes |
None of these are a drop-in replacement for everything n8n does — its 400+ pre-built integrations and huge community of shared workflow templates took years to build up. But if what's actually bothering you is either "I don't want to run this server myself" or "I want AI reasoning built into the automation, not bolted on," several of these solve that directly. Want to keep self-hosting for free: try Automated or Skillscript. Want a hosted AI-native builder with real integrations: try Gumloop or Latenode. Need durable, dev-grade execution: try Graph Compose.