Skip to content

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 31 May 12:07
· 12 commits to master since this release

πŸš€ eVera v1.9.1

What's Changed

  • feat: three-mode system (LOCAL/LAN/WWW), 63 Ollama models, LAN agent, enhanced computer control
  • fix: replace sentence_transformers with OfflineEmbedder (Ollama β†’ TF-IDF fallback)
  • fix: health check test to accept 'healthy' status from deep_health_check

✨ Highlights

  • 🎭 3D Holographic Avatar with Three.js WebGL
  • πŸ€– 8 gesture animations auto-triggered by expression
  • πŸ›‘οΈ Production hardened with WebGL fallback, CSP, FPS monitoring
  • πŸ”’ Content Security Policy, SRI CDN loading, local fallback

πŸ“₯ Download & Install

Platform Download Install
Windows Vera-Setup-*.exe Run the installer
macOS Vera-*.dmg Open DMG β†’ drag to Applications
Linux Vera-*.AppImage chmod +x Vera-*.AppImage && ./Vera-*.AppImage
Android Vera-*.apk Enable unknown sources β†’ install APK
Android Auto Vera-Auto-*.apk Install on phone β†’ connect to car
Wear OS Vera-Wear-*.apk Install on watch via Play Store or sideload

🐍 From Source

git clone https://github.com/srpatcha/eVera.git && cd eVera
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.py --mode server

Full Changelog: v1.5.0...v1.9.1