A local-first, privacy-focused desktop app for searching your personal image library using natural language, a reference image, or both combined. Everything runs on-device — no cloud, no telemetry.
Features
Multimodal search — search by text, image, or a blend of both
AI-chat-style input — type a query, paste/drag an image, or both
CLIP embeddings — ViT-B/32 model generates 512-dim vectors for both text and images
FAISS similarity search — fast vector search with cosine similarity ranking
Image indexing — batch-index your entire image library with progress tracking
File watcher — automatically detects new images in your root folder
Upload to root — move images into your library from other locations
Query in-memory — reference images are never saved to disk
This starts both the Vite dev server (renderer) and launches the Electron window. The Python sidecar is spawned automatically by the Electron main process on startup.
On first launch, the onboarding wizard will guide you through: