Install
uv tool install git+https://github.com/karpathy/rendergit
$
rendergit is a small Python CLI by Andrej Karpathy that clones a repo and renders its whole source into one static HTML page, then opens it in your browser. It offers a human view with syntax highlighting, rendered Markdown, a directory tree, and Ctrl+F search across all files, plus an LLM view that dumps the codebase as raw CXML text for pasting into Claude or ChatGPT. Use it when you want to skim or hand an entire repo to a model at once; it skips binaries and oversized files automatically.