macOS
brew install jrubylocal Homebrew formula metadata
sudo port install jrubyMacPorts ports tree · lang/jruby/Portfile · source: api.github.com
brew
Ruby implementation in pure Java. Version 10.1.0.0 via Homebrew; verified 2026-06-22.
install
brew install jrubylocal Homebrew formula metadata
sudo port install jrubyMacPorts ports tree · lang/jruby/Portfile · source: api.github.com
sudo apk add jrubyAlpine Linux edge package indexes · jruby · source: dl-cdn.alpinelinux.org
sudo apt install jrubyDebian stable package indexes · jruby · source: deb.debian.org
nix profile install nixpkgs#jrubynixpkgs package indexes · jruby · source: raw.githubusercontent.com
sudo pacman -S jrubyArch Linux sync databases · jruby · source: geo.mirror.pkgbuild.com
sudo dnf install astFedora Rawhide package metadata · ast · source: dl.fedoraproject.org
choco install jrubyChocolatey community package catalog · jruby · source: community.chocolatey.org
scoop install main/jrubyScoop official bucket manifest trees · bucket/jruby.json · source: api.github.com
overview
Ruby implementation in pure Java
history
JRuby is the long-running Ruby implementation for the Java Virtual Machine. It gives Ruby code access to Java classes, JVM deployment models, Java threading, and JVM tooling while preserving the Ruby language and much of the Ruby ecosystem.
JRuby began in 2001 as a Java-hosted Ruby implementation and became one of the canonical examples of a dynamic language on the JVM. The project moved from a direct-port style implementation toward a JVM-oriented runtime with Java integration, bytecode compilation work, and compatibility targets that followed major Ruby language versions.
The project's institutional story is unusually visible for an open-source language runtime. Charles Nutter and Thomas Enebo announced in September 2006 that Sun Microsystems hired them to work on JRuby full time. After Sun, JRuby development continued through Engine Yard and then Red Hat involvement, keeping paid core development behind the runtime for many years.
JRuby became important during the Ruby on Rails expansion because it made Ruby applications plausible inside Java shops that already standardized on JVM operations. A 2011 JRuby blog post describes the 2006 JavaOne Rails demo as a turning point, at a time when the JVM language conversation centered on projects such as Jython and Groovy.
Package-manager adoption reflects that maturity: JRuby appears across Homebrew, Debian/Ubuntu, Fedora-style distributions, MacPorts, Chocolatey, Scoop, Nix, Arch, and Alpine. For package maintainers it is both a Ruby runtime and a Java application, so packaging has to account for Ruby executables, Java dependencies, and RubyGems-facing commands.
JRuby is used to run Ruby applications on the JVM, embed Ruby scripting into Java systems, call Java libraries from Ruby, and package Ruby applications for environments where the JVM is the operational baseline. Its command set includes JRuby-prefixed versions of common Ruby tools such as gem, irb, rake, rdoc, and ri.
JRuby is package-nerd catnip because it crosses ecosystem boundaries cleanly but not simply: Ruby code, Java bytecode, RubyGems, Maven-style expectations, native extension compatibility, and OS package managers all meet in one runtime. It is also a benchmark case for how language implementations survive outside their reference VM.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ast | cli | global executable | |
install_doc | cli | global executable | |
jbundle | cli | global executable | |
jbundler | cli | global executable | |
jerb | cli | global executable | |
jgem | cli | global executable | |
jirb | cli | global executable | |
jirb_swing | cli | global executable | |
jminitest | cli | global executable | |
jracc | cli | global executable | |
jrake | cli | global executable | |
jrdoc | cli | global executable | |
jri | cli | global executable | |
jruby | cli | global executable | |
jruby.sh | cli | global executable | |
jrubyc | cli | global executable | |
jsyntax_suggest | cli | global executable | |
jtest-unit | cli | global executable | |
lock_jars | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:jruby |
|---|---|
| Version | 10.1.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jruby |
| Homepage | https://www.jruby.org/ |
| Repository | https://github.com/jruby/jruby |
| Upstream docs | https://github.com/jruby/jruby/wiki |
| License | EPL-2.0 OR GPL-2.0-only OR LGPL-2.1-only |
| Source archive | https://search.maven.org/remotecontent?filepath=org/jruby/jruby-dist/10.1.0.0/jruby-dist-10.1.0.0-src.zip |
| Last updated | 2026-06-22T14:03:51-07:00 |
| Pulse | updated |
| Dependencies | libfixposix, openjdk |
| Build dependencies | ant, maven, pkgconf, ruby |
| Uses from macOS | libffi |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jruby |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jruby 9.4.8.0+ds-3
100% pure-Java implementation of Ruby
sudo apt install jrubyjruby
nix profile install nixpkgs#jrubyjruby 9.4.6.0+ds-1ubuntu3
100% pure-Java implementation of Ruby
sudo apt install jrubyjruby 9.3.15.0-r0
An implementation of Ruby on the JVM
sudo apk add jrubyjruby-irb 9.3.15.0-r0
Interactive JRuby console
sudo apk add jruby-irbjruby-libs 9.3.15.0-r0
JRuby's standard libraries
sudo apk add jruby-libsjruby-rake 9.3.15.0-r0
Ruby based make-like utility.
sudo apk add jruby-rakejruby-rdoc 9.3.15.0-r0
Ruby documentation tool
sudo apk add jruby-rdocjruby-readline 9.3.15.0-r0
Readline support for JRuby
sudo apk add jruby-readlinejruby-webrick 9.3.15.0-r0
HTTP server toolkit for JRuby
sudo apk add jruby-webrickjruby 10.1.0.0-1
100% pure-Java implementation of the Ruby programming language
sudo pacman -S jrubyjruby
sudo port install jrubyjruby
choco install jrubymain/jruby
scoop install main/jrubyast
sudo port install astast 9.2.12-4.fc44
A Library for Handling World Coordinate Systems in Astronomy
http://starlink.eao.hawaii.edu/starlink/AST
sudo dnf install astsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.