🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
Go to file
kangfenmao 7e872edfda feat: Enhanced UI/UX with design updates, i18n, and feature enhancements.
- Updated design styles for segmented tabs and size adjustments for assistive elements.
- Added internationalization translations for English and Chinese.
- Removed unused import and functionality for switching topics sidebar.
- Added functionality to hide or show the right sidebar in the Chat page.
- Renamed Assistants component to RightSidebar.
- Improved functionality for showing and toggling topics and settings in the input bar.
- Removed unused imports and refactored Navbar component layout.
- Updated existing right sidebar functionality to allow for custom position and show topic settings.
- Removed inline styles for width from Settings component Container styles.
- Added new features for managing topics in the home page, including drag and drop functionality, a "show all" button for viewing more topics, and improved handling of large topic lists.
2024-09-08 15:56:16 +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
.yarn/patches fix: https://github.com/electron/notarize/issues/193 2024-08-27 19:42:39 +08:00
build build: for windows 2024-07-09 21:05:31 +08:00
resources refactor: remove minapp.html 2024-08-22 13:04:24 +08:00
scripts chore(version): 0.3.7 2024-07-26 11:04:02 +08:00
src feat: Enhanced UI/UX with design updates, i18n, and feature enhancements. 2024-09-08 15:56:16 +08:00
.editorconfig fix: electron builder ignore files 2024-08-26 18:19:01 +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: add local module 2024-08-27 11:31:05 +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 chore(version): 0.6.2 2024-08-26 18:30:05 +08:00
dev-app-update.yml feat: check update 2024-07-16 20:06:25 +08:00
electron-builder.yml feat: double click to change assistat view 2024-09-03 22:13:25 +08:00
electron.vite.config.ts build: add yarn workspace config 2024-08-25 22:12:31 +08:00
LICENSE doc: update LICENSE 2024-07-30 16:13:32 +08:00
package.json chore(version): 0.6.10 2024-09-07 18:21:30 +08:00
README.md feat: new inputbar style 2024-08-09 18:56:45 +08:00
tsconfig.json feat: add local module 2024-08-27 11:31:05 +08:00
tsconfig.node.json feat: add local module 2024-08-27 11:31:05 +08:00
tsconfig.web.json feat: add local module 2024-08-27 11:31:05 +08:00
yarn.lock chore(version): 0.6.3 2024-09-03 20:50:46 +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