Releases: JohnnyChen1113/multiAI
Releases · JohnnyChen1113/multiAI
Release list
MultiAI v1.5.2
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 leftoverLOCKfiles from previous crash/force-quit, preventing IndexedDB open failures - Single-instance enforcement: Prevents two instances from sharing the same
userDatadirectory and corrupting each other's databases - Auto-recovery sentinel: Main process monitors Grok console for IDB errors; when detected, calls
session.clearDatathenreloadIgnoringCache()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.xfrom User-Agent so Grok does not detect a non-browser client
- Stale LOCK cleanup: On startup, sweep
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
Bug Fixes
- Fix crash on launch (
ERR_UNSUPPORTED_ESM_URL_SCHEME): The v1.5.0 packaged build crashed immediately due toelectron-store v10being a pure ESM package, which the CJS main process cannotrequire()in production. Replaced with Node.js built-infs+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
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
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".