Skip to content

Oryven 6.0.29

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:08

Oryven v6.0.29

Summary

Desktop automation agent: timers/reminders, find/move files, shell, APIs, clipboard — Oryven acts on your Mac instead of apologizing.

Details

  • Timer fast path: “Create a timer for 5 min” → timer_set via Reminders.app (osascript) with confirmation “Timer set for 5 minutes.”
  • Automation toolkit: file_find, file_read/write/move, folder_list, shell_run, app_open, notify_user, http_request, system_info, clipboard_read/write.
  • Intent router: New automation task kind routes to Tool helper model + bounded observe loop (max 4 / ~90s).
  • API: GET /automation/tools, POST /automation/run for programmatic tool execution.
  • Safety: Destructive file/shell ops still confirm; workspace-scoped paths; SSRF-safe HTTP.

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.