Search Criteria
Package Details: claude-desktop-bin 1.24012.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/claude-desktop-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | claude-desktop-bin |
| Description: | Claude Desktop - Linux (unofficial, repackaged from the official Linux .deb) |
| Upstream URL: | https://github.com/patrickjaja/claude-desktop-bin |
| Keywords: | ai anthropic claude cowork |
| Licenses: | custom:Claude |
| Submitter: | Somvilla |
| Maintainer: | patrickjaja |
| Last Packager: | patrickjaja |
| Votes: | 23 |
| Popularity: | 6.89 |
| First Submitted: | 2024-12-19 00:17 (UTC) |
| Last Updated: | 2026-07-21 23:04 (UTC) |
Dependencies (31)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcap-ng (libcap-ng-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libnotify (libnotify-gitAUR)
- libseccomp (libseccomp-gitAUR)
- libsecret
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxkbcommon (libxkbcommon-gitAUR)
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- systemd-libs (systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR)
- xdg-desktop-portal (xdg-desktop-portal-minimal-gitAUR, xdg-desktop-portal-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
asm0dey commented on 2026-04-18 09:03 (UTC)
@patrickjaja copy from where to where?
patrickjaja commented on 2026-04-18 08:29 (UTC) (edited on 2026-04-18 08:37 (UTC) by patrickjaja)
@fieldnote-echo @papa33 Thanks for the report & sorry for breaking the installation. This one is hard to be covered by my pipeline (i have worked on further wayland support this included to rename the electron binary for the process it spawns and proper permission delegation).
I could reproduce it locally, but it's happening when /home is on a separate filesystem (btrfs subvolume or different partition). Hard links can't cross filesystem boundaries.
As suggested, cp is a better solution and it's implemented.
Feel free to try it again, feedback is very much appreciated (on my system everything is on the same partition).
papa33 commented on 2026-04-18 07:08 (UTC)
File "/usr/lib/claude-desktop-bin/com.anthropic.claude-desktop" from package "claude-desktop-bin" is missing dependency "libffmpeg.so"
fieldnote-echo commented on 2026-04-18 05:10 (UTC)
thanks thisischrys, fallback to cp is the better solution
fieldnote-echo commented on 2026-04-18 02:44 (UTC)
Build fails with Invalid cross-device link on systems where /home is on a separate filesystem or btrfs subvolume from / (CachyOS default, among others), because line 52 of the PKGBUILD uses a hard link: ln "$electron_bin" "$pkgdir/usr/lib/$pkgname/com.anthropic.claude-desktop" Changing this to ln -sf makes it a symlink and fixes the build without affecting same-filesystem setups. Happy to submit a patch if useful.
patrickjaja commented on 2026-04-03 12:38 (UTC) (edited on 2026-04-03 12:42 (UTC) by patrickjaja)
we stay rolling (semi automated) to latest releases from anthropic/claude-desktop, 1.569.0
patrickjaja commented on 2026-03-28 09:52 (UTC) (edited on 2026-03-28 09:52 (UTC) by patrickjaja)
@skint007 Thanks, for the note. Its fixed!
Bash validation step was added to CI/CD Pipeline, issues like that will be prevented in the future.
skint007 commented on 2026-03-28 03:02 (UTC)
After updating I had an issue where the
/usr/bin/claude-desktopfile had 2 spaces at the first line, making it not launch from the desktop file.So the fix is to remove the spaces and it works fine
patrickjaja commented on 2026-03-27 17:27 (UTC) (edited on 2026-03-27 17:27 (UTC) by patrickjaja)
Anthropic added a "teach" tool to computer use. The MCP is back and now linux compatible.
Also x11 & wayland compatibility was improved (https://github.com/patrickjaja/claude-desktop-bin/blob/master/CHANGELOG.md#2026-03-27-v119134).
https://github.com/patrickjaja/claude-desktop-bin?tab=readme-ov-file#computer-use
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »