Package Details: openwork 0.13.12-1

Git Clone URL: https://aur.archlinux.org/openwork.git (read-only, click to copy)
Package Base: openwork
Description: An Open source alternative to Claude Cowork
Upstream URL: https://github.com/different-ai/openwork
Keywords: claude cowork open-source
Licenses: MIT
Submitter: playercc7
Maintainer: l3afyb0y (shilka, different-ai)
Last Packager: different-ai
Votes: 2
Popularity: 0.78
First Submitted: 2026-01-21 10:53 (UTC)
Last Updated: 2026-05-22 04:41 (UTC)

Latest Comments

« First ‹ Previous 1 2

l3afyb0y commented on 2026-02-13 04:42 (UTC) (edited on 2026-02-13 04:46 (UTC) by l3afyb0y)

I see now that I was mistaken in thinking that the opencode binary was renamed, it looks like it is still in the main repo. An issue is open on upstream to figure out fixing this, I'm hoping they can rename the binary since it's in the source mostly as a backup. If not, I'll most likely have to adjust the script to remove the binary and make opencode a depends. The owner of the repo informed me the opencode binary is a "safe backup" for when the normal openwork-server isn't working, so I'd like to keep their binary to ensure compatibility later on in case the opencode on the Arch repo (which, I also was not aware of until now) is ever updated in a way that breaks openwork. Apologies for the error, and the delay, I'm just getting over the flu. This should be figured out tomorrow.

serenity commented on 2026-02-10 06:44 (UTC)

和opencode仍然存在冲突

错误:无法提交处理 (有冲突的文件)
openwork: 文件系统中存在 /usr/bin/opencode (由 opencode-bin 所有)
发生错误,没有软件包被更新。
 -> 安装时出错:  [/home/serenity/.cache/yay/openwork/openwork-0.11.21-2-x86_64.pkg.tar.zst] - exit status 1

l3afyb0y commented on 2026-01-29 03:10 (UTC)

I got in contact with upstream and the issue should be fixed. The Opencode binary in Openwork was only a fallback, and they were able to rename the file inside their .deb to make it stop overwriting the Opencode binary (if installed with curl, AUR's package is currently broken) so this should solve both issues.

prochac commented on 2026-01-28 22:44 (UTC)

Also, the opencode --version returns 1.3.5, which is likely incorrect, given the fact that opencode v1.1.40 was released just 1h ago.

shilka commented on 2026-01-28 02:39 (UTC) (edited on 2026-01-28 02:45 (UTC) by shilka)

If you have already installed opencode, install openwork would raise a file conflict error: /usr/bin/opencode exists in filesystem. So PKGBUILD should handle this circumstance with: if [ -f /usr/bin/opencode ]; then rm -f "${pkgdir}/usr/bin/opencode" fi