I’m thinking about running n8n on my PC and wanted to check if my specs are good enough. Here’s what I’m working with:
CPU: Intel Core i5-1135G7
RAM: 16GB
Storage: 512GB SSD
GPU: Intel Iris Xe Graphics
I plan to self-host n8n, maybe using Docker. Will this setup work smoothly, or should I expect performance issues? I won’t be doing anything too crazy, just some automation workflows and AI-related tasks.
At my initial stage i ran the n8ninstange in a literal 2GB 2vCPU instance, and AWS lightsail provides free 80 days of those VMS thats what n8n is required to run 8-15 active workflow - belive me they where not THAT Much laggy, Your system can carry a whole lot of workflows. just keep things in seprate docker container.
If my solution helped solve your query, please consider marking it as the answer! A like would make my day if you found it useful!
I run my n8n on an old laptop with similar specs to yours and it handles personal automation and light AI tasks perfectly. I use Docker, limiting it to 4GB RAM, and it’s been smooth sailing.
You can check the official n8n documentation on minimal requirements here: Prerequisites | n8n Docs
Additional tips for self-hosting:
For scheduled automations, ensure your PC doesn’t sleep or shut down.
Back up your data to prevent loss due to machine/disk failure. I use the free version of Duplicati to back up to Google Drive. So far, I haven’t needed to restore, but it’s good to be prepared.