AbsInt/CompCert
The CompCert formally-verified C compiler observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 99
- Release rhythm 38
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 213.0
- age_days: 4367
- days_rel: 201
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
2215 stars · 261 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CompCert is a formally verified C compiler whose correctness is machine-checked with the Coq proof assistant, guaranteeing generated assembly matches the source C semantics. It targets ARM, PowerPC, RISC-V, and x86 processors and is used in safety-critical embedded software.
Use cases
- compile safety-critical C code with a verified compiler
- rule out miscompilation bugs in avionics or medical software
- research formally verified compilation
- teach compiler correctness with Coq proofs
- build DO-178C qualified toolchains for critical embedded software
When to choose
- you need high-assurance compilation for certified or safety-critical embedded software
- you want a compiler backed by machine-checked correctness proofs
- your target is ARM, PowerPC, RISC-V, or x86 and you use ISO C 2011
When to avoid
- you need a fully free/open-source license for commercial use
- you rely on C features outside CompCert's supported subset
- you need broad platform or ecosystem support like GCC or Clang
Facets
cli-tool · maturity active
compiler cryptography security compilers embedded-systems programming-languages security windows cpp embedded formal-verification coq verified-compiler c-language safety-critical avionics linux macos
2 sources
- readme: https://github.com/AbsInt/CompCert · fetched 2026-08-28 · d4de43de3bbc
- homepage: https://compcert.org · fetched 2026-08-29 · 0a575c8f922d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AbsInt/CompCert | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem