n8n is a source-available, low-code workflow automation platform that allows users to automate repetitive tasks, integrate multiple apps and services, and build complex workflows with or without extensive coding knowledge.
You can use n8n in cloud (14 days in free trial), or in local by running a docker image of the official n8n's image in docker hub.
install n8nio/n8n image then run the next command:
docker run -it --rm --name n8n -p 5678:5678 -e GENERIC_TIMEZONE="Africa/Casablanca" -e TZ="Africa/Casablanca" -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true -e N8N_RUNNERS_ENABLED=true -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Enter fullscreen mode








