logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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-kit
or

Install via npx

npx @hexmos/ipm i n8n-io/self-hosted-ai-starter-kit

Prerequisites

Docker

system_tool

Version: 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

language

Version: 3.8.0

nvm

package_manager

Version: 1.2.0

Git

system_tool

Version: 2.34.1

PostgreSQL

system_package

Manual 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 up

Docker 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 up

Docker 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 up

Post 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.