# strawberry **Repository Path**: fangjunjie/strawberry ## Basic Information - **Project Name**: strawberry - **Description**: ChatGPT 客户端(linux, mac, win)。只需一个 API Key,即可体验按需付费的 ChatGPT 最新能力。同步自本人仓库https://github.com/classfang/strawberry - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 2. 开发路线和贡献
我们希望为 Strawberry 添加更多功能。目前最重要的是:
- [x] 文本对话
- [x] 重新生成
- [x] 发音
- [x] 图片输入
- [x] 文件输入
- [x] 清理缓存
- [x] 系统指令
- [x] 指令库
- [x] 互联网搜索
- [x] 图片生成
- [x] 数据备份
- [x] 记忆
- [x] 总结网页内容
- [x] 断开上下文
- [x] 归档
- [x] 获取屏幕截图
- [x] Token 统计
- [x] 日历备忘
如果你有任何建议或者想法,非常欢迎在 [discussions](https://github.com/classfang/strawberry/discussions) 打开一个话题来讨论。
## 3. 最新安装包
你可以在 [releases](https://github.com/classfang/strawberry/releases) 中找到个平台的安装包。
如果遇到任何安装和使用问题,欢迎提交 issue。
### 3.1. App 在 macOS 下提示已损坏无法打开解决办法
[《macOS系统提示已损坏无法打开解决办法》](/demo/zhCN/doc/macos_open_error/index.md)
## 4. 开发
### 4.1 克隆仓库
```shell
git clone https://github.com/classfang/chatgpt-plus.git
```
### 4.2 安装依赖
```shell
yarn install
```
### 4.3 运行
```shell
yarn dev
```
### 4.4 构建
```shell
yarn build:mac
```