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

|
|
|
|

|
|
|
|

|
|
|
|
# 🌟 Features
|
|
|
|
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
|
|
|
|
# 👥 Community
|
|
|
|
Join our Telegram group to discuss Cherry Studio's latest developments and features! [Telegram community](https://t.me/CherryStudioAI)
|
|
|
|
# 🖥️ Develop
|
|
|
|
## 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)
|
|
|
|
# 📃 License
|
|
|
|
[LICENSE](./LICENSE)
|