Package Details: cherry-studio-electron-bin 1.4.1-1

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)

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)

$ curl -LsSf https://github.com/CherryHQ/cherry-studio/releases/download/v1.3.11/Cherry-Studio-1.3.11-x86_64.AppImage | sha256sum -
c51323e7f0e4c64e6be5e514f3c49371db9ce4965d02f6a47d4a0366c669fe43  -

$ l cherry-studio-electron-1.3.11-x86_64.AppImage; sha256sum cherry-studio-electron-1.3.11-x86_64.AppImage 
.rwxr-xr-x cj cj 137 MB Fri May 23 17:44:28 2025  cherry-studio-electron-1.3.11-x86_64.AppImage
77bc944f0e32a2d88da1475a7ad3b8cc4f0497edce86b19be9096f989e183ba8  cherry-studio-electron-1.3.11-x86_64.AppImage

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替换为electronsudo 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。