Skip to content

Oryven 6.0.26

Choose a tag to compare

@github-actions github-actions released this 20 Jul 01:29

Oryven v6.0.26

Summary

Stops trivia answers from turning into junk shopping JSON (no more “CM of India = Amazon”), and adds Auto switch models by task so Chat, Tools, Research, and Create can each use their own local model.

Details

  • Trivia / chat sanitizer: Bare JSON blobs like {"cm_of_india":"Amazon"} are no longer shown as the assistant reply; the model is nudged to answer in plain language.
  • Shopping playbook gated: Product/cart tools and the Amazon playbook load only on shopping intent — not for “who is the CM of India?” style questions.
  • Linkify: Store-name auto-links are skipped inside JSON-looking messages so accidental “Amazon” in junk JSON does not become a blue link.
  • Auto switch models by task: Settings → Privacy toggle (on by default) plus Chat / Tools / Research / Create role picks (Auto = small installed Ollama tag). Shopping/tool turns can use the Tool helper; chat stays on your Desk model.
  • Auto Fixer still uses the Tool helper model from 6.0.25.

Downloads

  • macOS / Windows / Linux: Electron installers from this Release

First open

  • macOS: Open the DMG → if prompted, choose Install to Applications (auto-clears Gatekeeper). Or drag to Applications and double-click Fix Gatekeeper, then open from Applications. Privacy → Allow if macOS asks once. Needs Python 3.10+ for the local API (first launch may take a few minutes).
  • Windows: SmartScreen → More infoRun anyway (no Windows cert). Needs Python 3.10+.
  • Linux: chmod +x Oryven-Linux.AppImage && ./Oryven-Linux.AppImage (or install the .deb). Needs Python 3.10+.

Legal

Full changelog: https://github.com/1tsRajOwO/oryven/blob/main/CHANGELOG.md

Desktop stack

  • macOS / Windows / Linux: Electron + React desk + Python backend
  • Classic Champagne themes · full Settings · local Ollama

Native Swift/C#/Rust experiments use native-v* tags only.