ChatGPT Desktop Application
Latest:
Mac: ChatGPT_0.1.7_x64.dmgLinux: chat-gpt_0.1.7_amd64.debWindows: ChatGPT_0.1.7_x64_en-US.msi
- multi-platform:
macOSLinuxWindows - export ChatGPT history (PNG, PDF and Share Link)
- always on top (whether the window should always be on top of other windows)
- inject script
- auto updater
- app menu
- tray window
- shortcut
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- Tauri - Build an optimized, secure, and frontend-independent application for multi-platform deployment.
- ChatGPT - ChatGPT: Optimizing Language Models for Dialogue.
- ChatGPT Export and Share - A Chrome extension for downloading your ChatGPT history to PNG, PDF or creating a sharable link.