Package Details: claude-code 2.1.274-1

Git Clone URL: https://aur.archlinux.org/claude-code.git (read-only, click to copy)
Package Base: claude-code
Description: An agentic coding tool that lives in your terminal
Upstream URL: https://github.com/anthropics/claude-code
Keywords: agent ai anthropic llm
Licenses: LicenseRef-claude-code
Submitter: cg505
Maintainer: cg505 (ticpu, fabifont)
Last Packager: fabifont
Votes: 94
Popularity: 10.23
First Submitted: 2025-02-24 19:35 (UTC)
Last Updated: 2026-09-17 00:15 (UTC)

Dependencies (8)

Sources (3)

Pinned Comments

fabifont commented on 2026-08-04 21:54 (UTC) (edited on 2026-08-04 21:54 (UTC) by fabifont)

Pushes on AUR are disabled, so we can't update.

https://lists.archlinux.org/archives/list/[email protected]/message/YPJ3FQYJTJXXY3RUXCYLMHUKHLIUNVFF/

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

cherio commented on 2026-08-25 19:36 (UTC)

@cg505 AUR package supplies the launcher/wrapper that explicitly sets DISABLE_UPDATES. According to https://code.claude.com/docs/en/env-vars#:~:text=FORCE_AUTOUPDATE_PLUGINS, plugin automatic updates are not enabled when DISABLE_AUTOUPDATER=1. DISABLE_AUTOUPDATER is automatically on when DISABLE_UPDATES is on, hence the plugins are not being checked for updates automatically.

It is related to the AUR package because plugin autoupdate is disabled in the custom script AUR package supplies, albeit unintentionally and as a side effect.

cg505 commented on 2026-08-25 16:39 (UTC)

@cherio could you clarify how this is related to the AUR package? Are you saying that the DISABLE_UPDATES flag also affects plugins?

cherio commented on 2026-08-25 15:17 (UTC)

Did you consider setting FORCE_AUTOUPDATE_PLUGINS=1 in the launch wrapper script? Without it the plug-in infrastructure may get a bit stale.

This can certainly be configured on the user level in e.g. in ".config/settings.json", but the default assumption of someone installing it from an independent channel like AUR is that it's supposed to just work.

At least it's maybe worth mentioning in the PKGBUILD in comments.

fabifont commented on 2026-08-04 21:54 (UTC) (edited on 2026-08-04 21:54 (UTC) by fabifont)

Pushes on AUR are disabled, so we can't update.

https://lists.archlinux.org/archives/list/[email protected]/message/YPJ3FQYJTJXXY3RUXCYLMHUKHLIUNVFF/

Wennadocta commented on 2026-08-04 21:43 (UTC)

New version is available 2.1.221

https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md

for some reason I can't flag the package...

please update

kpmgeek commented on 2026-07-27 09:58 (UTC)

As others have noted this in actually a binary, but it also clearly uses some kind of SSE4 or later optimizations as it doesn't run on a Core2Duo L7500.

river_wunsch commented on 2026-07-12 08:25 (UTC) (edited on 2026-07-12 08:25 (UTC) by river_wunsch)

Could you consider adding clipboard tools to optdepends? Claude Code's image paste on Linux shells out to xclip / wl-paste (it tries xclip -selection clipboard -t image/png -o first, then falls back to wl-paste --type image/png — visible in the strings of the binary). Without them, pasting an image just reports that the clipboard contains no image, which is confusing. Suggested:

optdepends+=('wl-clipboard: paste images from clipboard on Wayland'
             'xclip: paste images from clipboard on X11')

cg505 commented on 2026-06-16 05:59 (UTC)

@imrehg We previously checksummed the license, but it is not versioned and frequently changes, breaking the package build until someone notices and reports it.

imrehg commented on 2026-06-16 03:11 (UTC)

Any strong reasons why the checksums are skipped for the license file? IMHO that should be checksummed as well, since license changes are also material for the package usage.

Current package

# ...
source=("cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md")
# [...snip...]
sha256sums=('SKIP')
# ...