Skip to content

Releases: 001453/newtranslate

GlobalBridge AI v0.1.7

21 Jun 19:02

Choose a tag to compare

Added

  • Bundled Python in Windows installer — no python.org step for end users
  • First-run auto setup + start services from desktop wizard
  • docs/MOBILE.md — Android/iOS feasibility notes

Changed

  • USER_INSTALL, site, and release notes updated for one-click Windows flow

Downloads

  • Windows: GlobalBridge-AI-*-setup.exe (installer) or GlobalBridge-AI-*-portable.exe
  • Chrome extension: GlobalBridge-Extension-*.zipWeb Store guide
  • Requires no separate Python install on Windows — first run setup runs automatically (~5–15 min).

GlobalBridge AI v0.1.6

21 Jun 18:35

Choose a tag to compare

Changed

  • Desktop package version aligned to 0.1.5 — installer artifacts named GlobalBridge-AI-0.1.5-setup.exe / -portable.exe
  • Site and docs updated with direct download links to latest release

Downloads

  • Windows: GlobalBridge-AI-*-setup.exe (installer) or GlobalBridge-AI-*-portable.exe
  • Chrome extension: GlobalBridge-Extension-*.zipWeb Store guide
  • Requires Python 3.11+ — run First-time setup from the tray app after install.

GlobalBridge AI v0.1.5

21 Jun 16:00

Choose a tag to compare

Fixed

  • Windows release CI — NSIS installer uses .ico (not .png); skip code signing; exclude nested .exe from bundle
  • Packaged desktop starts Next.js without requiring system npm on PATH

Downloads

  • Windows: GlobalBridge-AI-*-setup.exe (installer) or portable .exe
  • Chrome extension: GlobalBridge-Extension-*.zipWeb Store guide
  • Requires Python 3.11+ — run First-time setup from the tray app after install.

GlobalBridge AI v0.1.1

21 Jun 13:48

Choose a tag to compare

GlobalBridge AI v0.1.0

20 Jun 12:50

Choose a tag to compare

First public MVP release — sovereign local translation bridge with QVAC + Keet integration.

Added

  • Live captions — tab audio capture → Faster-Whisper STT → QVAC translation → WebSocket subtitles
  • Whisper dictation — local STT via POST /api/v1/transcribe (PCM int16 @ 16 kHz)
  • Keet meeting bridge/meeting with bilingual subtitles and auto-export (TXT / JSON / SRT)
  • QVAC integration@qvac/sdk sidecar on port 8765 for on-device NMT + LLM
  • Document translation — PDF and DOCX routes with upload validation
  • Glossary & history — local SQLite storage
  • Sovereign Mode — zero cloud egress when LOCAL_PROCESSING_ONLY=true
  • Security hardening — API binds to 127.0.0.1, optional API_KEY, PDF upload limits
  • Dev toolingnpm run setup, npm run dev, npm run dev:stop
  • Documentation — English README, docs/GRANT.md, docs/SECURITY.md, docs/ROADMAP.md
  • CI — GitHub Actions: frontend lint/test/build, backend pytest, i18n parity check

Changed

  • Dictation moved from browser Web Speech API to local Whisper
  • Live pipeline uses async audio queue (non-blocking WebSocket)

Security

  • PDF batch extension whitelist, 50 MB size cap, max 10 files per batch
  • Dependency CVE patches (FastAPI, Starlette, Pillow, requests, python-multipart)