Claude Code 포크/재구현 오픈소스 프로젝트 전체 목록

2026년 3월 31일 npm sourcemap 유출 이후 등장한 Claude Code 기반 프로젝트 총정리. 유출된 512K줄 TypeScript 소스를 바탕으로 Rust, Python 재구현부터 멀티 프로바이더 포크, 에코시스템 도구까지.

배경: 소스 유출 사건 (2026-03-31)

  • Chaofan Shou (@Fried_rice) 가 Claude Code npm 패키지 @anthropic-ai/claude-code v2.1.88에 59.8MB sourcemap 파일 포함 발견
  • .map 파일의 sourcesContent에 512K줄, ~1,906파일 원본 TypeScript 전체 포함
  • 원인: Bun 번들러 기본 sourcemap 생성 + .npmignore 누락
  • Anthropic이 DMCA로 8,100개 repo 철회 → 1개 repo + 96개 포크만 유지
  • 가짜 유출 repo에 Vidar 정보 탈취기 유포 (Zscaler 보고)

Clean-Room 재구현 (법적 안전)

1. Claw Code (instructkr)

⭐ 124K+ | 🍴 102K+ | Python + Rust | Clean-Room

  • GitHub 역사상 최고 속도로 100K★ 달성 (수 시간)
  • Sigrid Jin이 Python으로 clean-room 재작성 → Rust 마이그레이션 (현재 92.9% Rust)
  • DMCA 대상 아님 (원본 TypeScript 코드 0줄)
  • 19개 내장 도구, 플러그인 아키텍처
  • https://github.com/instructkr/claw-code

2. Claurst (Kuberwastaken)

⭐ 8K+ | 🍴 7.5K+ | Rust | GPL-3.0

  • Clean-Room 2단계: AI가 Spec 작성 → 별도 AI가 Rust 구현
  • 원본 대비 메모리 효율적, 추적 없음, 실험적 기능 해제
  • BUDDY 타마고치, Undercover Mode, Dream 엔진 분석 포함
  • https://github.com/Kuberwastaken/claurst

3. Claw Code Rust (claw-cli)

⭐ 192 | 🍴 108 | Rust | MIT


멀티 프로바이더 포크 (TypeScript 기반)

4. OpenClaude (Gitlawb)

⭐ 12.4K+ | 🍴 4.4K+ | TypeScript | MIT

  • 200+ 모델 지원: OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models
  • VS Code 확장 포함
  • WebSearch는 DuckDuckGo 기반 비 Anthropic 모델에서 동작
  • https://github.com/Gitlawb/openclaude

5. Better-Clawd (x1xhlol)

⭐ 158 | 🍴 42 | TypeScript

6. Open Claude Code (liz-in-tech)

⭐ 66 | 🍴 170 | TypeScript


빌드 가능 포크 (원본 소스 기반)

7. Claude Code Buildable Fork (beita6969)

⭐ 268 | 🍴 557 | TypeScript

  • 원본 소스에 빌드 시스템 복원 (package.json, tsconfig, 60+ 의존성 역추적)
  • Bun으로 컴파일 가능, 40+ 도구, 100+ 명령, 20MB 번들
  • 피처 플래그로 기능 게이팅
  • https://github.com/beita6969/claude-code

에코시스템 도구

8. everything-claude-code (affaan-m)

⭐ 137K+ | 🍴 20.3K+ | JavaScript/Python/Rust | MIT

  • Claude Code 성능 최적화 시스템 (Anthropic 해커톤 우승작)
  • Skills, Rules, Agents 프레임워크 — Claude Code, Codex, Cursor 호환
  • 1282 테스트, 98% 커버리지, 12개 언어 생태계
  • GitHub Marketplace 앱 포함
  • https://github.com/affaan-m/everything-claude-code

9. Claude Code Ultimate Guide (FlorianBruniaux)

⭐ 2.8K+ | 🍴 396 | TypeScript/Python/Shell | CC BY-SA 4.0

10. claude-code-rs (decisiongraph)

⭐ 소규모 | Rust | MIT

11. 2026-03-23-clawteam-OpenClaw (win4r)

⭐ 1K+ | 🍴 215 | Python


Anthropic 공식 PR

12. Rust Implementation PR (mehmoodosman)

  • anthropics/claude-code 공식 repo에 제출된 PR #41568
  • 539K줄 추가, 16 크레이트 워크스페이스
  • Claude Opus 4.6이 작성, 완전한 기능 패리티 주장
  • 시작 시간 ~135-200ms → ~<10ms
  • https://github.com/anthropics/claude-code/pull/41568

요약 비교

프로젝트언어방식라이선스핵심 차별점
Claw Code124K+Python+RustClean-RoomGitHub 최고 속도 성장
ECC137K+JS/Python/Rust에코시스템MIT해커톤 우승, Skills/Rules
OpenClaude12.4K+TypeScript포크MIT200+ 모델, VS Code
Claurst8K+RustClean-RoomGPL-3.0추적 없음, 실험적 기능
Buildable Fork268TypeScript빌드 복원원본 그대로 빌드 가능
Better-Clawd158TypeScript포크성능 개선, 멀티 프로바이더
Claw Code Rust192RustClean-RoomMIT모듈화 런타임 설계
Claude Code RS소규모RustSDK 라이트MITPython SDK → Rust
ClawTeam1K+Python포크멀티 에이전트 스웜