Discover and explore top open-source AI tools and projects—updated daily.
ChinaSiroUnofficial AI coding assistant CLI reconstruction
New!
Top 6.7% on SourcePulse
This repository provides an unofficial reconstruction of Anthropic's Claude Code CLI (version 2.1.88) source code, derived from public npm package source maps. It is intended for technical research and learning, offering insights into the internal structure and components of the tool.
How It Works
The project reconstructs TypeScript source files by extracting the sourcesContent field from the cli.js.map file found within the @anthropic-ai/claude-code npm package. This method allows for the recovery of approximately 4756 files, including 1884 .ts/.tsx source files, and reveals the project's directory structure.
Quick Start & Requirements
This repository does not provide installation or execution instructions. It is a reconstructed source code dump, not a runnable application. Specific prerequisites are not detailed.
Highlighted Details
main.tsx).coordinator/), assistant modes (KAIROS), AI companion UI (buddy/), remote sessions, plugins, skills, voice interaction, and Vim mode.Maintenance & Community
No information regarding maintainers, community channels (Discord, Slack), roadmaps, or sponsorships is present in the provided README.
Licensing & Compatibility
Source code copyright is held by Anthropic. The repository is explicitly for technical research and learning and is not to be used for commercial purposes. This implies a restrictive, non-commercial license.
Limitations & Caveats
This is an unofficial, reconstructed repository for research purposes only and does not represent the original internal development structure. Commercial use is prohibited due to licensing restrictions. The reconstructed code may not be fully functional or representative of the live product.
4 days ago
Inactive