This repository lets you install Fanad as a Home Assistant App (add-on): a local-first personal scratchpad for tasks, notes, lists, timers and light journaling. Your data stays in SQLite on your box; a local LLM (LM Studio / Ollama) does the parsing. No nagging, no cloud by default, no telemetry.
-
In Home Assistant go to Settings → Add-ons → Add-on store (on newer installs: Settings → Apps).
-
Open the ⋮ menu (top right) → Repositories.
-
Add this URL:
https://github.com/NTBooks/fanad-ha -
Find Fanad in the store, click it, and Install.
-
Start it, open the Web UI, and connect a model in Settings (see the add-on's Documentation tab).
Prefer plain Docker? The same image runs anywhere:
docker run -p 8787:8787 -v fanad:/data ghcr.io/ntbooks/fanad-app:latest

0 comments
log in to comment.