Desktop app build script for Debian-based Linux distributions
Top 39.7% on sourcepulse
This repository provides build scripts for packaging the Claude Desktop application for Debian-based Linux distributions, offering both .deb
packages and self-contained AppImages. It targets Linux users who want to run Claude Desktop natively, simplifying installation and integration with desktop environments.
How It Works
The build process unpacks the official Windows Electron application, replaces Windows-specific native modules with Linux-compatible stubs, and then repackages the application into either a .deb
file or an AppImage. This approach leverages the cross-platform nature of Electron, addressing the primary challenge of a missing native Linux client.
Quick Start & Requirements
git clone
and running ./build.sh
(defaults to .deb
, cleans build files).Highlighted Details
.deb
packages for standard installation and AppImages for portability.--no-sandbox
flag for Electron, with discussion on alternatives.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The AppImage login functionality requires manual setup or tools like AppImageLauncher due to the --no-sandbox
flag. The project relies on a title bar fix from another repository.
2 weeks ago
1 day