Skip to content

DevCoreXOfficial/termux-n8n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

🤖 termux-n8n: Simplified n8n Installation on Termux

This repository provides a straightforward script to install n8n (the open-source automation tool) natively on Termux (Android/ARM64) without requiring root access or Docker.

🚨 The Technical Problem

Installing n8n on Termux via npm install -g n8n often fails because several Node.js modules (sqlite3, cpu-features, etc.) attempt to compile native binaries. The build process (node-gyp) detects the Android OS and incorrectly demands the android_ndk_path environment variable, which does not exist in a standard Termux environment, leading to fatal errors.

The termux-n8n.sh script automatically resolves these issues by ensuring the correct Node.js LTS version is used and configuring the build environment properly.

✨ How to Use the Script

Follow these steps in your Termux terminal:

1. Download the Script

# Install curl to download the script
yes | pkg install curl

# Download the script from this repository
curl -o termux-n8n.sh https://raw.githubusercontent.com/DevCoreXOfficial/termux-n8n/main/termux-n8n.sh

# Make the script executable
chmod +x termux-n8n.sh

# Run the installer
bash termux-n8n.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages