Skip to content

feat(packages): add Claude Desktop to Linux desktop packages - #2114

Merged
shunkakinoki merged 1 commit into
mainfrom
feat/claude-desktop-linux
Jul 18, 2026
Merged

feat(packages): add Claude Desktop to Linux desktop packages#2114
shunkakinoki merged 1 commit into
mainfrom
feat/claude-desktop-linux

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add pkgs.llm-agents.claude-desktop to the isLinux && isDesktop package list
  • Available via the existing llm-agents.nix flake input (v1.22209.0)

Test plan

  • Rebuild NixOS on matic and verify Claude Desktop launches

Summary by cubic

Adds pkgs.llm-agents.claude-desktop to the Linux desktop package set so Claude Desktop is installed on Linux builds. Uses the existing llm-agents.nix flake input (v1.22209.0).

Written for commit 98d3b7a. Summary will update on new commits.

Review in cubic

@indent-zero

indent-zero Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor
PR Summary

Adds Claude Desktop (Anthropic's proprietary GUI) to the Linux desktop package set so hosts like matic get it installed via home-manager. The package is sourced from the shared numtide/llm-agents.nix flake input following the existing pkgs.llm-agents.<name> pattern used for bernstein, grok, herdr, and antigravity-cli.

  • Insert pkgs.llm-agents.claude-desktop into the stdenv.isLinux && isDesktop block of home-manager/packages/default.nix (alphabetically between chromium and clickup).

Issues

1 potential issue found:

  • pkgs.llm-agents.claude-desktop does not exist at the pinned llm-agents flake revision (8d041d85, 2026-06-29) — upstream dropped the package on 2025-11-23 and only re-introduced it on 2026-07-02 (727aca9d), so any Linux desktop eval (matic/viper) will fail with attribute 'claude-desktop' missing; bump the llm-agents input in flake.lock past 727aca9d (ideally to the v1.22209.0 rev 44a2771e). → Autofix

CI Checks

Waiting for CI checks...


⚡ Autofix All Issues

@cursor

cursor Bot commented Jul 18, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@mesa-dot-dev

mesa-dot-dev Bot commented Jul 18, 2026

Copy link
Copy Markdown

You do not have enough credits to review this pull request. Please purchase more credits to continue.

@shunkakinoki
shunkakinoki merged commit b784b50 into main Jul 18, 2026
22 of 27 checks passed
@shunkakinoki
shunkakinoki deleted the feat/claude-desktop-linux branch July 18, 2026 12:22
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1be1f0c3-24a9-4aae-9c06-f684598858e6

📥 Commits

Reviewing files that changed from the base of the PR and between 5c619e4 and 98d3b7a.

📒 Files selected for processing (1)
  • home-manager/packages/default.nix

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.


📝 Walkthrough

Summary by CodeRabbit

  • New Features
    • Added Claude Desktop to the set of applications installed on Linux desktop environments.

Walkthrough

The Linux desktop package list now includes pkgs.llm-agents.claude-desktop within the existing conditional package set.

Changes

Linux Desktop Packages

Layer / File(s) Summary
Desktop package selection
home-manager/packages/default.nix
Adds pkgs.llm-agents.claude-desktop to the packages selected for Linux desktop systems.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

I’m a bunny with packages to share,
Claude Desktop hops into the lair.
Linux desktops gain one more friend,
A tiny line makes the set extend.
Hop, hop—done! No carrots to spare.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/claude-desktop-linux

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the pkgs.llm-agents.claude-desktop package to the list of default packages in home-manager/packages/default.nix. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

celluloid
cheese
chromium
pkgs.llm-agents.claude-desktop

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

claude-desktop attribute missing at the pinned llm-agents revision.

flake.lock pins numtide/llm-agents.nix to 8d041d85b7f0a93b11c04983c069d96eb59467a1 (committer date 2026-06-29). Listing packages/ in the upstream repo at that ref returns 134 directories and does not include claude-desktop — only auto-claude, claude-agent-acp, claude-code, claude-code-router, claude-plugins, claudebox, oh-my-claudecode.

Upstream history for packages/claude-desktop:

  • init at v0.12.55 — 2025-07-30 (a937853e)
  • drop package — 2025-11-23 (574ab6ea)
  • re-init at v1.17377.2 — 2026-07-02 (727aca9d)
  • bumped to v1.22209.0 — 2026-07-17 (44a2771e)

The pinned commit sits inside the “dropped” window, so pkgs.llm-agents.claude-desktop evaluates to attribute 'claude-desktop' missing. Any evaluation of a Linux desktop configuration (matic, viper, or a linux+desktop home-manager profile) will fail — the PR test plan (“Rebuild NixOS on matic”) cannot succeed without also bumping flake.lock.

Fix: nix flake lock --update-input llm-agents to bring the input past 727aca9d (ideally 44a2771e, matching v1.22209.0 from the PR body) and commit the updated flake.lock.

@mesa-dot-dev

mesa-dot-dev Bot commented Jul 18, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Adds Claude Desktop to the list of packages for Linux desktop environments.

What changed?

  • home-manager/packages/default.nix: Added the pkgs.llm-agents.claude-desktop package to the configuration for isLinux && isDesktop environments.

Description generated by Mesa. Update settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant