macrostack
Browse

The AI stack

Categories

Local & Sovereign AINotes & KnowledgeObservability & MonitoringPassword ManagersWeb AnalyticsTeam ChatSmart HomeNetworking & RoutersVideo ConferencingCloud Storage & SyncPhotos & MediaAPI DevelopmentImage EditingWorkflow Automation & iPaaSDeveloper Tools & ContainersOffice & Productivity SuitesNo-Code DatabasesCode Hosting & Git ForgesProject ManagementEmail Marketing & NewslettersScheduling & BookingError Tracking & Exception MonitoringLog Management & SIEMVPN & PrivacyEmail & Secure MailVector Databases & AI SearchLLM & Agent FrameworksDomains & Web HostingData Removal & PrivacyAuthentication & IdentityHelp Desk & Customer SupportCloud & VPSKubernetes & Container PlatformsEmbedding ModelsPDF & DocumentsAI Coding AssistantsAI Voice & SpeechLLM Observability & EvaluationLLM Gateways & RoutingCloud GPU & AI ComputeCI/CD & build automationData & pipeline orchestrationModel serving & inferenceAI agent frameworksBackend as a serviceSecrets managementFeature flags & experimentationProduct analyticsSearch infrastructureUptime & status monitoringAffiliate & partner platformsVisitor identification & personalisationWikis & internal docsIdentity & access managementData warehouses & analytics enginesCustomer data platformsCRMObject storageBI & dashboardsE-signatureWhiteboards & diagrammingIn-memory data stores & cachingPlatform as a serviceTransactional & bulk emailHeadless CMSDesign & prototypingE-commerce platformsInternal tools & admin panelsManaged databasesForms & surveysFine-Tuning & Model TrainingRAG & Retrieval PlatformsLLM Evaluation & TestingAI Guardrails & Content SafetySpeech Recognition & TranscriptionExperiment Tracking & ML OpsDocument AI & OCR

About

How we rank & score

Layer 5 · self-hosting reality check

What it actually takes to self-host n8n

The docs say 512 MB. In practice you want 2 GB, and 4 GB once workflows run concurrently. Here is the honest version — real requirements, real monthly cost, what you will be maintaining, and the one thing that catches people out.

Usually reached from Zapier alternatives, where n8n is one of the picks.

RAM — documented minimum512 MB
RAM — what it really needs2 GB, and 4 GB once workflows run concurrently
CPU2 vCPU
Disk20 GB, mostly execution history
Monthly cost$12–25/mo on a small VPS
Setup time45 minutes
How you install itdocker compose with PostgreSQL — do not leave it on the default SQLite
Ongoing maintenanceActive. n8n ships fast and node changes occasionally break workflows.
Where it stops scalingThousands of executions a day on one node; queue mode with workers goes considerably further.

The thing that catches people out

Execution history is stored in the database and n8n keeps it forever by default. A busy instance quietly grows to tens of gigabytes and then slows to a crawl, because every workflow list query walks that table. Set `EXECUTIONS_DATA_MAX_AGE` on day one; almost nobody does, and the symptom appears months later as 'n8n got slow'.

When not to self-host n8n

Your automations are business-critical and you have no on-call. A workflow engine that is down is an outage in every system it touches.

Every guide here carries this section. A site that only ever tells you to self-host is selling something — the useful answer is sometimes no.

Other Layer 5 self-hosting guides

Common questions

How much RAM does n8n actually need?
2 GB, and 4 GB once workflows run concurrently in practice. The documented minimum is 512 MB, which is the figure at which the process starts rather than the figure at which it works under real use. 2 vCPU alongside it.
What does self-hosting n8n cost per month?
$12–25/mo on a small VPS This is commodity VPS pricing and excludes your time, which is the larger cost for most people — budget for active. n8n ships fast and node changes occasionally break workflows.
How long does it take to set up n8n?
45 minutes, via docker compose with PostgreSQL — do not leave it on the default SQLite.
When should I NOT self-host n8n?
Your automations are business-critical and you have no on-call. A workflow engine that is down is an outage in every system it touches.
What is the most common mistake when self-hosting n8n?
Execution history is stored in the database and n8n keeps it forever by default. A busy instance quietly grows to tens of gigabytes and then slows to a crawl, because every workflow list query walks that table. Set `EXECUTIONS_DATA_MAX_AGE` on day one; almost nobody does, and the symptom appears months later as 'n8n got slow'.
The Macrostack brief

New swaps, worth your inbox.

A short, occasional email when we add a high-intent alternative or ship a new head-to-head. No spam, no selling your address — unsubscribe in one click.