90 lines
2.5 KiB
Markdown
90 lines
2.5 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">
|
|
English | <a href="./docs/README.zh.md">中文</a>
|
|
</div>
|
|
|
|
# 🍒 Cherry Studio
|
|
|
|

|
|
|
|
Cherry Studio is a desktop client that supports for multiple LLM providers, available on Windows, Mac and Linux.
|
|
|
|
# 🌠 Screenshot
|
|
|
|

|
|

|
|

|
|
|
|
# 🌟 Features
|
|
|
|
<div align="center">
|
|
<a href="https://www.producthunt.com/posts/cherry-studio?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-cherry-studio" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=496640&theme=light" alt="Cherry Studio - AI Chatbots, AI Desktop Client | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
</div>
|
|
|
|
1. Support for Multiple LLM Providers.
|
|
2. Allows creation of multiple Assistants.
|
|
3. Enables creation of multiple topics.
|
|
4. Allows using multiple models to answer questions in the same conversation.
|
|
5. Supports drag-and-drop sorting.
|
|
6. Code highlighting.
|
|
7. Mermaid chart
|
|
|
|
# 🖥️ Develop
|
|
|
|
## IDE Setup
|
|
|
|
[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)
|
|
|
|
## Project Setup
|
|
|
|
### Install
|
|
|
|
```bash
|
|
$ yarn
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
$ yarn dev
|
|
```
|
|
|
|
### Build
|
|
|
|
```bash
|
|
# For windows
|
|
$ yarn build:win
|
|
|
|
# For macOS
|
|
$ yarn build:mac
|
|
|
|
# For Linux
|
|
$ yarn build:linux
|
|
```
|
|
|
|
# ⭐️ Star History
|
|
|
|
[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
|
|
|
|
# 🚀 Contributors
|
|
|
|
<a href="https://github.com/kangfenmao/cherry-studio/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=kangfenmao/cherry-studio" />
|
|
</a>
|
|
|
|
# Community
|
|
|
|
[Telegram](https://t.me/CherryStudioAI)
|
|
|
|
# Sponsor
|
|
|
|
[Buy Me a Coffee](docs/sponsor.md)
|
|
|
|
# 📃 License
|
|
|
|
[LICENSE](./LICENSE)
|