Back to N8n Workflows

🚀 Quick Start - 3 Simple Steps

ai-stack/QUICK-START.md

latest1.6 KB
Original Source

🚀 Quick Start - 3 Simple Steps


Step 1️⃣: Get Docker

Windows

  1. Go to: www.docker.com/products/docker-desktop
  2. Click: "Download for Windows" (big blue button)
  3. Install it (just keep clicking "Next")
  4. Restart your computer

Mac

  1. Go to: www.docker.com/products/docker-desktop
  2. Click: "Download for Mac" (big blue button)
  3. Drag Docker to Applications folder
  4. Open Docker from Applications

✅ You're ready when you see a whale icon 🐳 in your taskbar/menu bar


Step 2️⃣: Download AI Stack

  1. Go to: github.com/insomniakin/n8n-workflows
  2. Click green "Code" button
  3. Click "Download ZIP"
  4. Unzip the file
  5. Find the "ai-stack" folder inside

Step 3️⃣: Run It!

Windows

  1. Open the ai-stack folder
  2. Right-click on start.ps1
  3. Click "Run with PowerShell"
  4. Wait for "🎉 AI Stack is running!"

Mac

  1. Open the ai-stack folder
  2. Right-click on start.sh
  3. Click "Open With""Terminal"
  4. Wait for "🎉 AI Stack is running!"

🎉 Done! Now Open These:

WhatWhere to Go
n8n (Make workflows)http://localhost:5678
Agent Zero (AI chat)http://localhost:50080
ComfyUI (Make images)http://localhost:8188

Just copy and paste these into your web browser!


🛑 To Stop:

Windows

.\start.ps1 -Stop

Mac

./start.sh --stop

❌ If It Doesn't Work:

  1. Make sure Docker is running (look for whale icon 🐳)
  2. Restart your computer
  3. Try again

Still stuck? Check EASY-INSTALL.md for detailed help!