CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
marknative
A Markdown rendering engine that generates paginated PNG and SVG output — no browser, no Chromium, no DOM.
claude-code
🚀 Open source Claude Code CLI source code. Advanced AI Agent for developers. Includes TypeScript codebase for LLM tool-calling, agentic workflows, and terminal UI. Remember this is just the skeleton not the brain itself. Found by Chaofan Shou.
CC
Claude Code 源码还原 > 从 source map 还原并可运行的 Claude Code CLI 完整 TypeScript 源码 > !WARNING > 本仓库为**非官方**版本,基于公开 npm 发布包的 source map 还原,**仅供研究学习使用**。 > 不代表 Anthropic 官方原始内部开发仓库结构。 > 部分模块因 source map 无法完整还原,已用兼容 shim 或降级实现替代,行为可能与原版有所不同。 当前状态 - 源码树可还原并可在本地开发流程中运行 - `bun install` 可成功安装依赖 - `bun run vers
claude-code-source
Claude Code source code recovered from source map
emdash
EmDash 是一个基于Astro和Cloudflare构建的全栈 TypeScript CMS 。它汲取了 WordPress 的优势——可扩展性、优秀的后台管理用户体验和插件生态系统——并将其重构为无服务器、类型安全的架构。插件运行在沙盒化的 Worker 隔离区中,从根本上解决了 WordPress 插件架构的安全问题。
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
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
collection-claude-code-source-code
🔥 A collection of the newest Claude Code open source
openclaude
Claude Code opened to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models via OpenAI-compatible API shim
claude-code-source-code
Claude code source code
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 模式
open-multi-agent
Production-grade multi-agent orchestration framework. Model-agnostic, supports team collaboration, task scheduling, and inter-agent communication.