Fixes chat with OpenAI/Ollama failing with "Load failed" (after which the app hung and Discover kept loading).
Cause: the app didn't bundle the openai client, so picking an LLM and chatting crashed the built-in local server. Fix: the chat provider (openai) is now bundled, and okf-kit 0.3.3 makes the server resilient so a provider error can never take it down.
Chat now works with No LLM (offline retrieval), Ollama (local models — start Ollama first), and OpenAI-compatible (your key, stored in the OS keychain). All three platforms rebuilt.
Download & run
- macOS — unzip
okf-desktop.app; if it says "damaged":xattr -dr com.apple.quarantine ~/Downloads/okf-desktop.appthen open it (or System Settings → Privacy & Security → Open Anyway). - Windows — unzip, run
okf-desktop.exe; SmartScreen → More info → Run anyway. - Linux —
tar -xzf … && ./okf-desktop/okf-desktop(needs system GTK 3 + WebKit2GTK).
AGPL-3.0.