Discover and explore top open-source AI tools and projects—updated daily.
oboardClaude Code source reconstruction for local execution
New!
Top 18.0% on SourcePulse
Summary This repository provides a restored Claude Code source tree, reconstructed from source maps with missing modules backfilled. It targets engineers and researchers needing a runnable codebase for local development or further restoration, offering a functional workspace despite its reconstructed nature.
How It Works The restoration process leverages source maps to rebuild the repository structure. Missing modules are backfilled, and unrecoverable files are replaced with compatibility shims or degraded implementations. This methodology ensures the project can be installed and run, creating a tangible starting point for understanding and potentially fixing the original Claude Code, even when direct access to the original repository state is lost.
Quick Start & Requirements
bun installbun run devbun run versionHighlighted Details
claude-api and verify has been recovered from placeholder files to usable reference documentation.Maintenance & Community No specific details regarding contributors, sponsorships, or community channels were found in the provided README excerpt.
Licensing & Compatibility The provided README excerpt does not specify a license type or offer compatibility notes for commercial use.
Limitations & Caveats This is a restored source tree, not the original upstream state. Some files were unrecoverable and replaced with shims or degraded implementations, meaning behavior may differ from the original Claude Code. Remaining gaps are primarily in private/native integrations, which still rely on shims or reduced functionality. The project serves as a restored workspace intended for further repair.
4 days ago
Inactive