Releases: YveLabs/yvechat-engine
Releases · YveLabs/yvechat-engine
Release list
YveChat Engine 0.2.0 — developer preview
Unsigned developer preview. This is not a signed installer and has no automatic updater.
One archive covers Windows, macOS, and Linux.
Before you download
- Requires Node.js 24 or newer — https://nodejs.org/
- Requires Ollama running locally with at least one model — https://ollama.com/download
- Not code-signed: Windows SmartScreen and macOS Gatekeeper will warn you
- First launch downloads locked dependencies, so it needs internet once
Setup
- Extract the archive to a permanent folder.
- Start the launcher for your system:
- Windows —
powershell -ExecutionPolicy Bypass -File .\start-windows.ps1 - macOS —
chmod +x start-macos.command && ./start-macos.command - Linux —
chmod +x start-linux.sh && ./start-linux.sh
- Windows —
- Keep the launcher window open.
- Open https://app.yvechat.xyz and choose Connect YveChat Engine.
- Allow local network access if the browser asks.
- Compare the six-digit code in both tabs and approve locally.
The Engine listens only on 127.0.0.1:3210 and accepts browser connections only from https://app.yvechat.xyz.
Verify this download
766760743843d21cdd5475a9967af6da428a0c13d0683e81e7415de7c2a7065a yvechat-engine-developer-preview-0.2.0.zip
sha256sum yvechat-engine-developer-preview-0.2.0.zipFull source is included in the archive. Review it before running.
Changes in 0.2.0
- The status route is now
/api/engine/status. The former/api/bridge/status
still answers, marked deprecated, so a browser paired against 0.1.0 keeps
working while you upgrade. - Pairing storage moved to
engine_*tables. Existing databases are migrated in
place: paired browsers and pending approvals are preserved. - Browsers already paired keep their pairing; the stored token is adopted
automatically. - A browser on the current interface now recognises an Engine that predates this
release as outdated rather than reporting it as not running.
YveChat Engine 0.1.0 — superseded by 0.2.0
Unsigned developer preview. This is not a signed installer and has no automatic updater.
One archive covers Windows, macOS, and Linux.
Before you download
- Requires Node.js 24 or newer — https://nodejs.org/
- Requires Ollama running locally with at least one model — https://ollama.com/download
- Not code-signed: Windows SmartScreen and macOS Gatekeeper will warn you
- First launch downloads locked dependencies, so it needs internet once
Setup
- Extract the archive to a permanent folder.
- Start the launcher for your system:
- Windows —
powershell -ExecutionPolicy Bypass -File .\start-windows.ps1 - macOS —
chmod +x start-macos.command && ./start-macos.command - Linux —
chmod +x start-linux.sh && ./start-linux.sh
- Windows —
- Keep the launcher window open.
- Open https://app.yvechat.xyz and choose Connect YveChat Engine.
- Allow local network access if the browser asks.
- Compare the six-digit code in both tabs and approve locally.
The Engine listens only on 127.0.0.1:3210 and accepts browser connections only from https://app.yvechat.xyz.
Verify this download
c7d4554e2133e6a008461c6d0659d1f861877d89116c2a629541bd82e49cc292 yvechat-engine-developer-preview-0.1.0.zip
sha256sum yvechat-engine-developer-preview-0.1.0.zipFull source is included in the archive. Review it before running.