惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
B
Blog
腾讯CDC
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - Franky
罗磊的独立博客
月光博客
月光博客
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
V
Visual Studio Blog
I
InfoQ
有赞技术团队
有赞技术团队
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - claude-code
2026-05-29 · via AUR Newest Packages

Edu4rdSHL commented on 2026-05-13 06:15 (UTC)

AUR packages and packages in general doesn't and should never touch the user's home.

zhyoch commented on 2026-04-30 08:33 (UTC)

Upon launching Claude Code, a notification pops up on the right saying that .local/bin/claude cannot be found.

I've noticed that the official installation script creates a symbolic link for .local/bin/claude (e.g., .local/bin/claude -> /home/username/.local/share/claude/versions/2.1.123*), but this AUR package doesn't do that.

cg505 commented on 2026-04-20 17:21 (UTC)

cg505 commented on 2026-04-20 16:52 (UTC)

Hi @maxemann96 - thanks for the heads up. Fixed.

maxemann96 commented on 2026-04-20 11:53 (UTC)

The official installation script now does not use the bucket url anymore (under the hood it's also a google storage IP), but now uses https://downloads.claude.ai/claude-code-releases/${pkgver}/${platform}/claude. Would be happy to see this reflected in the PKGBUILD. Thanks for your work :)

fabifont commented on 2026-04-17 07:01 (UTC)

Thanks for asking.

Under the AUR submission guidelines, packages that use prebuilt deliverables should normally use the -bin, which makes the packaging model explicit.

I agree that the installed program is effectively the same, and this is not intended as a downstream fork or feature-different variant.

The reason I chose a separate claude-code-bin package is to provide a clearly named binary package with a maintainer-side automation pipeline:

https://github.com/fabifont/claude-code-bin

There are also a few packaging differences. This package installs the binary under /usr/lib/claude-code rather than /opt, uses a pinned upstream LICENSE.md source with a checksum instead of SKIP, declares provides=('claude-code=...') and conflicts=('claude-code'), and keeps the PKGBUILD/.SRCINFO update flow automated on the maintainer side.

I'm open to coordinating if the preferred outcome is co-maintenance, a rename/merge path, or another arrangement that avoids confusion.

andreyrd commented on 2026-04-17 06:28 (UTC)

Why was this created as an almost exact copy of the existing claude-code package?

aptinio commented on 2026-04-14 23:20 (UTC)

@cg505 Correction: I tested by running env -u DISABLE_AUTOUPDATER /opt/claude-code/bin/claude --chrome-native-host directly and it starts fine — no crash. The auto-updater isn't the cause.

The environment.d suggestion doesn't apply here; sorry for the noise — that was towards the end of a long debugging session and I jumped to a conclusion.

cg505 commented on 2026-04-14 17:33 (UTC) (edited on 2026-04-14 17:42 (UTC) by cg505)

@aptinio I'm not happy polluting the global environment with this env var. Are you able to see where the /opt/claude-code/bin/claude is coming from? E.g. is it looking at the /proc/<pid>/{cmdline,exe}? We can brainstorm some other solution.

In any case, it doesn't make much sense that /opt/bin/claude-code/bin/claude crashes without DISABLE_AUTOUPDATER=1, and in fact I can't reproduce this issue at all. claude --chrome seems to work fine even on an outdated version of claude code.

cg505 commented on 2026-04-14 17:27 (UTC)

fixed, changed to SKIP for the future