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
- Show 11 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »
cF1nny commented on 2026-07-12 19:48 (UTC) (edited on 2026-07-12 19:49 (UTC) by cF1nny)
Any update per @mrdhakal 's comment @kevindiaz314 ? Bit confusing between the two packages
mrdhakal commented on 2026-07-12 05:10 (UTC)
@kevindiaz314, could you clarify or correct this comment?
claude-desktop-binis maintained bypatrickjaja, whileclaude-desktopwas submitted and is maintained by you. You also previously identified yourself here as the maintainer ofclaude-desktop-official-bin.Patrick has stated that
claude-desktop-binremains maintained and intentionally applies additional patches and features. Therefore, this does not appear to be a consolidation under the same maintainer or an agreed migration of this package.If you meant that you were consolidating
claude-desktop-official-binintoclaude-desktop, the current wording was posted on the wrong package and misleadingly presentsclaude-desktopas the successor toclaude-desktop-bin.kevindiaz314 commented on 2026-07-05 02:54 (UTC)
This package is deprecated — I'm consolidating under the canonical name claude-desktop (same maintainer, same approach: the official .deb repackaged verbatim).
Please migrate:
(the aur/ prefix matters on CachyOS, whose distro repo ships its own older claude-desktop).
What you gain: current version (1.18286.0 vs 1.17377.0) and Cowork working out of the box (this package never shipped the path fixes it needs on Arch).
A deletion request for this package has been filed; see you over at claude-desktop.
ElijahLynn commented on 2026-07-04 04:09 (UTC)
Thank you for maintaining this! I just got it running with the help of a local Warp Terminal agent! I asked it to create a summary of what it did. Your mileage may vary...
Getting Cowork working on Arch Linux
After installing, the Cowork tab shows a popup saying "Virtualization isn't fully set up — Cowork runs in a secure local virtual machine. Cowork requires QEMU. Install it with 'sudo apt install qemu-system-x86 ovmf virtiofsd', then restart Claude." The Arch equivalents are
qemu-system-x86,edk2-ovmf, andvirtiofsd, but that's not enough — the app hardcodes Debian paths that don't exist on Arch.Full fix:
Install the required packages
sudo pacman -S qemu-system-x86 edk2-ovmf virtiofsd socat
Load the vhost_vsock kernel module
sudo modprobe vhost_vsock echo vhost_vsock | sudo tee /etc/modules-load.d/vhost_vsock.conf
Symlink virtiofsd to the path the app expects
sudo ln -s /usr/lib/virtiofsd /usr/bin/virtiofsd
Create OVMF symlinks at the Debian paths the app hardcodes
sudo mkdir -p /usr/share/OVMF sudo ln -s /usr/share/edk2-ovmf/x64/OVMF_CODE.4m.fd /usr/share/OVMF/OVMF_CODE_4M.fd sudo ln -s /usr/share/edk2-ovmf/x64/OVMF_VARS.4m.fd /usr/share/OVMF/OVMF_VARS_4M.fd
Restart Claude Desktop. On first launch Cowork will download the VM disk image (~1.2 GB) in the background, then it's fully functional.
Confirmed working on Arch Linux x86_64 as of 2026-07-04.
medaminezghal commented on 2026-07-03 04:57 (UTC) (edited on 2026-07-03 04:58 (UTC) by medaminezghal)
@kevindiaz314 claude-desktop package is now unmaintained, could you adopt it and provide official package there?
falser commented on 2026-07-02 05:45 (UTC)
is Supports 3-Party API endpoint ?
kevindiaz314 commented on 2026-07-02 02:31 (UTC)
Maintainer of
claude-desktop-official-binhere. For transparency: these aren't identical today. This package installs Anthropic's official.debverbatim (bundled Electron, checksums pulled from the official apt repo), whileclaude-desktop-bincurrently repackages a modified unofficial binary. That said, ifclaude-desktop-binis migrating to the official.deb, I agree two identical packages make no sense, and I'll happily defer to the maintainers/TUs on the merge. Glad to help or co-maintain.patrickjaja commented on 2026-07-01 23:52 (UTC)
Note: there are now similar packages on AUR (claude-desktop-official, claude-desktop-official-bin).
What's the difference?
All of them use the same official Claude Desktop .deb from Anthropic (downloads.claude.ai).
The official-* packages install it as-is, with no patches on top (as far as I can see in their PKGBUILDs). If you want a plain, untouched official version, that is probably what you want.
This package (claude-desktop-bin) adds extra features on top: Computer Use on Linux, custom themes, multiple profiles, Quick Entry. These patches can solve issues, but they can also cause them. They are applied automatically on every new Anthropic release, and everything is open source: https://github.com/patrickjaja/claude-desktop-bin
Pick what you prefer.
patrickjaja commented on 2026-07-01 21:24 (UTC) (edited on 2026-07-01 21:27 (UTC) by patrickjaja)
Breaking update - short summary.
We've switched from patching the upstream Windows build to repackaging+patching the official Claude Desktop Linux beta (.deb -> https://code.claude.com/docs/en/desktop-linux).
This is a breaking change for claude-cowork-service (https://aur.archlinux.org/pkgbase/claude-cowork-service): it's now deprecated and fully removed -
Anthropic ships Cowork's sandbox directly in the official build, and that's the new default.
Feel free to uninstall
claude-cowork-service, but do check the README for the QEMU https://github.com/patrickjaja/claude-desktop-bin#arch-linux--manjaro-aurtl;dr
yay -S claude-desktop-binsudo pacman -S --needed qemu-system-x86 edk2-ovmf virtiofsdthen join the kvm group (once, needs re-login):
sudo usermod -aG kvm "$USER"We'll keep maintaining the project to stay rolling and compatible. With Anthropic now officially supporting Debian-based distros, our Linux future looks promising.
elamperti commented on 2026-07-01 20:06 (UTC)
@airdi @0xSharp You can compare the pkgbuilds yourselves.. This uses the official bin from Claude, whereas
claude-desktop-binuses an unofficial binary, modified to add features not supported by Anthropic, and repackaged for distribution (looks trustworthy but the name is misleading!).« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »