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

TinyCC/tinycc

Unofficial mirror of mob development branch observed · 2026-08-28

github.com/TinyCC/tinycc · homepage · C · LGPL-2.1 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 96
  • 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: 3804
  • days_rel: n/a
  • days_push: 25
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3019 stars · 562 forks observed · 2026-08-28

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

TinyCC (tcc) is a very small and fast ANSI C compiler that can compile, link, and run C code directly, including as shebang-style C scripts. It targets i386, x86_64, arm, aarch64, and riscv64, compiles roughly 10x faster than gcc -O0, and offers an optional memory/bounds checker plus a libtcc library for JIT-style dynamic compilation.

Use cases

  • compile and run C code as scripts with a shebang line
  • embed a C compiler/JIT into an application via libtcc
  • bootstrapping or compiling C on minimal systems like rescue disks
  • fast iterative C compilation during development
  • compile C for embedded or cross-platform targets including Windows and ARM
  • check memory and array bounds in C programs

When to choose

  • you need a tiny, fast C compiler with minimal dependencies
  • you want to run C source directly as scripts without a build step
  • you need runtime C compilation or JIT capabilities in your own program
  • you're working on resource-constrained or bootstrapping scenarios

When to avoid

  • you need heavily optimized production binaries (use gcc or clang)
  • you require full C11/C17/C23 compliance or advanced diagnostics
  • you need a large ecosystem of tooling and sanitizers

Facets

cli-tool · maturity active

compiler interpreter developer-tools compilers programming-languages developer-tools windows bsd cross-platform cli c-compiler jit c-scripting tinycc tcc libtcc small-footprint fast-compilation command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
TinyCC/tinyccmain75

For agents

markdown · JSON · MCP: product_card(name="TinyCC/tinycc")

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