Search Criteria
Package Details: openwork 0.13.12-1
Package Actions
| 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) |
Dependencies (12)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdrm (libdrm-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxss
- libxtst
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
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仍然存在冲突
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 --versionreturns1.3.5, which is likely incorrect, given the fact that opencodev1.1.40was 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« First ‹ Previous 1 2