Claude Desktop 1.3109.0 (patch release 9)
This release provides Claude Desktop version 1.3109.0 pre-patched for Linux.
Installation Options
Arch Linux (AUR)
yay -S claude-desktop-binDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-binDebian/Ubuntu (manual .deb)
# x86_64
sudo apt install ./claude-desktop-bin_1.3109.0-9_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3109.0-9_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-binFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-bin-1.3109.0-9.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3109.0-9.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.3109.0-x86_64.AppImage
./Claude_Desktop-1.3109.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.3109.0-aarch64.AppImage
./Claude_Desktop-1.3109.0-aarch64.AppImageUpdate existing AppImage (delta download — only changed blocks):
appimageupdatetool Claude_Desktop-*-x86_64.AppImage # Or from within the AppImage: ./Claude_Desktop-*-x86_64.AppImage --appimage-update
Checksums
| File | SHA256 |
|---|---|
| Tarball | 6d9a775832d93f0abe8af07243886582f25015e4b947bf02be8feb36c29ab861
|
| AppImage (x86_64) | c953b6d22f7a22cfe65a9b5c2e829bfd9816d24c484a12bf8ff22c28cfd2e13e
|
| AppImage (aarch64) | 7e8dacff84168f934cc8fed2599116015d840ee26559dbcb56401767290473df
|
| Debian (amd64) | a4d2fc0576a5bb39f6f5a6144af8c524b210baad2f2847113b2211e054d7c1eb
|
| Debian (arm64) | 5b1106cf3441b40127aa97e0e98970f9b3f2ecb8e27e353de2d7d7f792aec904
|
| RPM (x86_64) | d73dc44eabf12f48f4885cede41ba19d9f1b6cb878d55d01343a8f589fc22cb8
|
| RPM (aarch64) | c204b7165472fb8972284354b064b20fbe4e8673a4eba489c3ceb0a5039ca164
|
Changes since last release
Fixed
- Cowork tab font: The Cowork tab rendered with default Serif font instead of the user's chosen font preference. The claude.ai SPA lazy-initializes font preferences when the Chat view mounts — if Cowork is visited first, the font was wrong. Fixed by injecting CSS on
dom-readythat reads the font preference from localStorage and applies it immediately. (fix_cowork_font.nim)
Added
- Theme
chatFontoverride: Custom themes can now override the chat font via a"chatFont"key in~/.config/Claude/claude-desktop-bin.json. Works per-theme or as a global setting. Only system-installed fonts are supported (fc-listto browse).