Oryven 6.0.21
Oryven v6.0.21
Summary
Fixes Research failing with Permission denied: '/Users/you/' by using your real home folder instead of the example workspace path.
Details
- Root cause: Packaged installs copied
.env.examplewithORYVEN_WORKSPACE=/Users/you, so Deep Research could not createOryven Research/. - Electron: On launch, rewrite that placeholder to the signed-in user’s home directory (existing installs heal without manual .env edits).
- Backend: Treat
/Users/you(and Windows/Linux equivalents) as invalid; Research falls back to~/Oryven Researchif mkdir still fails. - Example env: Defaults to
ORYVEN_WORKSPACE=~.
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 info → Run 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
- Terms · Privacy · EULA · Install notes
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.