Skip to content

eVera v0.9.0 — Jarvis-like AI Copilot

Choose a tag to compare

@srpatcha srpatcha released this 24 Apr 20:17
· 73 commits to master since this release

🚀 eVera v0.9.0

What's Changed

  • eVera v1.0: Jarvis-like AI Copilot upgrade
  • fix: desktop builds — 512x512 icon, publish:null config, remove GH_TOKEN from electron-builder
  • fix: build pipeline — Windows UTF-8 encoding, electron-builder publish, RN CLI template path, release always runs
  • fix: ruff lint/format — sort imports, reformat test fixtures
  • fix: CI test failures — add Pillow to requirements, patch ALLOWED_ROOTS for tmp_path in test fixtures
  • feat: 3D holographic avatar with Three.js WebGL, gesture animations, production hardening, CSP security (v0.9.0)
  • docs: update README with Media Factory voice commands, config, and updated counts
  • feat: add Media Factory agent — image gen, video assembly, subtitles, YouTube/Instagram/TikTok upload (12 tools)
  • chore: full security hardening, code quality cleanup, README update
  • fix: resolve all 10 test issues — 4 failures, 2 xfail, 4 xpass
  • chore: add .gitattributes to enforce LF line endings

✨ 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: v0.8.0...v0.9.0