This is a simple app that makes ChatGPT live in your menubar.
The window will appear centered horizontally below the tray icon as a popup. It is draggable, resizable and frameless.
If you want build the binaries from scratch you can clone this repo, install the packages and then launch the electron-forge make
command:
-
git clone https://github.com/flaviodelgrosso/chatgpt-desktop-app-electron.git
-
yarn install
-
yarn make
At the end of the process you'll find an out
folder with the .zip
and .dmg
files ready for installation.
You can use Cmd+Shift+G (Mac) or Ctrl+Shift+G (Win) to quickly open it from anywhere.
All credit and copyrights goes to OpenAI.
@flaviodelgrosso