Runnable ClaudeCode source code
This repository is a reconstructed TypeScript source tree of Claude Code, reverse-engineered primarily from source maps with missing modules replaced by compatibility shims or degraded fallback implementations. Developers can install it using Bun 1.3.5 or newer and run the restored CLI via `bun run dev`, which now routes through the real CLI bootstrap rather than a temporary entry shim. The restoration recovers bundled skill content for `claude-api` and `verify`, compatibility layers for Chrome MCP and Computer Use MCP that expose realistic tool catalogs, and working fallback prompts for planning and permission-classifier flows. A notable addition beyond the original source-map reconstruction is a multi-provider path supporting `github-models` and `github-copilot` endpoints, allowing the Claude Code runtime to run against GitHub-hosted Claude models including claude-sonnet-4.6 and claude-opus-4.6, with provider switching available via the `/provider` command inside the CLI. The project targets developers who want to study, modify, or locally run Claude Code outside Anthropic's official distribution, with the caveat that private native integrations remain unrecoverable and still rely on shims.
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/oboard/claude-code-revResumen de Tools
Lo que la gente pregunta sobre claude-code-rev
¿Qué es oboard/claude-code-rev?
+
oboard/claude-code-rev es tools para el ecosistema de Claude AI. Runnable ClaudeCode source code Tiene 3.2k estrellas en GitHub y se actualizó por última vez 2mo ago.
¿Cómo se instala claude-code-rev?
+
Puedes instalar claude-code-rev clonando el repositorio (https://github.com/oboard/claude-code-rev) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar oboard/claude-code-rev?
+
Nuestro agente de seguridad ha analizado oboard/claude-code-rev y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene oboard/claude-code-rev?
+
oboard/claude-code-rev es mantenido por oboard. La última actividad registrada en GitHub es de 2mo ago, con 9 issues abiertos.
¿Hay alternativas a claude-code-rev?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claude-code-rev en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/oboard-claude-code-rev)<a href="https://claudewave.com/repo/oboard-claude-code-rev"><img src="https://claudewave.com/api/badge/oboard-claude-code-rev" alt="Featured on ClaudeWave: oboard/claude-code-rev" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies