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

ryanmjacobs/c

Compile and execute C "scripts" in one go! observed · 2026-08-28

github.com/ryanmjacobs/c · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 55
  • Release rhythm 51
  • Longevity 100
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: 0
  • age_days: 4202
  • days_rel: 331
  • days_push: 271
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2182 stars · 184 forks observed · 2026-08-28

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

A small shell script that compiles and executes C (and C++) files in a single command, supporting shebang-style executable C scripts. It works with any compiler via $CC (gcc, clang, tcc) and includes a simple build cache.

Use cases

  • run c files like scripts
  • compile and execute c in one command
  • use c as a scripting language with shebang
  • quickly test small c programs
  • run c++ files without a makefile
  • cache compiled c scripts for faster reruns

When to choose

  • you want to run small C/C++ programs without writing build files
  • you want executable C scripts via shebang
  • you want a lightweight single-file tool with no dependencies beyond a C compiler

When to avoid

  • you need full build management for multi-file projects (use make, cmake, etc.)
  • you need debugging, IDE integration, or dependency management
  • you need maximum performance for production builds

Facets

cli-tool · maturity active

compiler cli developer-tools caching developer-tools programming-languages compilers cli cross-platform c-scripts shebang shell-script tcc clang gcc cpp command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
ryanmjacobs/cmain63

For agents

markdown · JSON · MCP: product_card(name="ryanmjacobs/c")

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