What's fixed
Desktop app 'Gateway online' never showing (Connecting…)
- Tauri v2.11+ on Windows uses http://tauri.localhost as the WebView2 origin — backend CORS only allowed https://tauri.localhost, silently discarding every response (200 status, 0 bytes). Fixed.
- Windows 11 resolves localhost to IPv6 (::1) before 127.0.0.1; backend binds IPv4 only. All frontend defaults updated to explicit 127.0.0.1, with a one-time migration for saved settings.
- Settings page was writing the wrong URL to localStorage on first visit, overriding the fix.
What's new
- Orphan sidecar recovery — desktop shell auto-detects and kills leftover backend processes from crashes, then spawns fresh. No reboot needed.
- DevTools in release builds — right-click → Inspect available in packaged .exe/.msi for in-field diagnostics.
Downloads
| Platform | File |
|---|---|
| Windows (NSIS installer) | NeuralCleave_2.1.4_x64-setup.exe |
| Windows (MSI) | NeuralCleave_2.1.4_x64_en-US.msi |
| macOS | .dmg — attached by CI |
| Linux | .AppImage / .deb — attached by CI |