matz/spinel
None observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 99
- Release rhythm 35
- Longevity 11
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 161
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1771 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Spinel is an ahead-of-time compiler that translates Ruby source code into standalone native executables via whole-program type inference and C code generation. It ships as a single self-contained C binary and includes a cargo-style project tool (`spin`) for scaffolding, dependency resolution, building, and testing.
Use cases
- compile ruby scripts into standalone native binaries
- speed up ruby programs with ahead-of-time compilation
- build a ruby cli app without requiring a ruby runtime
- scaffold and manage a ruby project with a cargo-like tool
- run whole-program type inference on ruby code
- bundle ruby dependencies into a single executable
When to choose
- you want to distribute Ruby programs as dependency-free native executables
- you need faster execution than CRuby for your Ruby code
- you prefer a self-contained compiler with a modern project workflow tool
When to avoid
- you rely heavily on dynamic Ruby metaprogramming that static type inference cannot handle
- you need runtime gem loading or C extension builds at runtime
- you want a compiler installable as a RubyGem
Facets
cli-tool · maturity active
compiler programming-language build-tool type-system cli compilers programming-languages developer-tools performance cli cross-platform ruby aot-compilation type-inference native-executables package-manager prism-parser command-line linux macos
1 source
- readme: https://github.com/matz/spinel · fetched 2026-08-28 · 4302f30f4a9c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| matz/spinel | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem