cherry-studio/README.md
2024-07-05 17:03:58 +08:00

581 B

Cherry Studio

Cherry Studio 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