Search Criteria
Package Details: claude-desktop-bin 0.7.7-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: | Unofficial Linux build of Claude Desktop AI assistant |
Upstream URL: | https://github.com/k3d3/claude-desktop-linux-flake |
Licenses: | custom |
Submitter: | Somvilla |
Maintainer: | Somvilla |
Last Packager: | Somvilla |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-12-19 00:17 (UTC) |
Last Updated: | 2024-12-21 15:38 (UTC) |
Dependencies (7)
- electron (electron-nightly-binAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- icoutils (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip) (make)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
Latest Comments
zlqrn commented on 2025-05-12 01:06 (UTC) (edited on 2025-05-12 06:28 (UTC) by zlqrn)
if anybody is out there reading this.
sudo npm i -g asar
after installing with yay, check this folder /usr/lib/electron36/resources/ and sudo nano en-US.json and create a file with only this "{}" (without the quotes).
3 minutes so far, i have been able to login, chat, and hasnt crashed. what is not good (for me) is that you cant reload or refresh to update the chats. very inconvenient.
much better than dealing with 60GB of cloning the entire electron25 repository and battling nodejs hydrogen LTS which expired arpil 2025, but spent half a day trying to get mcp servers to work, did not win. also no reload so updating the chats is not convenient in this app.
much appreciated to those who worked on this, definitely a good attempt and much learned.
try: claude-desktop-arch, seems very promising so far and there is something nice about seeing cluade-desktop for windows on arch linux
prochac commented on 2025-04-03 21:40 (UTC)
The PKGBUILD from @AstroSteveo installs the app, but it only opens a blank window for me.
AstroSteveo commented on 2025-03-11 06:31 (UTC) (edited on 2025-03-11 06:32 (UTC) by AstroSteveo)
The PKGBUILD is missing the required
en-US.json
file preventing the app from running. It is also missing theasar
package as a dependency. I have updated the PKGBUILD to implement these changes. Additionally, I addedMimeType=x-scheme-handler/claude
to theclaude-desktop.desktop
file to fix Google login.lingster commented on 2025-01-14 17:52 (UTC)
you may need to install asar first for this to work.
npm i -g asar
That1Calculator commented on 2025-01-13 20:54 (UTC)
As of the latest build (which should be 0.7.8), my tray icon seems to have gone away, and it's not telling Dbus its name.
DeltaWhy commented on 2025-01-06 14:15 (UTC)
Doesn't build as-is - it needs 'asar' but it's not listed as a makedep.