CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
claude-code-tudou
Claude Code Tudou 土豆版 基于 Claude Code 源码修复的 **本地增强版**。本项目不仅完整保留了 Claude Code 的 TUI 交互和 Agent 能力,还额外集成了 **Electron 桌面端** 界面,并支持通过环境变量灵活接入各类 Anthropic 兼容 API。 --- 核心特性 - **双端体验**: - **终端 TUI**:基于 React + Ink 的完整命令行交互界面,支持工具调用、代码编辑和多步迭代。 - **桌面端 Electron**:提供 Vue 3 构建的图形化聊天界面,支持会话管理、工作区切换及可视化设置
CC
Claude Code 源码还原 > 从 source map 还原并可运行的 Claude Code CLI 完整 TypeScript 源码 > !WARNING > 本仓库为**非官方**版本,基于公开 npm 发布包的 source map 还原,**仅供研究学习使用**。 > 不代表 Anthropic 官方原始内部开发仓库结构。 > 部分模块因 source map 无法完整还原,已用兼容 shim 或降级实现替代,行为可能与原版有所不同。 当前状态 - 源码树可还原并可在本地开发流程中运行 - `bun install` 可成功安装依赖 - `bun run vers
claude-code-rust
🚀 Rust 全量重构的 Claude Code - 性能提升 2.5x,体积减少 97% | High-performance Rust implementation of Claude Code with 2.5x faster startup and 97% smaller binary
claude-code-haha
Claude Code Haha 基于 Claude Code 泄露源码修复的**本地可运行版本**,支持接入任意 Anthropic 兼容 API(如 MiniMax、OpenRouter 等)。 > 原始泄露源码无法直接运行。本仓库修复了启动链路中的多个阻塞问题,使完整的 Ink TUI 交互界面可以在本地工作。 功能 - 完整的 Ink TUI 交互界面(与官方 Claude Code 一致) - `--print` 无头模式(脚本/CI 场景) - 支持 MCP 服务器、插件、Skills - 支持自定义 API 端点和模型 - 降级 Recovery CLI 模式
claude_code_src
Claude Code 2.1.88 Source Recovery --- 🌟 强力推荐:DataEyesAI - 你的全能 AI 助手 > **想要像 Claude Code 一样高效,却苦于没有稳定的 API 接入?** **DataEyesAIhttps://dataeyes.ai/?promoter_code=4qx9suz3** 是为你量身打造的一站式 AI 聚合平台! - ⚡ **聚合全球顶尖模型**:一键接入 GPT-5、Claude 4.6、Gemini 3.1 等主流大模型。 - 💰 **极致性价比**:官方原厂满血版 API,价格却
claude-code
Claude Code 可运行版; Typescript 类型全修复;企业级可靠性; 安全无毒, lock 文件保真, 可直接 bun i; bun run dev 启动
Claude-Code
可运行的Claude Code源码
claude-code-rev
Restored Claude Code Source This repository is a restored Claude Code source tree reconstructed primarily from source maps and missing-module backfilling. It is not the original upstream repository state. Some files were unrecoverable from source maps and have been replaced with compatibil
claude-code-deep-dive
Claude Code 源码深度研究报告
claude-code-source-code
Claude Code v2.1.88 — 源码分析 > 从 npm 包 `@anthropic-ai/claude-code` **2.1.88** 版本中提取。 > 发布的包只有一个打包后的 `cli.js`(~12MB)。本仓库的 `src/` 目录包含从 npm 包中解包的 **TypeScript 源码**。 **语言**: EnglishREADME.md | **中文** --- 深度分析文档 `docs/` 基于 v2.1.88 反编译源码的分析报告,中英双语。 ``` docs/ ├── en/
claude-code-sourcemap
claude-code-sourcemap > !WARNING > This repository is **unofficial** and is reconstructed from the public npm package and source map analysis, **for research purposes only**. > It does **not** represent the original internal development repository structure. > > 本仓库为**非官方**整理版,基于公开 npm 发布包与 sourc
clio
中文 | EnglishREADME.md Clio — Claude Code CLI 功能丰富的 Claude Code 开源替代品,在终端中运行。连接 Anthropic API(或任何兼容端点),提供交互式智能编程助手,支持本地工具执行。 46 个源文件,约 9200 行 TypeScript。运行时零外部依赖(仅 `fast-glob`)。 快速开始 ```bash 克隆并安装 git clone https://github.com/icebear0828/clio.git cd clio npm install 设置 API 密钥(任选一种) export CLIO_