Skip to content

Releases: JohnnyChen1113/multiAI

MultiAI v1.5.2

Choose a tag to compare

@JohnnyChen1113 JohnnyChen1113 released this 08 Mar 06:35

Bug Fixes

  • Fix Grok black/white screen on cold start: Grok would intermittently show a black then white screen on first launch due to stale LevelDB LOCK files and Chromium IndexedDB state corruption. Fixed with:
    • Stale LOCK cleanup: On startup, sweep userData/Partitions/ and delete leftover LOCK files from previous crash/force-quit, preventing IndexedDB open failures
    • Single-instance enforcement: Prevents two instances from sharing the same userData directory and corrupting each other's databases
    • Auto-recovery sentinel: Main process monitors Grok console for IDB errors; when detected, calls session.clearData then reloadIgnoringCache() to self-heal
    • Blank-page fallback reload: If Grok loads HTML but React fails to hydrate within 15s, triggers automatic reloadIgnoringCache()
    • UA stripping: Removed Electron/x.x.x from User-Agent so Grok does not detect a non-browser client

Notes

  • macOS builds are unsigned; right-click → Open on first launch if macOS blocks it
  • If Grok shows a white screen on very first launch, click the refresh button in the toolbar

MultiAI v1.5.1

Choose a tag to compare

@JohnnyChen1113 JohnnyChen1113 released this 07 Mar 22:40

Bug Fixes

  • Fix crash on launch (ERR_UNSUPPORTED_ESM_URL_SCHEME): The v1.5.0 packaged build crashed immediately due to electron-store v10 being a pure ESM package, which the CJS main process cannot require() in production. Replaced with Node.js built-in fs + app.getPath('userData') — zero new dependencies.

Naming

  • Unified project name to MultiAI throughout (package name, storage file, localStorage keys)

Notes

Switched back to Claude Code for this release.

1.5

1.5

Choose a tag to compare

@JohnnyChen1113 JohnnyChen1113 released this 07 Mar 21:59

MultiAI 1.5 release

Artifacts:

  • macOS Apple Silicon (.dmg)
  • macOS Intel (.dmg)
  • Windows x64 (.exe)

Includes the new content picker workflow, unified action bar, send shortcut modes, persistent templates, sync scroll fixes, reliability improvements, and a resizable bottom workspace.

MultiAI v1.0.0

Choose a tag to compare

@JohnnyChen1113 JohnnyChen1113 released this 07 Mar 18:19

MultiAI v1.0.0

Parallel AI chat desktop app — interact with Claude, ChatGPT, Gemini, and Grok simultaneously in one window.

Downloads

Platform File Architecture
macOS (Apple Silicon) MultiAI-macOS-AppleSilicon.dmg arm64 (M1/M2/M3)
macOS (Intel) MultiAI-macOS-Intel.dmg x64
Windows MultiAI-Windows-x64-Setup.exe x64

Features

  • 4 AI assistants in parallel (Claude, ChatGPT, Gemini, Grok)
  • Unified message input — send to multiple AIs at once
  • Cross-AI message transfer with templates (verify, evaluate, expand, translate)
  • Always-on checkboxes for message selection
  • Flexible layouts (4-column, 2x2, 3-column, 2-column, stacked)
  • Per-pane controls: zoom, refresh, hibernate
  • Compact mode, sync scroll
  • Art-inspired themes (Monet, Van Gogh, Vermeer, Klimt)
  • Template manager for custom prompt prefixes

Notes

  • macOS builds are not code-signed. On first launch, right-click → Open, or go to System Settings → Privacy & Security → Open Anyway.
  • Windows builds are not code-signed. Windows Defender may show a warning — click "More info" → "Run anyway".