mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
- Replaced 'CopyOutlined' icon with custom 'CopyIcon'. - Replaced Topics component with RightSidebar component to match topicPosition settings. - Removed unused imports and updated UI components in the Inputbar. - Implemented a new Token Count component for displaying context and estimated token information in the input bar. - Adjusted the height of code block header. - Added functionality to toggle theme opacity. - Added functionality to dynamically change the sidebar border style based on stored settings. - Updated CSS styles for dynamic topic list width and padding adjustments. - Removed unused import and styles to improve code efficiency and reduce clutter. |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| .yarn/patches | ||
| build | ||
| resources | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| dev-app-update.yml | ||
| electron-builder.yml | ||
| electron.vite.config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
| yarn.lock | ||
🍒 Cherry Studio
Cherry Studio is a desktop client that supports for multiple LLM providers, available on Windows, Mac and Linux.
🌠 Screenshot
🌟 Features
- Support for Multiple LLM Providers.
- Allows creation of multiple Assistants.
- Enables creation of multiple topics.
- Allows using multiple models to answer questions in the same conversation.
- Supports drag-and-drop sorting.
- Code highlighting.
- Mermaid chart
🖥️ Develop
Recommended IDE Setup
Project Setup
Install
$ yarn
Development
$ yarn dev
Build
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux