TinyCC/tinycc
Unofficial mirror of mob development branch 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
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
- readme: https://github.com/TinyCC/tinycc · fetched 2026-08-28 · 6a832f34fe90
- homepage: http://repo.or.cz/w/tinycc.git · fetched 2026-08-29 · 002721f3d5c6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TinyCC/tinycc | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem