Download the dmg file from the latest release.
If you are not able to normally login, you could use [Tool] -> [Set Cookie] to load session token into cookie from a certain file.
To get the sesson token, check the instruction in chatgpt-api.
Clone the code from github and download the dependencies:
git clone [email protected]:zhuzilin/chatgpt-desktop.git
cd chatgpt-desktop/
npm install
Run with npm:
npm start
Build the installer:
npm run build
It would be great if someone could help me with the windows and linux build :)