compiler-explorer/compiler-explorer
Run compilers interactively from your web browser and interact with the assembly observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5216
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
19006 stars · 2099 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Compiler Explorer is an interactive web application for compiling code in 30+ languages (C, C++, Rust, Go, Haskell, Swift, and more) and viewing the resulting assembly, IR, or other compiler outputs in real time. It powers godbolt.org, serves millions of compilations weekly, and can also be self-hosted.
Use cases
- see what assembly my C++ code compiles to
- compare compiler output between gcc and clang
- learn how compiler optimizations affect generated code
- inspect LLVM IR or Rust MIR for a code snippet
- share a compiler repro link when reporting a bug
- check which instruction set extensions my code uses
- run a local instance to explore a private toolchain
When to choose
- you want to understand how source code maps to assembly or intermediate representations
- you need to compare outputs across compilers, versions, and flags quickly
- you are teaching or learning compilers, systems programming, or optimization
- you want a shareable permalink for a compilation example
When to avoid
- you need a full IDE with project builds, debugging, or version control integration
- you require building large multi-file projects rather than small snippets
- you need guaranteed reproducible builds in a controlled environment
Facets
application · maturity active
compiler developer-tools documentation data-visualization developer-tools compilers education performance cross-platform self-hosted assembly compilers interactive godbolt code-exploration optimization learning web-server nodejs
3 sources
- readme: https://github.com/compiler-explorer/compiler-explorer · fetched 2026-08-28 · 856770b400f9
- homepage: https://godbolt.org · fetched 2026-08-29 · e137ffb9aa48
- site_page: https://godbolt.org/admin/libraries.html · fetched 2026-08-29 · 19530417d19d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| compiler-explorer/compiler-explorer | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="compiler-explorer/compiler-explorer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem