🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
Go to file
2024-07-17 16:21:48 +08:00
.github/workflows ci: remove any yml files from the release files 2024-07-15 12:39:03 +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
resources build: for windows 2024-07-09 21:05:31 +08:00
scripts ci: log notarized app name 2024-07-16 20:49:41 +08:00
src chore(version): 0.2.5 2024-07-17 16:21:48 +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 feat: rename topic 2024-07-02 10:31:03 +08:00
.gitignore build: change yarn version 2024-07-13 00:31:07 +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.2.5 2024-07-17 16:21:48 +08:00
electron.vite.config.ts feat: add release note 2024-07-15 15:00:19 +08:00
LICENSE Initial commit 2024-05-24 09:56:26 +08:00
package.json 0.2.4 2024-07-16 20:42:21 +08:00
README.md Update README.md 2024-07-16 10:22:24 +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 feat: add sentry integration 2024-07-16 17:08:04 +08:00

Cherry Studio

Cherry Studio is a desktop client for multiple cutting-edge LLM models, available on Windows, Mac and Linux.

Screenshot

image.png

image.png

Feature

  1. Supports multiple large language model service 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.

Develop

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux