pkg.soopen package index

brew / 順位 2454

zplug を Homebrew, apt, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install zplug

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install zplug

Debian stable package indexes · zplug · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#zplug

nixpkgs package indexes · pkgs/by-name/zp/zplug/package.nix · ソース: api.github.com

概要

パッケージ概要

Next-generation plugin manager for zsh

コマンドとエイリアス

  • zplug-env

履歴

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

Zplug is a Zsh plugin manager that manages plugins, commands, themes, release binaries, gists, and framework assets from sources such as GitHub, Bitbucket, oh-my-zsh, prezto, and local directories.

プロジェクトの歴史

The public `zplug/zplug` repository was created in November 2015. The README describes it as a next-generation Zsh plugin manager with parallel installation and update, lazy loading, branch/tag/commit locking, hooks, dependencies, and an interactive interface through tools such as fzf and peco.

Zplug grew during the era when Zsh users were moving beyond monolithic framework installs toward declarative plugin lists in `.zshrc`. Its tag-based syntax let users mix plugins, themes, commands, GitHub release assets, oh-my-zsh plugins, prezto modules, Bitbucket repositories, gists, and local code in one loader.

採用の歴史

GitHub metadata showed more than 6,000 stars by July 2026, making Zplug a well-known member of the Zsh plugin-manager wave. Official releases were active through the 2.x series in 2016 and 2017, and the batch package metadata lists Homebrew, Debian, Ubuntu, and Nix packaging.

Its adoption was helped by compatibility rather than exclusivity: Zplug could consume oh-my-zsh and prezto assets, so users could keep familiar plugin sources while moving to a more explicit package-management style.

使われ方

Typical use is to source `init.zsh`, declare packages with `zplug` lines in `.zshrc`, run `zplug check` and `zplug install` when needed, then `zplug load` to source plugins or add commands to `$PATH`. The README examples cover frozen packages, GitHub release binaries, conditional loads, build hooks, dependencies, themes, and local plugins.

The command set includes install, load, list, update, check, status, clean, clear, and info, giving Zsh users a small package-manager vocabulary inside their shell startup file.

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

Zplug matters because it treats shell customization like a package graph rather than a pile of sourced scripts. For package nerds, it captures a specific moment in dotfile culture: Zsh users wanted faster startup, lockable revisions, parallel installs, and the ability to mix plugin ecosystems without adopting one big framework.

タイムライン

  • 2015-11-21: The public `zplug/zplug` repository is created.
  • 2016: Zplug 2.x releases ship regularly, including 2.1.0, 2.2.0, and 2.3.x.
  • 2017-12-28: Zplug 2.4.2 is published on GitHub.
  • 2026: GitHub metadata still shows an active repository with thousands of stars and package-manager availability in the batch metadata.

Related projects

  • oh-my-zsh and prezto are plugin/theme ecosystems Zplug can consume.
  • antigen is an older Zsh plugin manager explicitly contrasted in the README.
  • fzf, peco, and zaw are optional interactive selectors referenced by Zplug.

セキュリティ状態

リスクレベル: グリーン

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 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/zplug/zplug

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zplug
バージョン2.4.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/zplug
ホームページhttps://github.com/zplug/zplug/
リポジトリhttps://github.com/zplug/zplug
上流ドキュメントhttps://github.com/zplug/zplug/
ライセンスMIT
ソースアーカイブhttps://github.com/zplug/zplug/archive/refs/tags/2.4.2.tar.gz
macOS 提供ライブラリzsh
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし
注意点In order to use zplug, please add the following to your .zshrc: export ZPLUG_HOME=$HOMEBREW_PREFIX/opt/zplug source $ZPLUG_HOME/init.zsh

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

zplug 2.4.2-2

next-generation plugin manager for zsh

https://github.com/zplug/zplug

sudo apt install zplug
  • Section: shells
  • Architecture: all
  • 2 依存関係
  • normalized package name match
  • 一致条件: Zplug
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zplug from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zplug

nix profile install nixpkgs#zplug
  • normalized package name match
  • 一致条件: Zplug
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zp/zplug/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

zplug 2.4.2-2

next-generation plugin manager for zsh

https://github.com/zplug/zplug

sudo apt install zplug
  • Section: universe/shells
  • Architecture: all
  • 2 依存関係
  • normalized package name match
  • 一致条件: Zplug
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zplug from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation