Website | Source | Docs | 400+ Integrations | Example Workflows | AI & LangChain Guide | Community Forum | Community Tutorials
n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.
Try n8n instantly with npx (requires Node.js):
npx n8n
Or deploy with Docker:
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n -e GENERIC_TIMEZONE="America/Los_Angeles" -e TZ="America/Los_Angeles" -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true -e N8N_RUNNERS_ENABLED=true docker.n8n.io/n8nio/n8n
Access the editor at http://localhost:5678
Last modified 21 June 2026