mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
1.8 KiB
1.8 KiB
ChatGPT
ChatGPT Desktop Application
Downloads
Latest:
Mac
: ChatGPT_0.1.5_x64.dmgLinux
: chat-gpt_0.1.5_amd64.debWindows
: ChatGPT_0.1.5_x64_en-US.msi
Features
- multi-platform:
macOS
Linux
Windows
- inject script
- auto updater
- app menu
- system tray
- shortcut
Preview
TODO
- export chat history
- ...
FAQ
Is it safe?
It's safe, just a wrapper for OpenAI ChatGPT website, no other data transfer exists (you can check the source code).
How do i build it?
PreInstall
Start
# 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