# chatgpt-plus **Repository Path**: fangjunjie/chatgpt-plus ## Basic Information - **Project Name**: chatgpt-plus - **Description**: An Electron application for ChatGPT. You can use ChatGPT Plus on pay-as-you-go basis with just openai key. 一个ChatGPT桌面客户端,你可以实现按量付费使用ChatGPT Plus,体验丰富且强大的功能。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-14 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README New version repository: [https://github.com/classfang/strawberry](https://github.com/classfang/strawberry)
## 2. Roadmap and contributing
We're looking to add more features to ChatGPT Plus. The highest priorities are:
- [x] Text Chat
- [x] Regenerate
- [x] Speech
- [x] Image Input
- [x] File Input
- [x] Clean Cache
- [x] System Prompt
- [x] Prompt Library
- [x] Internet Search
- [x] Image Generation
- [x] Data Backup
- [x] Memory
- [x] Summarize Web Content
- [x] Clear Context
- [x] Archived
- [x] Desktop Screenshot
- [x] Token Statistics
- [x] 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](https://github.com/classfang/chatgpt-plus/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:
```shell
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
```shell
git clone https://github.com/classfang/chatgpt-plus.git
```
### 4.2 Install dependencies
```shell
yarn install
```
### 4.3 Develop run
```shell
yarn dev
```
### 4.4 Package
```shell
yarn build:mac
```