2026년 3월 31일 npm sourcemap 유출 이후 등장한 Claude Code 기반 프로젝트 총정리. 유출된 512K줄 TypeScript 소스를 바탕으로 Rust, Python 재구현부터 멀티 프로바이더 포크, 에코시스템 도구까지.
배경: 소스 유출 사건 (2026-03-31)
- Chaofan Shou (@Fried_rice) 가 Claude Code npm 패키지
@anthropic-ai/claude-codev2.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
- Claude Code 핵심 런타임을 모듈화 Rust 크레이트로 재설계
clawcr-core,clawcr-tools,clawcr-api등 단일 책임 크레이트 분해- https://github.com/claw-cli/claw-code-rust
멀티 프로바이더 포크 (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
- “Claude Code, but better” — OpenAI/OpenRouter 지원, 원격 없음
- 더 빠른 시작, 낮은 유휴 오버헤드, 긴 세션 성능 개선
- https://github.com/x1xhlol/better-clawd
6. Open Claude Code (liz-in-tech)
⭐ 66 | 🍴 170 | TypeScript
- 원본 소스 백업 +
openai_compat모드 지원 - https://github.com/liz-in-tech/open-claude-code
빌드 가능 포크 (원본 소스 기반)
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
- 종합 가이드 (24K+ 줄) + MCP 서버
- RTK: 토큰 60~90% 절감 CLI 프록시
- cc-copilot-bridge: GitHub Copilot Pro+ 경로 ($10/월)
- https://github.com/FlorianBruniaux/claude-code-ultimate-guide
10. claude-code-rs (decisiongraph)
⭐ 소규모 | Rust | MIT
- Anthropic Claude Agent SDK (Python)의 Rust 라이트
- Claude Code CLI를 subprocess로 래핑, 양방향 JSON 스트리밍
- WebSocket 전송 지원
- https://github.com/decisiongraph/claude-code-rs
11. 2026-03-23-clawteam-OpenClaw (win4r)
⭐ 1K+ | 🍴 215 | Python
- HKUDS/ClawTeam 포크, OpenClaw를 기본 에이전트로 멀티 에이전트 스웜
- tmux 기반 최대 10개 동시 탭
- https://github.com/win4r/ClawTeam-OpenClaw
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 Code | 124K+ | Python+Rust | Clean-Room | — | GitHub 최고 속도 성장 |
| ECC | 137K+ | JS/Python/Rust | 에코시스템 | MIT | 해커톤 우승, Skills/Rules |
| OpenClaude | 12.4K+ | TypeScript | 포크 | MIT | 200+ 모델, VS Code |
| Claurst | 8K+ | Rust | Clean-Room | GPL-3.0 | 추적 없음, 실험적 기능 |
| Buildable Fork | 268 | TypeScript | 빌드 복원 | — | 원본 그대로 빌드 가능 |
| Better-Clawd | 158 | TypeScript | 포크 | — | 성능 개선, 멀티 프로바이더 |
| Claw Code Rust | 192 | Rust | Clean-Room | MIT | 모듈화 런타임 설계 |
| Claude Code RS | 소규모 | Rust | SDK 라이트 | MIT | Python SDK → Rust |
| ClawTeam | 1K+ | Python | 포크 | — | 멀티 에이전트 스웜 |
Related
- 2026-04-04-claurst-rust-claude-code-reimplementation
- 2026-04-03-claw-code-parity
- 2026-04-01-claude-code-source-code-leak-analysis
- 2026-03-31-claude-code-leaked-source-analysis
- 2026-04-03-claude-code-live-docs-map
- Claude Code Ultimate Guide
- 2026-04-07-career-ops-claude-code-job-pipeline — Claude Code를 구인 커맨드 센터로 활용하는 실전 사례