https://github.com/appunits/run-n8n-locally
Use n8n for free and run it locally on your device!
https://github.com/appunits/run-n8n-locally
docker docker-compose docker-image dockercontainer n8n n8n-automation n8n-node n8n-nodes n8n-tutorial n8n-webhook n8n-workflow n8n-workflows npm npx
Last synced: 3 months ago
JSON representation
Use n8n for free and run it locally on your device!
- Host: GitHub
- URL: https://github.com/appunits/run-n8n-locally
- Owner: appunits
- License: mit
- Created: 2025-10-06T15:21:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T15:26:33.000Z (10 months ago)
- Last Synced: 2025-10-24T19:42:10.600Z (9 months ago)
- Topics: docker, docker-compose, docker-image, dockercontainer, n8n, n8n-automation, n8n-node, n8n-nodes, n8n-tutorial, n8n-webhook, n8n-workflow, n8n-workflows, npm, npx
- Homepage: https://calendly.com/appunits/30min
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run n8n for free
Use n8n for free and run it locally on your device!
## How to do so 🤔?
there are 2 ways:
1- As stated in [n8n](https://github.com/n8n-io/n8n) by using `npx` and running the below commnad:
```
npx n8n
```
2- Or by using `Docker` in which we are going to explain all the steps below:
* Clone this repo or download the code
* Navigate to the project directory and run:
```
docker compose up
```
That's it!
**Don't forget to download [ngrok](https://ngrok.com/download) and run the below whenever you are using Webhook node:**
```
ngrok http 5678
```