/chatgpt-desktop

Desktop version of ChatGPT, support manually set cookie

Primary LanguageJavaScriptMIT LicenseMIT

OpenAI ChatGPT Desktop built with Electron

Install

Download the dmg file from the latest release.

Manually load cookie

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.

Run from source

Clone the code from github and download the dependencies:

git clone git@github.com:zhuzilin/chatgpt-desktop.git
cd chatgpt-desktop/
npm install

Run with npm:

npm start

Build the installer:

npm run build

Help needed!

It would be great if someone could help me with the windows and linux build :)