Skip to content

okf desktop v0.1.3 — LLM chat fix

Latest

Choose a tag to compare

@vinodborole vinodborole released this 15 Jul 11:19
· 1 commit to main since this release

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.app then open it (or System Settings → Privacy & Security → Open Anyway).
  • Windows — unzip, run okf-desktop.exe; SmartScreen → More info → Run anyway.
  • Linuxtar -xzf … && ./okf-desktop/okf-desktop (needs system GTK 3 + WebKit2GTK).

AGPL-3.0.