🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
Go to file
2024-08-14 19:47:58 +08:00
.github/workflows fix: windows style 2024-08-08 23:30:55 +08:00
.vscode feat: add redux-persist 2024-05-31 15:53:55 +08:00
build build: for windows 2024-07-09 21:05:31 +08:00
scripts chore(version): 0.3.7 2024-07-26 11:04:02 +08:00
src feat: add minapp popup 2024-08-14 19:47:58 +08:00
.editorconfig feat: add vite-electron template 2024-05-24 10:03:02 +08:00
.eslintignore feat: add changes log 2024-07-15 15:55:51 +08:00
.eslintrc.cjs style: change import order 2024-08-02 10:11:18 +08:00
.gitignore feat: new navbar style 2024-07-23 12:29:20 +08:00
.prettierignore feat: add changes log 2024-07-15 15:55:51 +08:00
.prettierrc chore(lint): Update ESLint and Prettier configurations 2024-05-24 16:33:26 +08:00
.yarnrc.yml build: change yarn version 2024-07-13 00:31:07 +08:00
dev-app-update.yml feat: check update 2024-07-16 20:06:25 +08:00
electron-builder.yml chore(version): 0.5.5 2024-08-13 21:10:04 +08:00
electron.vite.config.ts feat: add font size options to assistant settings pannel 2024-08-12 22:21:47 +08:00
LICENSE doc: update LICENSE 2024-07-30 16:13:32 +08:00
package.json chore(version): 0.5.5 2024-08-13 21:10:04 +08:00
README.md feat: new inputbar style 2024-08-09 18:56:45 +08:00
tsconfig.json feat: add vite-electron template 2024-05-24 10:03:02 +08:00
tsconfig.node.json feat: add vite-electron template 2024-05-24 10:03:02 +08:00
tsconfig.web.json feat: add vite-electron template 2024-05-24 10:03:02 +08:00
yarn.lock chore: remove ahooks 2024-08-13 20:50:54 +08:00

🍒 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

🖥️ Develop

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

Star History

Star History Chart

📃 License

LICENSE