Claude App Patch banner
715494637 715494637

Claude App Patch

Development community

Description

一键解锁 Claude Desktop (Windows) 隐藏功能 — Code Tab / 开发者模式 / Operon / Computer Use

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Desktop Patch

让 Claude Desktop (Windows) 接入自定义 API 端点,免登录使用。

方案 1,2 图示: ![alt text](images/preview-3p.png)

方案 3 图示: ![alt text](images/preview-official.png)


下载

前往 **[Releases](../../releases)** 页面,下载最新版本:

文件 说明
Claude-Desktop-vX.X.X-x64.exe Claude Desktop 官方安装包
3p-https-without-login-without-patch.zip 方案 1:免登录,HTTPS 端点,不改文件(推荐)
3p-http-without-login-need-patch.zip 方案 2:免登录,支持 HTTP 端点
official-need-login-need-patch.zip 方案 3:需登录,解锁隐藏功能

每日自动检测 Claude Desktop 新版本并发布 Release。


快速开始

准备工作

  1. 安装 Node.js(>= 18)
  2. 安装 Claude Desktop(从 Release官网 下载)
  3. 确保 ~/.claude/settings.json 已配置好你的 API 信息(Claude Code CLI 的配置文件):
    {
      "env": {
        "ANTHROPIC_BASE_URL": "https://your-api.com",
        "ANTHROPIC_AUTH_TOKEN": "sk-xxx"
      }
    }

使用步骤

  1. Release 下载对应方案的 zip,解压
  2. 双击 setup.bat
  3. 脚本会自动读取你的 CLI 配置,一路回车即可
  4. 完成后 Claude Desktop 会自动启动

就这么简单!


三种方案怎么选

⭐ 方案 1 - 3P Gateway(推荐)

最简单,不修改任何文件,仅写注册表。免登录。

  • 适合:API 端点是 HTTPS 的用户(大多数中转都是 HTTPS)
  • 双击 3p-https-without-login-without-patch/setup.bat → 自动读取配置 → 重启 Claude 即可
  • 卸载:双击 3p-https-without-login-without-patch/uninstall.bat

方案 2 - HTTP Patch

在方案 1 基础上去除 HTTPS 限制。免登录。

  • 适合:API 端点是 HTTP 的用户(如 http://localhost:8317
  • 双击 3p-http-without-login-need-patch/setup.bat → 自动构建便携版 + 配置 → 启动
  • 卸载:双击 3p-http-without-login-need-patch/uninstall.bat

方案 3 - 官方版补丁(需登录)

需要 Anthropic 账号登录,解锁 Code Tab、Operon、Computer Use 等隐藏功能。

  • 适合:有官方账号,想解锁额外功能的用户
  • 双击 official-need-login-need-patch/setup.bat → 自动构建便携版 + 打补丁 → 启动
  • 卸载:双击 official-need-login-need-patch/uninstall.bat

方案差异一览

方案 1 ⭐ 方案 2 方案 3
需要登录
端点要求 HTTPS HTTP / HTTPS
修改文件 是(便携副本) 是(便携副本)
启动方式 正常启动官方 Claude 双击 `laun