Windows Desktop App (NSIS Installer)
- One-click installer - Tauri 2.0 wrapper with embedded Python backend
- Frontend served at /app/ with SPAStaticFiles fallback and basePath
- CORS for Tauri WebView, browser dev, and Tailscale (goliath)
- GPU RAG with LanceDB + fastembed
PyInstaller Backend
- noarchive=True - fixes stdlib PYZ import bug
- upx=False - prevents AV false positives
- Eager _strptime import
- LLM model defaults read from Settings (no hardcodes)
All fixes fleet-wide
See mcp-central-docs/standards/TAURI_PRODUCTION_PITFALLS.md