Skip to content

Releases: katipally/openlive

0.1.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:33
fb9fa63

Download OpenLive v0.1.9

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.9 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.9 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.


[0.1.9] - 2026-07-11

Added

  • A dozen more model providers. Alongside Anthropic, OpenAI, and MiniMax,
    OpenLive now speaks to Google Gemini, xAI Grok, DeepSeek, Mistral, Groq, Cerebras,
    Together, Fireworks, OpenRouter, Perplexity, and Ollama (local and cloud). Paste a
    key and the model list loads live from the provider — nothing hardcoded.
  • Separate vision model (optional). If your live model can't see, point OpenLive
    at a dedicated vision model under Settings → Vision model. Camera and screen frames
    are described by that model and handed to your live model, so a fast text-only
    model can still watch your screen. Leave it off and the live model sees for itself.
  • Real vision capability in the picker. The vision badge now comes from actual
    provider / models.dev metadata rather than a name guess, and the picker warns when
    the selected model can't accept images.

Changed

  • A third wire adapter (OpenAI Chat Completions) joins the Anthropic and OpenAI
    Responses adapters, so most hosted providers work through one code path.
  • Snapshot model defaults refreshed to current IDs (e.g. DeepSeek V4, Grok 4.5),
    preferring fast vision-capable models for the voice + camera loop.

0.1.8

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:34
79e052a

Download OpenLive v0.1.8

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.8 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.8 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.

0.1.7

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:24

Download OpenLive v0.1.7

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.7 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.7 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.

0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:16

Download OpenLive v0.1.6

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.6 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.6 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.

0.1.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:31

Download OpenLive v0.1.5

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.5 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.5 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.

0.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:52

Download OpenLive v0.1.4

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.4 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.4 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.

0.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:36

Download OpenLive v0.1.3

Platform Download
🍎 macOS (Apple Silicon + Intel) v0.1.3 — Mac (.dmg)
🪟 Windows (64-bit) v0.1.3 — Windows (.exe)

On first launch macOS may take a few seconds to verify the app — that's normal.

0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:15
Retry macOS notarization (Apple notary service is flaky)

Wrap the mac electron-builder step in a 3x retry so a transient empty/unexpected
notarytool result doesn't fail an otherwise-good release.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:02
v0.1.1

Fix macOS signing + portability: rebase packed node_modules symlinks …