1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/README.md
2022-12-08 12:22:27 +08:00

1.7 KiB

ChatGPT

ChatGPT

ChatGPT Desktop Application

Downloads

ChatGPT downloads

Latest:

Other version...

Features

  • multi-platform: macOS Linux Windows
  • inject script
  • auto updater
  • app menu
  • system tray
  • shortcut

Preview

install chat auto update

TODO

  • export chat history
  • ...

FAQ

Is it safe?

It's safe, just a wrapper around openai, 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