Automic VaultAutomic Vault

brew

jenv を Homebrew, MacPorts, pacman, scoop でインストール

jenv のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install jenv

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install jenv

MacPorts ports tree · java/jenv/Portfile · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install extras/jenv

Scoop official bucket manifest trees · bucket/jenv.json · ソース: api.github.com

概要

パッケージ概要

Manage your Java environment

コマンドとエイリアス

  • jenv

履歴

プロジェクトの歴史と使われ方

jenv is a shell-oriented Java environment manager. Its README describes it as an updated fork of jenv adapted from rbenv, focused on switching Java versions and setting JAVA_HOME at global, directory-local, or per-shell scope without installing Java itself.

プロジェクトの歴史

The public GitHub repository for jenv was created in 2013. The project documentation names Gildas Cuisinier as maintainer and frames the repository as a continuation of an earlier beloved Java environment manager rather than a from-scratch package installer.

The release stream visible on GitHub shows a compact Unix shell tool that continued to receive maintenance releases through the 0.5.x and 0.6.x series. Release notes for 0.6.0 include fixes around shim behavior, shell support, install instructions, and the addition of a command for selecting a Java version for one command invocation.

採用の歴史

jenv became useful in Java shops because the JDK landscape is fragmented: Android, server, build, and legacy projects often require different Java majors on the same developer machine. Its README explicitly calls out Android tools using Java 8 while server applications use later releases, which explains its fit with project-local version files.

Homebrew, MacPorts, pacman, and Scoop package metadata in the input show that jenv escaped a single-source install workflow and became a cross-package-manager convenience for developers who already install JDKs through their platform tooling.

使われ方

A typical jenv workflow is to install the shell hooks, add already-installed JDK homes with `jenv add`, enable the export plugin when JAVA_HOME management is desired, and use `jenv global`, `jenv local`, or `jenv shell` to select the active version. `jenv local` writes a `.java-version` file in the working tree.

パッケージ好きにとっての重要性

jenv matters to package-manager users because it deliberately does less than SDKMAN-style installers: it manages shims and environment selection, while Homebrew or the operating system installs Java. That separation makes it a small glue package with outsized value on machines that carry several vendor and versioned JDKs.

タイムライン

  • 2013: Public GitHub repository created for jenv/jenv.
  • 2020: GitHub release 0.5.3 appears in the release stream.
  • 2025: GitHub release 0.6.0 records shim, install, and shell-support maintenance.

Related projects

  • The README explicitly traces jenv's style to rbenv. It also sits beside Homebrew, MacPorts, SDKMAN-style Java installers, and vendor OpenJDK packages rather than replacing them.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
./.java-version

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
jenvcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.6.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新0.6.0

https://github.com/jenv/jenv

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:jenv
バージョン0.6.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/jenv
ホームページhttps://github.com/jenv/jenv
リポジトリhttps://github.com/jenv/jenv
上流ドキュメントhttps://github.com/jenv/jenv#readme
ライセンスMIT
ソースアーカイブhttps://github.com/jenv/jenv/archive/refs/tags/0.6.0.tar.gz
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし
注意点To activate jenv, add the following to your shell profile e.g. ~/.profile or ~/.zshrc: export PATH="$HOME/.jenv/bin:$PATH" eval "$(jenv init -)"

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejenv
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

pacman95%

jenv 0.6.0-1

Manage your Java environment

https://github.com/jenv/jenv

sudo pacman -S jenv
  • License: MIT
  • Architecture: any
  • 1 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Jenv
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: jenv from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

jenv

sudo port install jenv
  • normalized package name match
  • 一致条件: Jenv
MacPorts ports tree · api.github.com · MacPorts ports tree: java/jenv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/jenv

scoop install extras/jenv
  • normalized package name match
  • 一致条件: Jenv
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/jenv.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment