Reborn (@RebornQ) 在 Brew 安装 Claude Code 最新版的方式 中发帖
这两天看到有不少佬友说 brew 安装的 Claude Code 版本落后,所以专门开一个贴解个疑:
https://linux.do/t/2005985
其实,brew 上的 cc 有两个包,官方文档有明确提及:装 claude-code@latest 才是最新版,而 claude-code 包是 stable 稳定版
[paste_1776654792515.png]
所以,想用 brew 装 CC 最新版你只需要:
brew uninstall claude-code
brew install --cask claude-code@latest
Enjoy~