Skip to content

Claude Desktop 1.1.4498

Choose a tag to compare

@github-actions github-actions released this 27 Feb 04:12
· 938 commits to master since this release

Claude Desktop 1.1.4498

This release provides Claude Desktop version 1.1.4498 pre-patched for Linux.

Installation Options

Arch Linux (AUR)

yay -S claude-desktop-bin

Debian/Ubuntu (APT Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-bin

Debian/Ubuntu (manual .deb)

sudo apt install ./claude-desktop-bin_1.1.4498_amd64.deb

Fedora/RHEL (manual .rpm)

sudo dnf install ./claude-desktop-bin-1.1.4498-1.x86_64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

chmod +x Claude_Desktop-1.1.4498-x86_64.AppImage
./Claude_Desktop-1.1.4498-x86_64.AppImage

Checksums

File SHA256
Tarball 627def23d1819269ade8298c843069f3ebe75cd0622ef6ecc2b85a6c879265b1
AppImage fac09fdc3896d07ab108709f047cf3ac13385b7514e457fee7fa84c015eac91f
Debian a3a4904a3b86fb45c06ef33ec42c47c39fd574e3d64c9fd4e7699e0f36a1ca1c
RPM 84ec86e54639f679bff10095e0f898fc2ced5facc9604a01ea9e6c8901980bc7

Changes since last release

Changed

  • Update to Claude Desktop v1.1.4328 (from v1.1.4173)

Fixed

  • enable_local_agent_mode.py — Make yukonSilver formatMessage id field optional in regex ((?:,id:"[^"]*")?) to handle v1.1.4328 adding i18n IDs
  • enable_local_agent_mode.py — Use [\w$]+ instead of \w+ for getSystemInfo total_memory variable ($r contains $)

Notes

  • 4 new IPC handlers: CoworkSpaces.copyFilesToSpaceFolder, CoworkSpaces.createSpaceFolder, FileSystem.browseFiles, LocalSessions.delete
  • All 19 patches pass, no structural changes to platform gating or feature flags
  • Key renames: chillingSlothFeat=TMt, quietPenguin=MMt, yukonSilver=RMt, os module=$r

Links