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

andrei-markeev/ts2c

Convert Javascript/TypeScript to C observed · 2026-08-28

github.com/andrei-markeev/ts2c · C · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

56/100

  • Activity 53
  • 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: 3692
  • days_rel: n/a
  • days_push: 285
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1377 stars · 94 forks observed · 2026-08-28

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

A transpiler that converts JavaScript/TypeScript source code into readable C89 code. It was created to let developers program low-power IoT microcontrollers and wearables in JavaScript without the overhead of an embedded JS interpreter.

Use cases

  • convert javascript code to c
  • transpile typescript to c for embedded devices
  • run js logic on microcontrollers without an interpreter
  • port a small javascript library to c
  • program esp32 or wearables using typescript
  • generate readable c code from js snippets

When to choose

  • you need to run simple JS/TS logic on memory-constrained microcontrollers
  • you want readable, minimal C output that maps closely to your source
  • your code sticks to the supported ES3 subset (no floats, eval, Date, Math, prototypes)

When to avoid

  • you need modern JavaScript features like prototypes, eval, Date, or Math
  • your code relies on floating-point or big numbers
  • you need a production-grade, fully spec-compliant transpiler

Facets

cli-tool · maturity experimental

compiler developer-tools compilers programming-languages embedded-systems iot cross-platform cli transpiler typescript javascript c89 microcontrollers esp32

1 source

Member repositories

RepositoryRoleHealth v2
andrei-markeev/ts2cmain56

For agents

markdown · JSON · MCP: product_card(name="andrei-markeev/ts2c")

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