🖥️ ChatGPT_Desktop is a desktop application designed to provide an optimized ChatGPT experience.
To use this project, follow the steps below in your preferred terminal.
Before anything else, install the necessary dependencies:
npm installNote: This step is mandatory before building or running the application with npm start.
- Run the following command to build the
ChatGPT-win32-x64/folder :
npm run build-win
- You can then launch the application by running
ChatGPT.exeinside this folder.
- Run the following command to build the
ChatGPT-darwin-x64/folder:
npm run build-mac- Copy the application to
/Applications/so that it appears in the Launchpad:
sudo cp -R ChatGPT-darwin-x64/ChatGPT.app /Applications/- You can then run
ChatGPTdirectly from the Launchpad.
Give a ⭐️ if this project helped you!
