← Blog Automation July 15, 2026 · The ReDock team

n8n on your Mac, one click: the free automation studio you already own

Run n8n free and self-hosted on your Mac with one click in ReDock, real HTTPS, webhook-ready tunnels, no Docker, no terminal, no monthly bill.

You can run n8n — the fair-code automation studio behind thousands of self-hosted workflow setups — on your own Mac, for free, with one click. ReDock ships n8n as a built-in stack: it warm-starts, gets a real HTTPS .test domain, and can receive live webhooks from the internet through a Cloudflare tunnel. No Docker, no terminal, no cloud subscription.

What n8n is, and why self-hosting it matters

n8n is a visual automation tool. You connect nodes — an RSS trigger, an HTTP request, a WordPress action, a Slack message — and n8n runs the flow on a schedule or in response to an event. It covers most of what people pay Zapier or Make for, with two differences: the fair-code license lets you self-host it without a fee, and your data never leaves your machine unless a node sends it somewhere.

Self-hosting is usually where people stall. The standard path is Docker Compose, environment variables, a reverse proxy for HTTPS, and a tunnel if you want webhooks to reach you. That’s an afternoon of setup before you’ve built a single workflow.

One click in ReDock

ReDock is a free (alpha) native macOS app that runs local stacks — WordPress, Astro, Next.js, Node, Bun, PHP, MySQL — and n8n is one of them. Create an n8n site and ReDock handles the rest:

  • Warm-started. ReDock keeps the runtime cached, so n8n comes up fast instead of pulling images or installing packages on every launch.
  • Real HTTPS out of the box. Your instance lives at an https://something.test domain with a trusted certificate. OAuth callbacks and secure cookies just work.
  • Webhook-ready. Flip on sharing and ReDock opens a Cloudflare tunnel, so Stripe, GitHub, or Typeform can deliver events straight to a workflow running on your laptop. The details are in webhooks on localhost.
  • Honest state. The app shows you what’s actually running — processes, ports, memory — not a spinner that hopes for the best.

Setup is covered in the install guide and the stacks reference.

What you can build with it

The point of owning your automation studio is that nothing meters you. Some starting points:

  • Content scheduling. Queue posts to multiple platforms on a cron trigger — the full pattern is in free scheduling with n8n.
  • WordPress publishing pipelines. Draft, review, publish — walked through in automate WordPress publishing.
  • Notifications and glue. New form submission → Slack message → row in a sheet. The boring stuff that eats your week.

And because ReDock exposes the whole app as MCP tools on localhost:47200, an AI agent can help you build workflows too — see n8n + Claude via MCP.

Local-first is a feature, not a compromise

Cloud automation tools charge per task or per active workflow. A self-hosted n8n on your Mac runs as many executions as your machine can handle, at zero marginal cost. Your credentials stay in your local instance. Your data flows through your hardware.

The traditional trade-off was reachability: a laptop isn’t a server, so incoming webhooks couldn’t find you. ReDock’s Cloudflare tunnels close that gap for development and personal automation. You get a stable public URL — a QuickShare link or a named redock.xyz subdomain — that forwards to your local instance while ReDock is running.

One honest limit: your Mac has to be awake for scheduled flows to fire. For personal automation that runs while you work, that’s fine. For 24/7 production workloads, you’d eventually move the workflow to a server — and since it’s the same n8n, the export is a JSON file.

FAQ

Is n8n really free to self-host?

Yes. n8n uses a fair-code license: self-hosting for your own use is free, with no execution limits. ReDock (free) removes the setup work; the software costs nothing.

Do I need Docker or the command line?

No. ReDock is a native macOS app (macOS 12+). You create an n8n instance from the UI, and ReDock manages the runtime, the HTTPS domain, and the tunnel. No terminal involved.

Can external services actually reach my local n8n?

Yes. ReDock opens a Cloudflare tunnel and gives your instance a public URL, so webhook-based triggers (Stripe, GitHub, forms) work against your laptop. See the sharing docs for how it fits together.


n8n is the automation studio you already own — ReDock just hands you the keys. Download ReDock and have your first workflow running today.