Skip to content

v2.1.0

Choose a tag to compare

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

πŸš€ eVera v2.1.0

What's Changed

  • feat(v2.1.0): 3D avatar fix, multi-accent voice, PWA mobile nav
  • feat: eVera v2.0.0 β€” three-mode system, 138 offline LLMs, deep computer control
  • fix: add _setup_tools to LANAgent, fix class-level attribute pattern

✨ 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.9.1...v2.1.0