github patrickjaja/claude-desktop-bin v1.4758.0
Claude Desktop 1.4758.0

one day ago

Claude Desktop 1.4758.0

This release provides Claude Desktop version 1.4758.0 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)

# x86_64
sudo apt install ./claude-desktop-bin_1.4758.0-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.4758.0-1_arm64.deb

Fedora/RHEL (RPM Repository — recommended)

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

Fedora/RHEL (manual .rpm)

# x86_64
sudo dnf install ./claude-desktop-bin-1.4758.0-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.4758.0-1.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.4758.0-x86_64.AppImage
./Claude_Desktop-1.4758.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.4758.0-aarch64.AppImage
./Claude_Desktop-1.4758.0-aarch64.AppImage

Update 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 bada3e0029c086d996382eedd9222d6bb09ff7e1d988ec901a8da71523f0406e
AppImage (x86_64) 37c611410cfcb56563285ddc00b61731cf89ce173ee2c9b1c90bf89febc86e34
AppImage (aarch64) 7f0ce9c33b3351fd347e0cf5bbf0523cb232e1f3c0e0d85a84d3895adf055669
Debian (amd64) 8e6d1a083ecbf7bba11371d41d9fe0d0a277c8b280aa802520b6d0a32454c552
Debian (arm64) 7f62f851f0c52da6c01e369f8b690f719ab23c97ef02175ebead51420a11fee6
RPM (x86_64) 77ff83a620221eb2cbd3dd404a1fd47038d742ed23e7ba22cb669a2f5479aed5
RPM (aarch64) 85093459dcdca786b9185f03a59d0a374a7878ca18d1095944cb751038a1eff3

Changes since last release

  • Fix: "Start in system tray" now works with GNOME session restore (#67). GNOME's gnome-session-service re-launches saved apps after reboot without the --startup flag, so Claude's main window would always appear even when "Start in system tray" was enabled. New heuristic: checks the mtime of the Wayland compositor socket (or D-Bus bus socket on X11) — if Claude starts within 60s of that timestamp, it assumes session-restore and suppresses the main window. — contributed by @boommasterxd
  • Version bump: v1.3883.0 → v1.4758.0
  • 6 patches updated:
    • enable_local_agent_mode.nim — yukonSilver formatMessage now called via Qe().formatMessage (function invocation before property access); made () optional in regex with (?:\(\))? to match both old and new intl forms. Added 2 new GrowthBook force-ON patches (3d: chillingSlothPool flag 1992087837, 3e: markTaskComplete flag 3732274605). Merger overrides expanded from 10 to 12. — regex improvement contributed by @boommasterxd
    • fix_asar_workspace_cwd.nimcheckTrust/saveTrust methods gained intermediate DQ() path expansion call. Simplified regex to match method signature only (not body), making it robust against future body changes.
    • fix_computer_use_linux.nim — CU teach overlay gate moved from after TCC stub to before it (ternary wrapping). Added before-stub ternary check alongside existing after-stub check.
    • fix_dock_bounce.nim — Removed backgroundThrottling sub-patch (EXPECTED_PATCHES 4→3). Upstream dropped backgroundThrottling:!1 from webPreferences; Electron now uses its default (true), which is what our patch was achieving.
    • fix_ion_dist_linux.nim — Platform enum variable renamed WG in ion-dist SPA. Changed from hardcoded literal matching to regex capture for dynamic enum variable detection.
    • fix_locale_paths_pre.nimRemoved. Redundant with fix_locale_paths.nim which already handles index.pre.js (lines 68-81). Upstream also removed process.resourcesPath from index.pre.js in this release.
  • 2 new feature flags (22 total, was 20): chillingSlothPool (concurrent session pooling, GrowthBook 1992087837), markTaskComplete (task completion, GrowthBook 3732274605)
  • 1 feature moved: louderPenguin moved from static registry to async-only (now solely in $yA merger)
  • 0 new MCP servers (17 remain), 0 new process.platform gates requiring patches

Links

Don't miss a new claude-desktop-bin release

NewReleases is sending notifications on new releases.