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

igor-petruk/scriptisto

A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages. observed · 2026-08-28

github.com/igor-petruk/scriptisto · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

25/100

  • Activity 5
  • Release rhythm 8
  • 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: n/a
  • age_days: 2507
  • days_rel: n/a
  • days_push: 571
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1091 stars · 28 forks observed · 2026-08-28

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

Scriptisto is a language-agnostic 'shebang interpreter' that lets you write one-file scripts in compiled languages like C, Rust, or Go. It extracts build instructions from script comments, rebuilds on change with caching, and delegates to the compiled binary with under 1 ms overhead.

Use cases

  • write one-file scripts in compiled languages like C or Rust
  • use compiled languages for unix scripting with a shebang
  • run a .c or .rs file directly as an executable script
  • build scripts in Docker without installing compilers on the host
  • cache compiled scripts so repeated runs have minimal overhead
  • replace bash scripts with typed compiled-language scripts

When to choose

  • you want one-file scripts in compiled languages on Linux/macOS
  • you need fast cached rebuilds with near-zero runtime overhead
  • you want builds isolated in Docker without host toolchains

When to avoid

  • you only write interpreted-language scripts (Python, Ruby, etc.)
  • you need full build orchestration rather than single-file scripts
  • you work primarily on Windows without a Unix-like environment

Facets

cli-tool · maturity stable

cli build-tool developer-tools developer-tools cli cross-platform shebang scripting compiled-languages caching rust command-line automation linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
igor-petruk/scriptistomain25

For agents

markdown · JSON · MCP: product_card(name="igor-petruk/scriptisto")

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