v2.2.0
π eVera v2.2.0
What's Changed
- feat(v2.2.0): full self-contained install + LM Studio/Jan/llama.cpp support
β¨ 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 |
π One-Command Install (Linux / macOS)
curl -fsSL https://raw.githubusercontent.com/embeddedos-org/eVera/main/install.sh | bashπͺ Windows One-Command Install
irm https://raw.githubusercontent.com/embeddedos-org/eVera/main/setup.ps1 | iexπ From Source (manual)
git clone https://github.com/embeddedos-org/eVera.git && cd eVera
bash setup.sh # installs Python, Ollama, Playwright, all deps
source .venv/bin/activate
python main.py --mode server
# Open http://localhost:8000π€ Offline LLMs (no internet needed)
ollama pull qwen3:8b # 5 GB β recommended
ollama pull llama3.2:3b # 2 GB β fast
ollama pull deepseek-r1:7b # 5 GB β best reasoningOr use LM Studio, Jan AI, or llama.cpp β eVera auto-detects all of them.
Full Changelog: v2.1.0...v2.2.0