Files
cherry-studio/README.md
T
2024-05-24 12:45:41 +08:00

573 B

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