> ## Documentation Index
> Fetch the complete documentation index at: https://docs.42plugin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 配套工具

> AI 编码助手和配置工具

安装配套软件，获得最佳体验。

## Claude Code（必需）

42plugin 目前仅支持 Claude Code。

<Tabs>
  <Tab title="一键安装（推荐）">
    **macOS / Linux：**

    ```bash theme={null}
    curl -fsSL https://get.42plugin.com/cc | bash
    ```

    **Windows（PowerShell）：**

    ```powershell theme={null}
    irm https://get.42plugin.com/cc.ps1 | iex
    ```
  </Tab>

  <Tab title="官方安装">
    访问 [claude.ai/download](https://claude.ai/download) 或运行：

    ```bash theme={null}
    curl -fsSL https://claude.ai/install.sh | bash
    ```
  </Tab>
</Tabs>

### 升级 Claude Code

```bash theme={null}
curl -fsSL https://get.42plugin.com/cc | bash -s -- --upgrade
```

### 国内 API 配置

如需使用国内 API 服务：

* **MiniMax**：[官方配置教程](https://platform.minimaxi.com/docs/guides/text-ai-coding-tools)
* **智谱**：[官方配置教程](https://docs.bigmodel.cn/cn/coding-plan/tool/claude)

## 42cc

42cc 是一款极简的 Claude Code 模型配置工具，图形界面操作，告别手动编辑 JSON 配置文件。

**支持平台**：macOS、Windows

**功能特点**：

* **配置**：选择模型供应商，输入 API Key，保存即可
* **切换**：系统托盘菜单一键切换配置，无需重启
* **诊断**：内置配置测试，自动检测网络连接、Key 验证、API 兼容性

**支持的模型供应商**：

| 供应商          | 说明                              |
| ------------ | ------------------------------- |
| Anthropic 官方 | Claude 系列模型                     |
| MiniMax      | 国内合规 API 服务                     |
| 智谱 GLM       | 国内合规 API 服务                     |
| Ollama       | 本地模型部署                          |
| DeepSeek     | 国内 AI 模型服务                      |
| 自定义服务        | 任何兼容 Anthropic Messages API 的服务 |

<Tabs>
  <Tab title="一键安装（推荐）">
    **macOS / Linux：**

    ```bash theme={null}
    curl -fsSL https://get.42plugin.com/42cc | bash
    ```

    **Windows（PowerShell）：**

    ```powershell theme={null}
    irm https://get.42plugin.com/42cc.ps1 | iex
    ```
  </Tab>

  <Tab title="手动下载">
    **macOS：** 下载 [42cc.dmg](https://cdn.42plugin.com/42cc/latest/42cc.dmg) 安装

    **Windows：** 下载 [42cc.exe](https://cdn.42plugin.com/42cc/latest/42cc.exe) 安装
  </Tab>
</Tabs>

<Tip>
  首次打开如被 macOS 阻止，右键点击应用选择"打开"，或运行：

  ```bash theme={null}
  xattr -cr /Applications/42cc.app && open -a 42cc
  ```
</Tip>

## Zed 编辑器

推荐使用 Zed 编辑器，轻量快速。

<Tabs>
  <Tab title="一键安装（推荐）">
    **macOS / Linux：**

    ```bash theme={null}
    curl -fsSL https://get.42plugin.com/zed | bash
    ```

    **Windows（PowerShell）：**

    ```powershell theme={null}
    irm https://get.42plugin.com/zed.ps1 | iex
    ```
  </Tab>

  <Tab title="官方安装">
    **macOS（Homebrew）：**

    ```bash theme={null}
    brew install --cask zed
    ```

    **macOS / Linux（官方脚本）：**

    ```bash theme={null}
    curl -f https://zed.dev/install.sh | sh
    ```

    **Windows：** 访问 [Zed 官网](https://zed.dev/download) 下载安装包
  </Tab>
</Tabs>

## 下一步

<Card title="登录你的账号" icon="key" href="/install/cli-auth">
  使用 42plugin auth 登录
</Card>
