Self-hosted AI starter kit

https://github.com/n8n-io/self-hosted-ai-starter-kit

參考資料

Run n8n with AI Locally on Windows with WSL

1. 安裝 Windows Subsystem for Linux (WSL)

1. Right click "windows 開始"

  1. Click "終端機"

  1. Right click "Windows PowerShell"

  1. type wsl --install -d Ubuntu-24.04\ Press [[Return]]

  1. Install Unbuntu Image

  1. 設定預設 Linux 散發套件
wsl --set-default ubuntu-24.04

2. 安裝與設定 Docker Desktop

Docker Desktop 可以讓您在 Windows 上輕鬆執行容器化應用程式,例如 N8N。以下是安裝與設定的步驟: