Search Criteria
Package Details: cherry-studio-electron-bin 1.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cherry-studio-electron-bin.git (read-only, click to copy) |
---|---|
Package Base: | cherry-studio-electron-bin |
Description: | 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.(Prebuilt version.Use system-wide electron) |
Upstream URL: | https://cherry-ai.com/ |
Keywords: | agent anthropic assistant chatbot chatbotai electron llm openai |
Licenses: | Apache-2.0, LicenseRef-custom |
Conflicts: | cherry-studio |
Provides: | cherry-studio |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-01-15 03:19 (UTC) |
Last Updated: | 2025-03-03 01:52 (UTC) |
Dependencies (3)
- electron31
- fuse2 (make)
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-rocm-gitAUR, ollama-gitAUR) (optional) – Use your local LLM
Latest Comments
zxp19821005 commented on 2025-02-24 03:44 (UTC)
@yangtsesu 可能不行。因为软件打包时使用的是
electron31
,如果使用electron34
运行,可能会出现位置问题。如果你个人执意使用最新版的electron
运行,可以修改/usr/bin/cherry-studio-electron
文件,将其中的electron31
替换为electron
。sudo sed -i "s/electron31/electron/g" /usr/bin/cherry-studio-electron
yangtsesu commented on 2025-02-23 11:53 (UTC)
能默认使用最新的electron吗?
zxp19821005 commented on 2025-02-10 07:22 (UTC)
@yangtsesu 感谢反馈,已更正。
yangtsesu commented on 2025-02-10 02:47 (UTC)
LICENSE应为custom的,并不是MIT。