🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
Go to file
kangfenmao b3ecf05c2f feat(module): add new feature module
Added a new functionality module named "module" which implements the following features:
- Implements feature A
- Provides API interface B
- Optimizes performance issues

BREAKING CHANGE: The new functionality module introduces a new configuration option, requiring updates to the existing configuration files.
2024-06-18 20:06:47 +08:00
.vscode feat: add redux-persist 2024-05-31 15:53:55 +08:00
build feat: add vite-electron template 2024-05-24 10:03:02 +08:00
resources feat: add vite-electron template 2024-05-24 10:03:02 +08:00
src feat(module): add new feature module 2024-06-18 20:06:47 +08:00
.editorconfig feat: add vite-electron template 2024-05-24 10:03:02 +08:00
.eslintignore feat: add vite-electron template 2024-05-24 10:03:02 +08:00
.eslintrc.cjs feat: add redux store 2024-05-31 14:38:19 +08:00
.gitignore feat: add vite-electron template 2024-05-24 10:03:02 +08:00
.npmrc feat: add vite-electron template 2024-05-24 10:03:02 +08:00
.prettierignore feat: add vite-electron template 2024-05-24 10:03:02 +08:00
.prettierrc chore(lint): Update ESLint and Prettier configurations 2024-05-24 16:33:26 +08:00
dev-app-update.yml feat: add vite-electron template 2024-05-24 10:03:02 +08:00
electron-builder.yml feat: add vite-electron template 2024-05-24 10:03:02 +08:00
electron.vite.config.ts feat: add redux store 2024-05-31 14:38:19 +08:00
LICENSE Initial commit 2024-05-24 09:56:26 +08:00
package.json feat(module): add new feature module 2024-06-18 20:06:47 +08:00
README.md style(config): update Prettier and VS Code settings 2024-05-24 12:45:41 +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(module): add new feature module 2024-06-18 20:06:47 +08:00

Cherry AI

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

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux