ChatGPT Desktop Application
Latest:
Mac: ChatGPT_0.1.5_x64.dmgLinux: chat-gpt_0.1.5_amd64.debWindows: ChatGPT_0.1.5_x64_en-US.msi
- multi-platform:
macOSLinuxWindows - inject script
- auto updater
- app menu
- system tray
- shortcut
- export chat history
- ...
It's safe, just a wrapper for OpenAI ChatGPT website, no other data transfer exists (you can check the source code).
# step1:
git clone https://github.com/lencx/ChatGPT.git
# step2:
cd ChatGPT
# step3: install deps
yarn
# step4:
yarn dev
# step5:
# bundle path: src-tauri/target/release/bundle
yarn build