Skip to content

Releases: nwn900/ChatGPTDesktopApp

v1.0.3

Choose a tag to compare

@nwn900 nwn900 released this 20 Jul 23:07

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

Choose a tag to compare

@nwn900 nwn900 released this 15 Jul 23:06

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

Choose a tag to compare

@nwn900 nwn900 released this 14 Jul 20:55

Fixes

  • Downloads now show the correct filename + extension in the save dialog.
    WebView2 already provides the real name (from the blob download attribute /
    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 installer
  • chatgpt-desktop-app.exe — portable executable

ChatGPT Desktop v1.0.0

Choose a tag to compare

@nwn900 nwn900 released this 14 Jul 19:23

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+).