A lightweight Electron wrapper for chatgpt.com with a native desktop toolbar for macOS, Windows, and Linux.
The official ChatGPT macOS app doesn't expose the full web feature set — notably, you can't select reasoning effort (like "heavy thinking") or use extended thinking with the Pro plan. This wrapper loads the full web interface so all features are available, while still feeling like a native desktop app.
- Custom toolbar with back, forward, and reload buttons
- Dynamic window title showing the current chat name
- Keyboard shortcuts for navigation (Cmd/Ctrl+[, Cmd/Ctrl+])
- External links open in your default browser
- Persistent login sessions
- Multi-window support (Cmd/Ctrl+N)
pnpm install
pnpm start
pnpm dist:mac
pnpm dist:win
pnpm dist:linux
Release builds are written to dist/:
- macOS:
.dmg - Windows: installer
.exeand.zip - Linux:
.AppImageand.tar.gz
pnpm install-app
This copies the macOS .app bundle to ~/Applications/.