Search Criteria
Package Details: cherry-studio-electron-bin 1.4.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: | 🍒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: | 1 |
Popularity: | 0.35 |
First Submitted: | 2025-01-15 03:19 (UTC) |
Last Updated: | 2025-06-05 09:25 (UTC) |
Dependencies (3)
- electron35 (electron35-binAUR)
- fuse2 (make)
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-gitAUR) (optional) – Use your local LLM
Latest Comments
zxp19821005 commented on 2025-05-26 05:49 (UTC)
@JimMoen Thanks for your feedback, fixed it.
JimMoen commented on 2025-05-23 15:29 (UTC)
bad appimage file sha256sum, seems they withdraw 1.3.11 release current appiamge upload time is 17:57(UTC+8), I have downloaded at 17:44(UTC+8)
zxp19821005 commented on 2025-05-06 14:03 (UTC)
@xmengnet 感谢反馈,是我疏忽了,已修复。
xmengnet commented on 2025-05-01 14:04 (UTC)
桌面文件的图标路径是错的
zxp19821005 commented on 2025-02-24 03:44 (UTC) (edited on 2025-05-06 14:03 (UTC) by zxp19821005)
@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。