Installation
Direct installation instructions for the Naidis Obsidian plugin
Installation Guide
Naidis is installed directly into your Obsidian vault using the quick automated script, the BRAT plugin, or manual download.
Requirements
- Obsidian: v1.4.0 or higher
- OS: macOS, Windows, or Linux
Option 1: Quick Install (macOS / Linux)
Run the following command in your terminal. The script automatically detects your Obsidian vault and installs the Naidis plugin:
curl -fsSL https://raw.githubusercontent.com/naidis/naidis/main/release/install.sh | bashOnce installed, restart or reload Obsidian and enable Naidis in your installed plugins settings.
Option 2: Quick Install (Windows PowerShell)
Run the following command in PowerShell:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/naidis/naidis/main/release/install.ps1" -OutFile "install.ps1"; .\install.ps1Option 3: Install via BRAT
You can use the popular BRAT (Beta Reviewers Auto-update Tester) plugin for direct installation and updates:
- In Obsidian Settings, ensure the BRAT plugin is enabled.
- Open Obsidian Settings → BRAT.
- Click Add Beta plugin.
- Enter the GitHub repository:
naidis/naidis - Click Add Plugin. BRAT will download and install the latest release.
- Enable Naidis in Obsidian Settings under installed plugins.
Option 4: Manual Zip Installation
- Download the latest
naidis.zipfrom our releases. - Extract the archive.
- Move the extracted
naidisfolder into your Obsidian vault's plugins folder:<Your-Vault>/.obsidian/plugins/naidis/ - In Obsidian, go to Settings → Installed Plugins, click Reload plugins, and toggle Naidis on.
Optional Local Tool Integrations
For local AI and advanced processing, you can optionally install:
Local AI with Ollama
# macOS/Linux
curl -fsSL https://ollama.com/install.sh | sh
# Pull default lightweight model
ollama pull llama3.2YouTube Transcript Support (yt-dlp)
# macOS
brew install yt-dlp
# Windows
winget install yt-dlp
# Linux
pip install yt-dlpOCR Support (Tesseract)
# macOS
brew install tesseract tesseract-lang
# Linux (Ubuntu/Debian)
sudo apt install tesseract-ocrFirst Run & Verification
- Press
Cmd+Shift+P(macOS) orCtrl+Shift+P(Windows/Linux) to open the Command Palette. - Type
Naidisto view available commands. - Start clipping, taking YouTube notes, or chatting with your vault.