Pry
A runtime developer console and IRB alternative with powerful introspection capabilities. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 70
- Release rhythm 63
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: 19.0
- age_days: 5748
- days_rel: 250
- days_push: 184
- n_releases_24m: 5
Adoption not part of the score
6836 stars · 609 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Pry is a runtime developer console and IRB alternative for Ruby with powerful introspection capabilities such as source and documentation browsing, syntax highlighting, and state navigation. It can be used as a REPL, a developer console, or a debugger, and integrates with Rails via pry-rails.
Use cases
- replace irb with a better ruby repl
- inspect ruby object source code at runtime
- browse method documentation from the console
- use pry as the rails console
- debug ruby code with a runtime console
- navigate and explore object state with cd and ls
- edit methods in an editor from the repl
When to choose
- you want a more powerful Ruby REPL than IRB
- you need runtime introspection of Ruby objects and methods
- you want an enhanced Rails console experience
- you need a lightweight runtime debugger for Ruby
When to avoid
- you are not working in Ruby
- you need a full graphical IDE debugger
- you need a REPL for another language
Facets
library · maturity stable
developer-tools cli editor developer-tools programming-languages ruby cli cross-platform repl irb-alternative debugger introspection ruby-console runtime-invocation command-line
2 sources
- readme: https://github.com/pry/pry · fetched 2026-08-28 · 3203c54fcf0a
- homepage: http://pry.github.io · fetched 2026-08-29 · bed62910a821
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pry/pry | main | 74 |
| pry/pry-rails | plugin | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem