macOS
brew install rbenvlocal Homebrew formula metadata
sudo port install rbenvMacPorts ports tree · ruby/rbenv/Portfile · ソース: api.github.com
brew / 順位 358
rbenv のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install rbenvlocal Homebrew formula metadata
sudo port install rbenvMacPorts ports tree · ruby/rbenv/Portfile · ソース: api.github.com
sudo apt install rbenvDebian stable package indexes · rbenv · ソース: deb.debian.org
sudo dnf install rbenvFedora Rawhide package metadata · rbenv · ソース: dl.fedoraproject.org
nix profile install nixpkgs#rbenvnixpkgs package indexes · pkgs/by-name/rb/rbenv/package.nix · ソース: api.github.com
sudo pacman -S rbenvArch Linux sync databases · rbenv · ソース: geo.mirror.pkgbuild.com
sudo zypper install rbenvopenSUSE Tumbleweed package metadata · rbenv · ソース: download.opensuse.org
概要
Ruby version manager
履歴
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.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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-version実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
rbenv | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/rbenv/rbenv
インストールメタデータ
| パッケージキー | brew:rbenv |
|---|---|
| バージョン | 1.3.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/rbenv |
| ホームページ | https://rbenv.org |
| リポジトリ | https://github.com/rbenv/rbenv |
| 上流ドキュメント | https://rbenv.org |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/rbenv/rbenv/archive/refs/tags/v1.3.2.tar.gz |
| 依存関係 | ruby-build |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 rbenvソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.