macOS
brew install rbenvlocal Homebrew formula metadata
sudo port install rbenvMacPorts ports tree · ruby/rbenv/Portfile · source: api.github.com
brew / rank 358
Ruby version manager. Version 1.3.2 via Homebrew; verified from local package data. Also installable with debian: sudo apt install rbenv.
install
brew install rbenvlocal Homebrew formula metadata
sudo port install rbenvMacPorts ports tree · ruby/rbenv/Portfile · source: api.github.com
sudo apt install rbenvDebian stable package indexes · rbenv · source: deb.debian.org
sudo dnf install rbenvFedora Rawhide package metadata · rbenv · source: dl.fedoraproject.org
nix profile install nixpkgs#rbenvnixpkgs package indexes · pkgs/by-name/rb/rbenv/package.nix · source: api.github.com
sudo pacman -S rbenvArch Linux sync databases · rbenv · source: geo.mirror.pkgbuild.com
sudo zypper install rbenvopenSUSE Tumbleweed package metadata · rbenv · source: download.opensuse.org
overview
Ruby version manager
history
rbenv is a Unix-like Ruby version manager that selects a Ruby through PATH shims and project or user version files while leaving Ruby installation to plugins such as ruby-build.
rbenv was created as a simple mechanism for selecting Ruby versions per project. It prepends shims to PATH, resolves the requested version from environment or version files, and delegates actual Ruby installation to tools such as the separately maintained ruby-build plugin.
Version 0.4.0 changed the preferred project file from `.rbenv-version` to the cross-tool `.ruby-version` name. Version 1.0.0 characterized the project as a robust Unix-methodology tool and expanded plugin hooks and shell support.
rbenv became a prominent lightweight alternative in the Ruby version-manager ecosystem. Its official installation guide recommends package-manager installation where available, while the supplied metadata records packages for Homebrew, Debian, Ubuntu, Fedora/DNF, Arch, MacPorts, Nix, and openSUSE.
Its Bash plugin interface fostered an ecosystem including ruby-build, rbenv-aliases, rbenv-binstubs, and rbenv-bundler. The rbenv maintainers describe it as having inspired forks for other programming languages and software environments.
Users normally install Ruby versions with ruby-build, choose a machine-wide default with `rbenv global`, and write a project-specific `.ruby-version` with `rbenv local`. `RBENV_VERSION` or `rbenv shell` can override file-based selection.
The user-wide default is stored in `~/.rbenv/version`; project selection is stored in `.ruby-version`. Installed Rubies and shims normally live beneath `~/.rbenv`, configurable through `RBENV_ROOT`.
rbenv exemplifies the Unix-style version-manager design: a small shim dispatcher, plain-text version files, environment variables, and separately packaged plugins. This contrasts with managers that combine runtime compilation, gemsets, and shell management in one tool.
The `.ruby-version` convention became useful beyond rbenv because multiple Ruby version managers can consume it. That portability makes the file part of the practical interface between projects, developers, CI systems, and package tooling.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.ruby-versionexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
rbenv | 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.
https://github.com/rbenv/rbenv
install metadata
| Package key | brew:rbenv |
|---|---|
| Version | 1.3.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/rbenv |
| Homepage | https://rbenv.org |
| Repository | https://github.com/rbenv/rbenv |
| Upstream docs | https://rbenv.org |
| License | MIT |
| Source archive | https://github.com/rbenv/rbenv/archive/refs/tags/v1.3.2.tar.gz |
| Dependencies | ruby-build |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rbenv |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
rbenv 1.1.2-2
simple per-user Ruby version manager
https://github.com/sstephenson/rbenv
sudo apt install rbenvrbenv
nix profile install nixpkgs#rbenvrbenv 1.1.2-1
simple per-user Ruby version manager
https://github.com/sstephenson/rbenv
sudo apt install rbenvrbenv 1.3.2-5.fc45
Manage your app's Ruby environment
https://github.com/rbenv/rbenv
sudo dnf install rbenvrbenv 1.3.2-2
Manage your app's Ruby environment
https://github.com/rbenv/rbenv
sudo pacman -S rbenvrbenv 1.3.2-1.4
Simple Ruby version Management
https://github.com/rbenv/rbenv
sudo zypper install rbenvrbenv-bash-completion 1.3.2-1.4
Bash completion for rbenv
https://github.com/rbenv/rbenv
sudo zypper install rbenv-bash-completionrbenv-zsh-completion 1.3.2-1.4
ZSH completion for rbenv
https://github.com/rbenv/rbenv
sudo zypper install rbenv-zsh-completionrbenv
sudo port install rbenvsource 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.