Skip to content

eVera v1.4.0 — Production Ready

Choose a tag to compare

@srpatcha srpatcha released this 27 May 23:38
· 15 commits to master since this release

🚀 eVera v1.4.0

What's Changed

  • feat: production-ready v1.4.0 — real source code, real tests, CI pipelines

✨ 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.3.1...v1.4.0