eVera v1.0.1
π 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 serverFull Changelog: v1.0.0...v1.0.1