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-revTools overview
What people ask about claude-code-rev
What is oboard/claude-code-rev?
+
oboard/claude-code-rev is tools for the Claude AI ecosystem. Runnable ClaudeCode source code It has 3.2k GitHub stars and was last updated 2mo ago.
How do I install claude-code-rev?
+
You can install claude-code-rev by cloning the repository (https://github.com/oboard/claude-code-rev) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is oboard/claude-code-rev safe to use?
+
Our security agent has analyzed oboard/claude-code-rev and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains oboard/claude-code-rev?
+
oboard/claude-code-rev is maintained by oboard. The last recorded GitHub activity is from 2mo ago, with 9 open issues.
Are there alternatives to claude-code-rev?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claude-code-rev to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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