How to install n8n-io/self-hosted-ai-starter-kit. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
n8n-io/self-hosted-ai-starter-kit Installation Guide
How to install n8n-io/self-hosted-ai-starter-kit. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for n8n-io/self-hosted-ai-starter-kit. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i n8n-io/self-hosted-ai-starter-kitor
Install via npx
npx @hexmos/ipm i n8n-io/self-hosted-ai-starter-kitPrerequisites
Docker
system_toolVersion: 3.8.0-ce, 19.03.1-slim-buster, 20.03.1-alpine-minimal, 20.03.1-debian-bullseye-minimal, 20.03.1-ubuntu-focal-minimal
Python
languageVersion: 3.8.0
nvm
package_managerVersion: 1.2.0
Git
system_toolVersion: 2.34.1
PostgreSQL
system_packageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose (Nvidia/AMD)
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
cd self-hosted-ai-starter-kit
cp .env.example .env
docker compose --profile gpu-nvidia up
docker compose --profile cpu upDocker Compose (AMD)
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
cd self-hosted-ai-starter-kit
cp .env.example .env
docker compose --profile cpu up
docker compose --profile gpu-amd upDocker Compose (CPU)
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
cd self-hosted-ai-starter-kit
cp .env.example .env
docker compose up
docker compose --profile cpu upPost Installation Steps
- Open your browser and navigate to http://localhost:5678/ to access the n8n interface.
- Explore the available nodes and integrations within the n8n dashboard. You can find a comprehensive list of options in the 'Nodes' section.
- To start using the AI features, you can explore the 'AI Agents' node. This node allows you to create custom workflows that leverage AI capabilities for various tasks.
