Ross ROSS = Recommend OSS · open-source software intelligence for agents

Vexu/arocc

A modern fully featured C compiler. observed · 2026-08-28

github.com/Vexu/arocc · Zig · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • 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: 2015
  • days_rel: n/a
  • days_push: 15
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1802 stars · 109 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Aro is a modern C compiler written in Zig that aims for fast compilation, low memory usage, and high-quality diagnostics, with support for C standards from C89 through C23 plus common GNU and Clang extensions. It works as a standalone compiler driver and as an embeddable Zig module, powering Zig's translate-c C frontend, while its native code generation backend is still under construction.

Use cases

  • compile C code
  • parse C source files
  • preprocess C headers and sources
  • translate C headers to Zig
  • check that C code conforms to C23 or earlier standards
  • get clearer error messages when compiling C
  • embed a C compiler frontend in a Zig-based tool
  • replace gcc or clang for faster C compilation

When to choose

  • You need a fast, low-memory C frontend with good diagnostics for parsing, preprocessing, or semantic analysis
  • You are building Zig tooling that must consume C code, such as translation or bindings generation
  • You need up-to-date C23 standards support along with GNU and Clang extensions
  • You want to integrate C compilation as a library inside your own build or analysis tools

When to avoid

  • You need a production-ready backend that emits optimized machine code for arbitrary targets today, since codegen is still under construction
  • You need a drop-in replacement for GCC or Clang in existing production build pipelines
  • You need C++ support - Aro only handles C
  • You rely on the full warning sets of older standards like C11 and C17, which are not yet complete

Facets

library · maturity active

compiler parser cli compilers programming-languages parsers developer-tools cross-platform windows cli zig c-compiler c23 compiler-frontend preprocessor translate-c diagnostics gnu-extensions linux macos

1 source

Member repositories

RepositoryRoleHealth v2
Vexu/aroccmain76

For agents

markdown · JSON · MCP: product_card(name="Vexu/arocc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem