/chatgpt-plus

An Electron application for ChatGPT. You can use ChatGPT Plus on pay-as-you-go basis with just openai key. 一个ChatGPT桌面客户端,你可以实现按量付费使用ChatGPT Plus,体验丰富且强大的功能。

Primary LanguageJavaScriptApache License 2.0Apache-2.0

New version repository: https://github.com/classfang/strawberry

logo

ChatGPT Plus

ChatGPT client(linux, mac, win)

1. Why ChatGPT Plus

You can use ChatGPT Plus on pay-as-you-go basis with just openai key.

demo

demo

2. Roadmap and contributing

We're looking to add more features to ChatGPT Plus. The highest priorities are:

  • Text Chat
  • Regenerate
  • Speech
  • Image Input
  • File Input
  • Clean Cache
  • System Prompt
  • Prompt Library
  • Internet Search
  • Image Generation
  • Data Backup
  • Memory
  • Summarize Web Content
  • Clear Context
  • Archived
  • Desktop Screenshot
  • Token Statistics
  • Calendar Note

If you're a developer who'd like to help with any of these, please open an issue to discuss the best way to tackle the challenge.

3. Latest installation package

You can find the installation packages for each platform from releases.

If you encounter any installation and use problems, you are welcome to open an issue.

3.1. The App under macOS indicates that it is damaged and cannot open the solution

Open the terminal, enter the following command, and execute:

sudo xattr -d com.apple.quarantine /Applications/xxxx.app

Note: Replace /Applications/xxxx.app with your App path.

4. Develop

4.1 Clone this store

git clone https://github.com/classfang/chatgpt-plus.git

4.2 Install dependencies

yarn install

4.3 Develop run

yarn dev

4.4 Package

yarn build:mac