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

ruby/rbs

The type signature language for Ruby observed · 2026-08-28

github.com/ruby/rbs · Ruby · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100

Flags: no_license

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: 10.0
  • age_days: 2733
  • days_rel: 10
  • days_push: 7
  • n_releases_24m: 25

Full methodology

Adoption not part of the score

2174 stars · 252 forks observed · 2026-08-28

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

RBS is the type signature language for Ruby, letting developers describe class, module, method, and variable types in .rbs files. It ships as a gem with a CLI for validating, inspecting, and generating signature boilerplate from Ruby code.

Use cases

  • add type signatures to a ruby codebase
  • generate rbs boilerplate from existing ruby files
  • check method signatures and class ancestors
  • define types for ruby standard library and gems
  • document ruby apis with type annotations

When to choose

  • you want gradual typing for Ruby with a dedicated signature language
  • you use tools like Steep or TypeProf that consume RBS signatures
  • you need to type-annotate gems or the Ruby standard library

When to avoid

  • you want inline type annotations rather than separate signature files
  • you need a full static type checker (RBS describes types, it does not type-check programs itself)
  • you work in a non-Ruby language

Facets

library · maturity active

type-system parser cli developer-tools programming-languages developer-tools parsers ruby cli cross-platform ruby type-signatures static-analysis gradual-typing

1 source

Member repositories

RepositoryRoleHealth v2
ruby/rbsmain99

For agents

markdown · JSON · MCP: product_card(name="ruby/rbs")

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