Skip to content

eVera v1.0.1

Choose a tag to compare

@srpatcha srpatcha released this 28 Apr 22:27
· 7 commits to master since this release

πŸš€ eVera v1.0.1

What's Changed

  • feat: audio-synced promo video with richer visuals and tech explanations

✨ 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

🐍 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.0.0...v1.0.1