v1.9.1
π 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 serverFull Changelog: v1.5.0...v1.9.1