bcefghj

Hello Claude Code — Development skill for Claude Code

Development community

Build & run Claude Code v2.1.88 from source — dual mode, one-click setup.

How to install Hello Claude Code

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

What Hello Claude Code does

Build & run Claude Code v2.1.88 from source — dual mode, one-click setup.

Alternatives in Development

  • Workstation Setup — Shared workstation setup for both source trees in this repo 2.8k ★
  • Claude Notifications Go — Cross-platform smart notifications -- 6 types, click-to-focus, context analysis, webhooks 365 ★
  • Device Control Agent — You are an autonomous macOS agent with full control of this device via two CLI tools: - steer — GUI automation 250 ★

README

Hello Claude Code

从源码编译和运行 **Claude Code v2.1.88** — 五种运行方式,小白友好,一键启动。

Build & run **Claude Code v2.1.88** from source — 5 run modes, beginner-friendly, one-click setup.

[中文完整指南](#中文完整指南) | [English Guide](#english-guide)


漫画速览 / Comic Guide

编译方法 / How to Build 使用方法 / How to Use
Build Comic Usage Comic

截图预览 / Screenshots

EZ Mode (Beginner) Interactive TUI
EZ Mode Interactive
Build (6169 modules) Verify (22/22)
Build Verify
5 Run Modes Feature Comparison
Run Modes Compare

中文完整指南

这个项目是什么?

2026 年 3 月 31 日,Anthropic 的 Claude Code CLI 工具(版本 v2.1.88)的完整源代码因为 npm 包中意外包含了 `.map` 源码映射文件而被公开泄露。这个泄露包含了约 **1,900 个 TypeScript 文件、512,000 行代码**,揭示了 Claude Code 的完整内部架构。

本项目做的事情是:**把这些泄露的源代码重新组装起来,让你能在自己的电脑上编译和运行 Claude Code。**

这不是简单的"下载然后运行"——因为 Anthropic 的构建系统有很多内部工具和私有包,我们需要创建替代品(shim 和 stub)来填补这些缺失的部分。这就像拼一个缺了几块的拼图,我们需要自己补上那些缺失的块。


前置条件(你需要准备什么)

东西 说明 怎么获取
一台电脑 macOS / Linux / Windows 都可以
Node.js >= 18 JavaScript 运行时 nodejs.org 下载
API Key 调用 Claude API 需要密钥 console.anthropic.com 注册
(可选) Git 下载代码用 大部分系统已预装

**Bun 运行时**会在首次运行时自动安装,你不需要提前装。


五种运行方式

![5 Run Modes](docs/screenshots/10-run-modes.png)

根据你的经验水平,选择最适合你的方式:

方式 难度 适合谁 特点
A: EZ Mode ★☆☆ 完全不懂编程的小白 一条命令搞定一切
B: Quick Start ★★☆ 有基本命令行经验 下载 + 启动,首次自动安装
C: Compiled ★★☆ 日常使用推荐 编译后启动快
D: Dev ★★★ 想修改源码的开发者 改完直接运行
E: Docker ★★☆ 不想污染本机环境 完全隔离

方式 A:小