Installation
Naidis Installation Guide
Installation
Installing Naidis is simple. You need both the Obsidian plugin and the Core binary.
Requirements
- Obsidian: v1.4.0 or higher
- OS: macOS, Windows, Linux
- Optional:
yt-dlp: For YouTube transcript extractiontesseract: For PDF OCRollama: For local AI
Step 1: Purchase and Download Plugin
- Purchase from Gumroad ($29 one-time)
- Unzip the downloaded
naidis.zip - Copy the
naidisfolder to the.obsidian/plugins/folder of your Obsidian vault
Step 2: Activate Plugin
- Obsidian Settings → Community plugins
- Find "Naidis" and activate it
- The plugin will automatically download the Core binary
Step 3: First Run
Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) to open the Command Palette.
Installing Optional Dependencies
yt-dlp (YouTube transcript extraction)
# macOS
brew install yt-dlp
# Windows
winget install yt-dlp
# Linux
pip install yt-dlpTesseract (PDF OCR)
# macOS
brew install tesseract tesseract-lang
# Windows
# Download from https://github.com/UB-Mannheim/tesseract/wiki
# Linux (Ubuntu/Debian)
sudo apt install tesseract-ocr tesseract-ocr-kor tesseract-ocr-jpnOllama (Local AI)
# macOS/Linux
curl -fsSL https://ollama.com/install.sh | sh
# Download model
ollama pull llama3.2Troubleshooting
Core binary does not start
Press the "Check for Updates" button in Settings → Naidis to re-download Core.
YouTube transcript extraction failed
Check if yt-dlp is installed:
yt-dlp --versionAI features not working
Check if Ollama is running:
ollama list