Skip to content

Releases: embeddedos-org/eVera

eVera v3.0.0

13 May 19:22

Choose a tag to compare

🚀 eVera v3.0.0

What's Changed

  • feat: eVera v3.0.0 — VS Code extension, Virtual LLM Router, WhatsApp integration

📥 Download & Install

Platform File How to install
Windows Vera-Setup-*.exe Run the installer — everything is bundled
macOS Vera-*.dmg Open DMG → drag Vera to Applications
Linux (AppImage) Vera-*.AppImage chmod +x Vera-*.AppImage && ./Vera-*.AppImage
Linux (deb) Vera-*.deb sudo dpkg -i Vera-*.deb
Android Vera-*.apk Enable unknown sources → tap APK
Android Auto Vera-Auto-*.apk Install on phone → connect to car
Wear OS Vera-Wear-*.apk Sideload or install via Play Store
iOS Vera.xcarchive.zip Open in Xcode → distribute to device
Web (PWA) Open http://localhost:8000 in any browser
VS Code evera-ai.vsix code --install-extension evera-ai.vsix

⚡ One-Command Install

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/embeddedos-org/eVera/master/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/embeddedos-org/eVera/master/setup.ps1 | iex

🤖 Offline LLMs (no internet needed)

ollama pull qwen3:8b          # 5 GB — recommended
ollama pull llama3.2:3b       # 2 GB — fastest
ollama pull deepseek-r1:7b    # 5 GB — best reasoning

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

v2.3.0

01 Jun 20:44

Choose a tag to compare

🚀 eVera v2.3.0

What's Changed

  • fix: correct name extraction regex in graph.py
  • fix: add ModelTier.REFLEX tier and fix ChatResponse.tier type
  • ci(evera.yml): remove main/release branch references — master is the only branch
  • ci: consolidate 15 workflow files into single evera.yml
  • fix(ci): add master to all branch triggers, fix install.sh URL to /master/

📥 Download & Install

Platform File How to install
Windows Vera-Setup-*.exe Run the installer — everything is bundled
macOS Vera-*.dmg Open DMG → drag Vera to Applications
Linux (AppImage) Vera-*.AppImage chmod +x Vera-*.AppImage && ./Vera-*.AppImage
Linux (deb) Vera-*.deb sudo dpkg -i Vera-*.deb
Android Vera-*.apk Enable unknown sources → tap APK
Android Auto Vera-Auto-*.apk Install on phone → connect to car
Wear OS Vera-Wear-*.apk Sideload or install via Play Store
iOS Vera.xcarchive.zip Open in Xcode → distribute to device
Web (PWA) Open http://localhost:8000 in any browser

⚡ One-Command Install

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/embeddedos-org/eVera/master/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/embeddedos-org/eVera/master/setup.ps1 | iex

🤖 Offline LLMs (no internet needed)

ollama pull qwen3:8b          # 5 GB — recommended
ollama pull llama3.2:3b       # 2 GB — fastest
ollama pull deepseek-r1:7b    # 5 GB — best reasoning

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

v2.2.1

31 May 18:28

Choose a tag to compare

🚀 eVera v2.2.1

What's Changed

  • docs(v2.2.1): rewrite README + fix release artifacts for all platforms

✨ 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.2.0...v2.2.1

v2.2.0

31 May 18:21

Choose a tag to compare

🚀 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

v2.1.0

31 May 12:48

Choose a tag to compare

🚀 eVera v2.1.0

What's Changed

  • feat(v2.1.0): 3D avatar fix, multi-accent voice, PWA mobile nav
  • feat: eVera v2.0.0 — three-mode system, 138 offline LLMs, deep computer control
  • fix: add _setup_tools to LANAgent, fix class-level attribute pattern

✨ 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

🐍 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.9.1...v2.1.0

v1.9.1

31 May 12:07

Choose a tag to compare

🚀 eVera v1.9.1

What's Changed

  • feat: three-mode system (LOCAL/LAN/WWW), 63 Ollama models, LAN agent, enhanced computer control
  • fix: replace sentence_transformers with OfflineEmbedder (Ollama → TF-IDF fallback)
  • fix: health check test to accept 'healthy' status from deep_health_check

✨ 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

🐍 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.5.0...v1.9.1

eVera v1.5.0 — Full Stack Simulation Clean

28 May 19:19

Choose a tag to compare

🚀 eVera v1.5.0

What's Changed

  • feat: production-ready v1.4.0 — real source code, real tests, CI pipelines

✨ 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

🐍 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.3.1...v1.5.0

v1.9.0 — All Tests Passing

31 May 11:11

Choose a tag to compare

🚀 eVera v1.9.0

What's Changed

  • feat: add simulation screenshots, world-class improvements, and comprehensive test coverage
  • fix(tests): improve test runner to handle dependency-based unit tests gracefully
  • feat(tests): add comprehensive world-class test suite
  • fix: production-ready — all tests pass, coverage threshold met
  • feat: production-ready hardening — GPS, i18n, nginx, security, mobile fixes
  • chore(audit-2026-05): apply org-uniform CI/release/README baseline

✨ 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

🐍 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: v3.0.1...v1.9.0

eVera v1.4.0 — Production Ready

27 May 23:38

Choose a tag to compare

🚀 eVera v1.4.0

What's Changed

  • feat: production-ready v1.4.0 — real source code, real tests, CI pipelines

✨ 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

🐍 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.3.1...v1.4.0

v1.3.1 — Unified Build Chain Manifest + World-Class UI

27 May 22:06

Choose a tag to compare

🚀 eVera v1.3.1

What's Changed

  • feat: v1.3.1 — unified build chain manifest + world-class multi-platform UI

✨ 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

🐍 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.3.0...v1.3.1