github patrickjaja/claude-desktop-bin v1.4758.0-2
Claude Desktop 1.4758.0 (patch release 2)

8 hours ago

Claude Desktop 1.4758.0 (patch release 2)

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-2_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.4758.0-2_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-2.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.4758.0-2.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 17e360170a4c70033ac39f2c97ae881f332a13fe90e9fd990465cb748cbe1c0e
AppImage (x86_64) 6365d34d9fd7575a4326e5e932ee23e9392e206c5022a45d51997549a8623a57
AppImage (aarch64) aab11a147533ed553c6a38503764f92ee203cdabb5855992e8f5d8eec28bf269
Debian (amd64) 5a4ade9622b7f0ec178598f6d3363bf64b08a43008c2b784af7fce96989332eb
Debian (arm64) 3efc23050016b777c3243e5a5c430f2044f4e443bfa0f26f67d6b015e7656463
RPM (x86_64) 8c76478c6f95f1d44d4c99700c1d479ba211ee2e6f88fe9999cac96a93fa3c88
RPM (aarch64) 5145f9536e8d687a477a42e533b01cc8f3120134f368869d639a409d3d3cd3d4

Changes since last release

Run several Claude Desktop windows side by side, each logged in to a different account, with fully isolated state for both Desktop and the Claude Code CLI it spawns. Closes #58. — contributed by @dcelasun (#70)

  • New launcher subcommands: --create-profile=NAME, --delete-profile=NAME, --list-profiles
  • New flags / env: --profile=NAME, CLAUDE_PROFILE=NAME, or auto-resolved from basename (claude-desktop-work)
  • Per-profile isolation: Electron userData, Claude Code config (~/.claude-NAME), Quick Entry socket, systemd scope, WM_CLASS / Wayland app_id, XDG autostart
  • Per-profile Electron binary (hardlink → reflink → copy fallback) for distinct app identity — auto-refreshed on package upgrades
  • SSO callback routing via auth-marker mechanism (fix_profile_url_routing.nim) — multiple SSO logins work sequentially across profiles
  • Profile name in window title: ClaudeClaude (work) in title bar, taskbar, and Alt-Tab (fix_profile_window_title.nim)
  • Default profile (no flag) is byte-identical to single-instance behavior — no migration needed
  • New patches: fix_profile_url_routing.nim, fix_profile_window_title.nim
  • Updated patches: fix_startup_settings.nim, fix_quick_entry_app_id.nim, fix_quick_entry_cli_toggle.nim, fix_cowork_linux.nim

Links

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

NewReleases is sending notifications on new releases.