Skip to content

v1.3.1 — Unified Build Chain Manifest + World-Class UI

Choose a tag to compare

@srpatcha srpatcha released this 27 May 22:06
· 16 commits to master since this release

🚀 eVera v1.3.1

What's Changed

  • feat: v1.3.1 — unified build chain manifest + world-class multi-platform UI

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