# igor-petruk/scriptisto

A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.

Repository: https://github.com/igor-petruk/scriptisto
Canonical: https://ross.abutalabs.com/products/scriptisto
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: scripting, unix, linux, rust
Last push: 2025-02-08T18:22:28+00:00

## Health v2 (maintenance only)
Score: 25/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 5, release rhythm 8, longevity 100
- inputs: {"age_days": 2507, "days_push": 571, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1091, forks 28 (observed 2026-08-28T04:03:33.084744+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: cli, build-tool, developer-tools
- domain: developer-tools
- platform: cli, cross-platform
- tags: shebang, scripting, compiled-languages, caching, rust, command-line, automation, linux, macos

## Member repositories
- igor-petruk/scriptisto (main) score 25

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:33.084744+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:49:08.648046+00:00, confidence not recorded.
  - readme: https://github.com/igor-petruk/scriptisto (fetched 2026-08-28T04:03:33.084744+00:00, sha 18107bcfff5f)
  - registry_crates: https://crates.io/api/v1/crates/scriptisto (fetched 2026-08-29T12:51:12.802181+00:00, sha 24f9b2d94ff0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
