Builds an Arch Linux package for Claude Desktop by extracting and modifying the official Windows release. I
Stars
98
Forks
9
Watchers
98
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
Ensure there is still a pkgver variable and there is no log lines
0c9a064View on GitHubfeat: Overhaul PKGBUILD for robustness and feature parity\n\nThis commit significantly refactors the PKGBUILD based on learnings\nfrom the debian build scripts and incorporates several improvements:\n\n- Automatic Version Detection: Implemented pkgver() function to fetch\n the latest version dynamically.\n- Architecture Detection: Uses $CARCH to download the correct x86_64 or\n aarch64 installer and handle associated filenames/suffixes.\n- Local Electron Packaging: Installs Electron and Asar locally during\n build and packages them with the application, removing the external\n 'electron' dependency.\n- Wayland Support: Updated the launcher script to detect Wayland and\n add necessary Electron flags.\n- Sandbox Permissions: Added claude-desktop.install script to set SUID\n permissions on the packaged chrome-sandbox post-installation.\n- README Update: Revised README.md with updated build/install/uninstall\n instructions, troubleshooting tips, and technical explanations.
fc893b9View on GitHub