Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM, and RISC-V, capable of compiling a booting Linux kernel.
CCC (Claude's C Compiler) is a complete C compiler written from scratch in Rust by Claude Opus 4.6, targeting x86-64, i686, AArch64, and RISC-V 64. The project implements every component internally, including a frontend, SSA-based intermediate representation, optimizer, code generator, peephole optimizers, assembler, linker, and DWARF debug info generation, producing ELF executables without any external toolchain. It functions as a drop-in GCC replacement, accepting familiar flags like -O2, -g, -fPIC, and -shared, and can be pointed at existing Make, CMake, or autoconf build systems directly. The compiler has successfully built PostgreSQL (passing all 237 regression tests), SQLite, Redis, the Linux kernel, CPython, QEMU, and over 150 other real-world projects. This repository demonstrates Claude's autonomous coding capability via the Claude API, with a human providing only test cases rather than interactive debugging. Anthropic explicitly cautions against production use, as the code has not been validated for correctness and is confirmed to work only on Linux hosts.
- ✓Open-source license (CC0-1.0)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Trusted owner (anthropics)
- ✓Documented (README)
git clone https://github.com/anthropics/claudes-c-compilerResumen de Tools
Lo que la gente pregunta sobre claudes-c-compiler
¿Qué es anthropics/claudes-c-compiler?
+
anthropics/claudes-c-compiler es tools para el ecosistema de Claude AI. Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM, and RISC-V, capable of compiling a booting Linux kernel. Tiene 2.7k estrellas en GitHub y se actualizó por última vez 4mo ago.
¿Cómo se instala claudes-c-compiler?
+
Puedes instalar claudes-c-compiler clonando el repositorio (https://github.com/anthropics/claudes-c-compiler) 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 anthropics/claudes-c-compiler?
+
Nuestro agente de seguridad ha analizado anthropics/claudes-c-compiler y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene anthropics/claudes-c-compiler?
+
anthropics/claudes-c-compiler es mantenido por anthropics. La última actividad registrada en GitHub es de 4mo ago, con 61 issues abiertos.
¿Hay alternativas a claudes-c-compiler?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claudes-c-compiler 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/anthropics-claudes-c-compiler)<a href="https://claudewave.com/repo/anthropics-claudes-c-compiler"><img src="https://claudewave.com/api/badge/anthropics-claudes-c-compiler" alt="Featured on ClaudeWave: anthropics/claudes-c-compiler" 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