The ChatGPT desktop companion app is a convenient and easy-to-use tool that allows users to access ChatGPT parallelly while they work on their computer. With this app, ChatGPT will always be available at the user's fingertips, eliminating the need to switch between tabs or applications. The sidebar can be docked on the side of the desktop screen and can be resized to the user's preference.
npm i -g electron
npm i
npm start (or electron .)
- "Change URL" option for future-proofing
- Remembers the last window size and state
- Support for Tray menu "Always on top", "Restart", "Quit"
- Initial release
- Resizable chromeless window
- Minimize/Close to Tray
This app is built on Electron. You can build the final binaries using electron-packager, electron-forge, electron-builder etc.
You may refer to this document and follow a similar approach for cloud builds (Windows/MacOS/Linux).