Wrapper Update: v1.3.17+claude1.1.4498
This release updates the wrapper/packaging only — the upstream Claude Desktop version is unchanged.
Changes since v1.3.16+claude1.1.4498
- chore: remove debug logging from triage workflow (5d42e1c)
- Revert "chore: temporarily add triage workflow for testing" (1cadf80)
- fix: handle plain text output from investigation step (fd5bc3a)
- fix: robust JSON parsing and include CLAUDE.md context (55dd4ec)
- fix: use file-based prompt for comment generation (c1c8223)
- chore: temporarily add triage workflow for testing (cad0a0b)
- feat: add workflow_dispatch trigger for testing triage workflow (8dd1977)
- feat: add automated issue triage workflow (22cbe76)
- fix: translate VM guest paths for skills/plugins in cowork mode (d7a4606)
- chore: update flake.lock (2706698)
- fix: serialize APT/DNF gh-pages pushes and harden retry logic (4093324)
- docs: remove redundant NixOS flake reference from Acknowledgments (2742523)
- chore: fix flake-lock workflow nits and add typedrat to contributors (c964827)
- feat: add weekly flake.lock update workflow (84dc717)
- fix: address PR review feedback for Nix flake integration (6a3aae6)
- fix: bundle tray icons inside asar and correct resourcesPath for Nix (573f052)
- fix: allow unfree evaluation for flake package outputs (99c9f75)
- refactor: simplify nix integration and fix node-pty/tray bugs (9fe293d)
- fix: copy locale JSON files into Nix package resources (cbc9fd7)
- feat: add node-pty Nix derivation for terminal support (caa58ca)
- fix: add real aarch64-linux SRI hash for Nix derivation (55f7b27)
- docs: add NixOS build instructions to BUILDING.md (f914c17)
- docs: add NixOS flake notes to CLAUDE.md (fa709ca)
- docs: add NixOS flake installation instructions to README (d72f791)
- feat: update CI to bump Nix package on version change (97098e5)
- chore: generate flake.lock (0bbcf78)
- chore: add Nix result symlinks to .gitignore (8fce8e5)
- feat: add FHS-wrapped claude-desktop for MCP server support (233911b)
- fix: resolve Nix sandbox build issues (daf87a3)
- feat: add Nix derivation for claude-desktop (ff9fd3d)
- feat: add flake.nix with flake-parts (d7606aa)
- feat: add --build nix mode and NixOS detection (bd5a096)
Installation
APT (Debian/Ubuntu)
# First time? Add the repo:
curl -fsSL https://aaddrick.github.io/claude-desktop-debian/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/claude-desktop.gpg
echo "deb [signed-by=/usr/share/keyrings/claude-desktop.gpg arch=amd64,arm64] https://aaddrick.github.io/claude-desktop-debian stable main" | sudo tee /etc/apt/sources.list.d/claude-desktop.list
# Install or update:
sudo apt update && sudo apt install claude-desktopDNF (Fedora/RHEL)
# First time? Add the repo:
sudo curl -fsSL https://aaddrick.github.io/claude-desktop-debian/rpm/claude-desktop.repo -o /etc/yum.repos.d/claude-desktop.repo
# Install or update:
sudo dnf install claude-desktopAUR (Arch Linux)
yay -S claude-desktop-appimageManual Download
Download .deb, .rpm, or .AppImage from the assets below.