File tree Expand file tree Collapse file tree
src/content/docs/ai-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,28 @@ description: 常用 AI 辅助编程命令行工具的一键安装脚本,支持
2222| ** [ Qoder CLI] ( https://qoder.com ) ** (可选) | ` @qoder-ai/qodercli ` | Qoder AI 平台的命令行接口,支持多模型和 IDE 集成。 |
2323| ** [ CodeBuddy] ( https://codebuddy.tencent.com ) ** (可选) | ` @tencent-ai/codebuddy-code ` | 腾讯云推出的 AI 编程助手,基于混元大模型,提供代码补全和诊断。 |
2424
25+ ## 🤖 Claude Code 官方安装
26+
27+ Claude Code 官方推荐使用以下原生安装命令(Native Install),该方式支持自动后台更新:
28+
29+ ### Linux / macOS / WSL
30+
31+ ``` bash
32+ curl -fsSL https://claude.ai/install.sh | bash
33+ ```
34+
35+ ### Windows PowerShell
36+
37+ ``` powershell
38+ irm https://claude.ai/install.ps1 | iex
39+ ```
40+
41+ ### Windows CMD
42+
43+ ``` cmd
44+ curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
45+ ```
46+
2547## 📋 前提条件
2648
2749所有工具均依赖 Node.js 环境。请确保已安装:
You can’t perform that action at this time.
0 commit comments