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

phusion/traveling-ruby

Self-contained Ruby binaries that can run on any Linux distribution and any macOS machine. observed · 2026-08-28

github.com/phusion/traveling-ruby · homepage · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 95
  • 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: 4294
  • days_rel: n/a
  • days_push: 30
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2137 stars · 115 forks observed · 2026-08-28

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

Traveling Ruby provides self-contained, portable Ruby binaries that run on any Linux distribution, macOS machine, and (with caveats) Windows. It lets developers bundle a Ruby runtime with their app so end users can run it without installing Ruby or gems.

Use cases

  • distribute a Ruby CLI tool without requiring users to install Ruby
  • bundle a Ruby runtime into a single tar.gz package for end users
  • avoid building OS-specific DEB/RPM/pkg packages for every distro version
  • ship a Ruby app to non-programmer users who may have the wrong Ruby version
  • create portable sysadmin automation scripts that run anywhere
  • package a Ruby desktop or command-line app for macOS and Linux

When to choose

  • you distribute Ruby command-line tools or apps to non-Ruby end users
  • you want a single package instead of per-distro installation packages
  • you need a predictable, pinned Ruby version bundled with your app
  • you want to avoid heavyweight tooling like Omnibus and VM fleets

When to avoid

  • you are building web applications deployed on servers where you control the runtime
  • your users are Ruby developers comfortable with rbenv/RVM and Bundler
  • you need full Windows support without caveats
  • you need a package manager-integrated installation rather than a tarball

Facets

cli-tool · maturity active

developer-tools build-tool package-manager cli developer-tools cross-platform programming-languages windows cli cross-platform portable-ruby ruby-distribution self-contained-binaries app-packaging end-user-distribution command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
phusion/traveling-rubymain66

For agents

markdown · JSON · MCP: product_card(name="phusion/traveling-ruby")

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