Skip to content

Oryven 6.0.27

Choose a tag to compare

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

Oryven v6.0.27

Summary

Python data tools, a bounded think→look→verify agent loop, research→memory ingest, optional OpenClaw bridge, and a Security auto checker/fixer wired into Auto Fixer — without boiling the ocean.

Details

  • Security auto checker: GET/POST /system/security/scan + Settings → Privacy → Security scan. Checks API bind, network/Full blast policy, workspace/.env perms, purchase flag, OpenClaw misconfig. Safe fixes only (secure_api_bind, harden perms, restore confirm=ask, clear bad OpenClaw URL). With Auto Fixer on, scan can apply the top safe fix; never aggressive “brick the app” changes.
  • Auto Fixer extended: New allowlisted security actions; Tool helper may pick security_scan_only.
  • Observe loop: Shop/research/create turns think → act → browser_snapshot/verify → loop (max 4 observations / ~90s). Trivia/chat skips the loop. Docs: docs/AGENT_LOOP.md.
  • Python stack: run_python, analyze_data, fetch_api, scrape_url, python_stack_info with pandas/numpy/scikit-learn (+ optional requirements-ml.txt for torch/tensorflow).
  • Research learn: learn_from_research saves cited report bullets into memory (ingest, not fine-tune).
  • OpenClaw: Optional loopback openclaw_invoke connector; OpenClaw remains a separate gateway (not a model host). Dangerous tools blocked.
  • Auto switch / CM JSON: From 6.0.26 — trivia stays prose; shopping playbook gated; junk JSON sanitized.

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.