101 lines
3.0 KiB
Markdown
101 lines
3.0 KiB
Markdown
<div align="center">
|
||
<a href="https://github.com/kangfenmao/cherry-studio/releases">
|
||
<img src="https://github.com/kangfenmao/cherry-studio/blob/main/build/icon.png?raw=true" width="150" height="150" alt="banner" />
|
||
</a>
|
||
</div>
|
||
<div align="center">
|
||
中文 / <a href="https://github.com/kangfenmao/cherry-studio">English</a>
|
||
</div>
|
||
|
||
# 🍒 Cherry Studio
|
||
|
||

|
||
|
||
Cherry Studio 是一款跨平台桌面客户端,支持多个大语言模型(LLM)服务商,兼容 Windows、Mac 和 Linux 系统,并拥丰富的个性化选项与领先的功能设计。
|
||
|
||
# 🌠 界面
|
||
|
||
<img width="1582" alt="Xnip2024-09-23_15-01-53" src="https://github.com/user-attachments/assets/554aa31b-87b6-49fe-877d-af313e1608b0">
|
||
<img width="1582" alt="Xnip2024-09-23_15-02-27" src="https://github.com/user-attachments/assets/f43fb4c8-194a-4f46-8575-6db2bd136cb9">
|
||
<img width="1582" alt="Xnip2024-09-23_16-12-19" src="https://github.com/user-attachments/assets/82ce3cc1-5a0b-49aa-9fe4-0376d34be1f8">
|
||
<img width="1582" alt="Xnip2024-09-23_16-11-44" src="https://github.com/user-attachments/assets/55e420c8-fc0f-40a0-868e-d75bebeb5af3">
|
||
<img width="1582" alt="Xnip2024-09-23_16-11-50" src="https://github.com/user-attachments/assets/7413384e-a7c7-4525-96ea-ccd395d7e51a">
|
||
<img width="1582" alt="Xnip2024-09-23_16-12-59" src="https://github.com/user-attachments/assets/894b5e97-569f-4471-813c-c48d19455215">
|
||
|
||
# 🌟 特性
|
||
|
||
## 😌 轻松上手
|
||
|
||
🍏Windows,Mac,Linux跨平台支持
|
||
|
||
📦开箱即用,无需 Python 与 Docker
|
||
|
||
🤝简洁、友好的界面与交互设计
|
||
|
||
## 🛠️多样化的 LLM 服务模式支持
|
||
|
||
☁️ 全面覆盖 LLM 云服务,支持自定义 api key 与模型管理:OpenAI,Gemini,Anthropic,硅基流动...
|
||
|
||
🔗汇聚流行的 AI Web 服务,并计划通过功能增强提升体验:Claude,Peplexity,Poe,腾讯元宝,知乎直答...
|
||
|
||
💻支持 Ollama 运行本地模型
|
||
|
||
## 📲个性化的功能体验
|
||
|
||
📄完整的 Markdown 与 Mermaid 渲染支持
|
||
|
||
🤖使用与创建智能体提升工作效率
|
||
|
||
🔤持续迭代的翻译功能
|
||
|
||
🤲生成结果支持 Markdown 与图片分享
|
||
|
||
📎文件与图片上传,RAG 与多模态对话
|
||
|
||
🎨透明窗口与明暗主题支持
|
||
|
||
# 🖥️ 开发指南
|
||
|
||
## 推荐的开发环境
|
||
|
||
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
|
||
|
||
## 项目设置
|
||
|
||
### 安装依赖
|
||
|
||
```bash
|
||
$ yarn
|
||
```
|
||
|
||
### 启动开发环境
|
||
|
||
```bash
|
||
$ yarn dev
|
||
```
|
||
|
||
### 构建版本
|
||
|
||
```bash
|
||
# For windows
|
||
$ yarn build:win
|
||
|
||
# For macOS
|
||
$ yarn build:mac
|
||
|
||
# For Linux
|
||
$ yarn build:linux
|
||
```
|
||
|
||
# ⭐️ Star 记录
|
||
|
||
[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
|
||
|
||
# 赞助
|
||
|
||
[微信赞赏码](docs/sponsor.md)
|
||
|
||
# 📃 许可证
|
||
|
||
[LICENSE](./LICENSE)
|