← Hacker News

Show HN: I got Claude Code to run in Binary

Hacker News · vasa_ · April 2, 2026
Successfully restructured the entire leaked source code of Anthropic's Claude Code using OAI's Codex, rewritten in Binary without copyright issues . You won't get it more performant than

Detailed Analysis

A Hacker News submission titled "Show HN: I got Claude Code to run in Binary" makes the claim that a user successfully restructured what they describe as the "leaked source code" of Anthropic's Claude Code, using OpenAI's Codex to rewrite it "in Binary," asserting both freedom from copyright liability and superior performance. Claude Code is Anthropic's official agentic coding CLI tool, distributed as a binary named `claude`, which enables AI-assisted file editing, codebase analysis, and autonomous task execution directly on a user's local machine. The product is publicly available via npm and GitHub, actively maintained by Anthropic, and used extensively by the company's own engineering staff to reduce onboarding time and accelerate development workflows.

The claims made in the post contain several significant technical and factual problems. First, all compiled software already runs as binary machine code — "rewriting in binary" is not a meaningful optimization or transformation; it is simply the normal output of any compilation process. Describing this as a performance improvement reflects a fundamental misunderstanding of how software execution works. Second, the framing of "leaked source code" is unverified and legally fraught; if the source code were genuinely proprietary and obtained without authorization, redistributing or transforming it — regardless of the tool used — would not eliminate copyright exposure. The assertion that using OpenAI's Codex as an intermediary transformation tool resolves intellectual property concerns has no basis in copyright law.

The post's invocation of a rival AI company's tool, OpenAI's Codex, to process Anthropic's code adds a layer of competitive irony that likely contributed to its visibility on Hacker News, where such juxtapositions tend to generate discussion. However, the substance of the claim does not hold up to scrutiny. Claude Code's actual architecture involves a TypeScript-based CLI distributed through npm, with its runtime behavior depending on Anthropic's API infrastructure. Rewriting or repackaging its interface layer would not meaningfully alter the underlying model inference, which runs server-side and constitutes the core of the product's capability.

This submission is broadly representative of a category of posts that proliferate around high-profile AI developer tools — characterized by dramatic claims, minimal technical detail, and an implicit invitation to sensationalize competitive dynamics between AI labs. Anthropic's Claude Code has attracted significant legitimate attention since its release, praised by practitioners for outperforming tools like Cursor and GitHub Copilot in full-project workflows. That genuine enthusiasm creates fertile ground for posts that attempt to ride the product's momentum through misleading or technically incoherent framing. The post should be understood not as a meaningful technical contribution but as an example of the noise that accompanies rapid developer adoption of high-profile AI tooling.

Read original article →