Releases: nwn900/ChatGPTDesktopApp
Releases · nwn900/ChatGPTDesktopApp
Release list
v1.0.3
Open external links in default system browser
- External links (outside the allowed chatgpt.com/auth/SSO domains) now open in the default system browser instead of silently doing nothing
- Allowed navigation (chatgpt.com, auth, SSO, payments) continues to work inside the app as before
v1.0.2
Enable HTML5 drag-and-drop file upload support
- Disable Tauri's built-in drag-drop handler (wry's IDropTarget) so WebView2 forwards native file drops to the page
- ChatGPT already handles dragenter/dragover/drop with dataTransfer.files
- Files can now be dragged from explorer directly into the chat field
ChatGPT Desktop v1.0.1
Fixes
- Downloads now show the correct filename + extension in the save dialog.
WebView2 already provides the real name (from the blobdownloadattribute /
Content-Disposition); the app now uses that instead of the blob URL, which
carries no filename.
Assets
ChatGPT_1.0.1_x64-setup.exe— NSIS installerchatgpt-desktop-app.exe— portable executable
ChatGPT Desktop v1.0.0
ChatGPT Desktop v1.0.0
A native Windows desktop app for ChatGPT built with Tauri 2.
What's included
- Dedicated WebView2 window — not a browser tab
- System tray with minimize-to-close and left-click restore
- Launch at startup toggle
- Single-instance enforcement
- Login happens directly inside the app (Google, Apple, Microsoft SSO)
Downloads
| Asset | Description |
|---|---|
| \ChatGPT_1.0.0_x64-setup.exe\ | NSIS installer (recommended) |
| \chatgpt-desktop-app.exe\ | Portable executable, no install needed |
Changelog
- Initial release. Stripped all SSO workarounds and cookie-based auth hacks — login flow stays entirely in the native WebView2.
- Replaced placeholder icons with custom 920x920 app icon.
- Cleaned up tray menu: Open / Login / autostart toggle / Close.
- Only dependency: WebView2 (pre-installed on Windows 10+).