Package Details: cherry-studio-electron-bin 1.9.0-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: 3
Popularity: 0.26
First Submitted: 2025-01-15 03:19 (UTC)
Last Updated: 2026-04-10 05:38 (UTC)

Latest Comments

1 2 3 Next › Last »

zxp19821005 commented on 2026-04-13 07:22 (UTC)

@txyyh Yes, the upstream had deleted it. Maybe it will come soon.

txyyh commented on 2026-04-12 11:05 (UTC) (edited on 2026-04-12 11:06 (UTC) by txyyh)

Can't build version 1.9.0, because it don't exist at now.

zxp19821005 commented on 2026-04-08 02:25 (UTC)

@linux_voyager We just need the stable verion !

zxp19821005 commented on 2026-02-25 23:44 (UTC)

@bkun31 Thanks for your feedback, fixed already.

bkun31 commented on 2026-02-18 22:20 (UTC)


Hi,

The app currently fails at runtime with an ENOENT error because it expects the app.asar.unpacked directory to exist, but the current package() function flattens the structure.

Problem: Using ${subdir}/* copies the contents but not the folder itself.

Proposed Fix: In the package() function (in the PKGBUILD), please change:

cp -Pr --no-preserve=ownership "${subdir}"/* "${pkgdir}/usr/lib/${pkgname%-bin}"

to:

cp -Pr --no-preserve=ownership "${subdir}" "${pkgdir}/usr/lib/${pkgname%-bin}/"

Removing the /* ensures that the app.asar.unpacked directory (and any others) is created correctly in /usr/lib/${pkgname%-bin}/. This allows modules like font-list to be located by the application.


zxp19821005 commented on 2026-02-06 07:13 (UTC)

The upstream has deleted the prebuilt files, see https://github.com/CherryHQ/cherry-studio/tags.

KyvYang commented on 2026-02-06 06:35 (UTC)

Package not building.

==> Retrieving sources...
  -> Found LICENSE-1.7.16
  -> Found cherry-studio-electron.sh
  -> Downloading cherry-studio-electron-1.7.16-x86_64.rpm...
HTTP ERROR response 404  [https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.16/Cherry-Studicherry-studio-electr 100% [=======================================================>]       9     --.-KB/s
                          [Files: 0  Bytes: 9  [17 B/s] Redirects: 0  Todo: 0  Erro]
==> ERROR: Failure while downloading https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.16/Cherry-Studio-1.7.16-x86_64.rpm
    Aborting...
error: failed to download sources for 'cherry-studio-electron-bin-1.7.16-1': 
error: packages failed to build: cherry-studio-electron-bin-1.7.16-1

Only .zip and .tar.gz source code packages are current available in the 1.7.16 release page. Will the rpm package be available soon?

zxp19821005 commented on 2025-10-09 10:03 (UTC) (edited on 2025-10-09 10:03 (UTC) by zxp19821005)

@BlackCherry The actual logo was displayed normally, I don't know what happened to you?

BlackCherry commented on 2025-10-02 19:14 (UTC)

It would be great that the .desktop file name was CherryStudio.dekstop in order to show the actual logo of cherry studio in the taskbar. It would be possible to change it?