Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 31 May 18:21
· 8 commits to master since this release

πŸš€ 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 reasoning

Or use LM Studio, Jan AI, or llama.cpp β€” eVera auto-detects all of them.

Full Changelog: v2.1.0...v2.2.0