pkg.soopen package index

brew / 排名 1731

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman 安装 pass

查看 pass 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install pass

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install pass

MacPorts ports tree · security/pass/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add pass

Alpine Linux edge package indexes · pass · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install pass

Debian stable package indexes · pass · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install pass

Fedora Rawhide package metadata · pass · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#pass

nixpkgs package indexes · pass · 来源: raw.githubusercontent.com

Arch Linux pacman已验证 · 92%
sudo pacman -S pass

Arch Linux sync databases · pass · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Password manager

命令和别名

  • pass

历史

项目历史与用法

pass is Jason A. Donenfeld's Unix-oriented password manager, storing each secret in a GPG-encrypted file within a normal directory tree.

项目历史

Jason A. Donenfeld created pass as a minimal password manager organized around ordinary directories and one GPG-encrypted file per entry.

The project retained a shell-based design while accumulating support for password generation, clipboard handling, multiple GPG recipients, per-directory keys, Git-backed history and synchronization, shell completion, and extensions.

采用历史

The official homepage documents native packages for Debian/Ubuntu, Fedora/RHEL, openSUSE, Gentoo, Arch, macOS/Homebrew, and FreeBSD. source_facts.package-manager additionally records Alpine, MacPorts, and Nix.

An active extension and client ecosystem grew around the deliberately simple on-disk format, adding graphical, mobile, browser, import, and interoperability tools without changing the core store.

使用方式

Initialize the store with pass init and a GPG key identifier, then use commands such as insert, show, edit, generate, remove, and copy-to-clipboard.

The default store is ~/.password-store. Its .gpg-id file identifies encryption recipients; PASSWORD_STORE_DIR and PASSWORD_STORE_KEY can override those defaults.

A store can also be initialized as a Git repository. pass then commits modifications and exposes Git operations through pass git for synchronization and history.

为什么软件包爱好者会关心

pass is a canonical example of Unix composition applied to password management: a short shell program delegates encryption to GnuPG, hierarchy to the filesystem, editing to ordinary tools, synchronization and history to Git, and clipboard access to platform utilities.

Its transparent storage format avoids a proprietary database and makes packaging dependencies and behavior unusually easy to audit, customize, and extend.

时间线

  • Version 1.7.4: The release listed by the official project page.
  • 2025-06-18: The official repository records continued maintenance on its master branch.

Related projects

  • Core related tools include Bash, GnuPG, Git, tree, xclip, wl-clipboard, qrencode, and the community-maintained pass clients and extensions listed by the official site.

安全态势

风险级别:绿色

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 元数据适用于 10 个平台目标。
  • 安装时包含 4 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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
~/.password-store/.gpg-id

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.password-store

可执行文件

已安装的可执行文件

命令类型暴露范围备注
passcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-09-19
管理器版本1.7.4
管理器更新时间2026-09-17
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.passwordstore.org/

安装元数据

软件包元数据

软件包键brew:pass
版本1.7.4
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/pass
主页https://www.passwordstore.org/
上游文档https://www.passwordstore.org/
许可证GPL-2.0-or-later
源码归档https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz
最后更新2026-09-17T20:02:26Z
Pulseupdated
依赖gnu-getopt, gnupg, qrencode, tree
Bottle可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namepass
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%

pass 1.7.4-7

lightweight directory-based password manager

https://www.passwordstore.org/

sudo apt install pass
  • Section: admin
  • Architecture: all
  • Source Package: password-store
  • 2 依赖
  • 9 可选依赖
  • normalized package name match
  • 匹配方式:Pass
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pass from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

pass

nix profile install nixpkgs#pass
  • normalized package name match
  • 匹配方式:Pass
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: pass from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

pass 1.7.4-6

lightweight directory-based password manager

https://www.passwordstore.org/

sudo apt install pass
  • Section: universe/admin
  • Architecture: all
  • Source Package: password-store
  • 2 依赖
  • 9 可选依赖
  • normalized package name match
  • 匹配方式:Pass
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pass from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

pass 1.7.4-r3

Stores, retrieves, generates, and synchronizes passwords securely

https://www.passwordstore.org

sudo apk add pass
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pass
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pass
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pass from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

pass-bash-completion 1.7.4-r3

Bash completions for pass

https://www.passwordstore.org

sudo apk add pass-bash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pass
  • normalized package name match
  • 匹配方式:Pass
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pass-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

pass-contrib 1.7.4-r3

contrib files for pass

https://www.passwordstore.org

sudo apk add pass-contrib
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pass
  • 1 依赖
  • normalized package name match
  • 匹配方式:Pass
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pass-contrib from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

pass-doc 1.7.4-r3

Stores, retrieves, generates, and synchronizes passwords securely (documentation)

https://www.passwordstore.org

sudo apk add pass-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pass
  • normalized package name match
  • 匹配方式:Pass
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pass-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

pass-fish-completion 1.7.4-r3

Fish completions for pass

https://www.passwordstore.org

sudo apk add pass-fish-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pass
  • normalized package name match
  • 匹配方式:Pass
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pass-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

pass-zsh-completion 1.7.4-r3

Zsh completions for pass

https://www.passwordstore.org

sudo apk add pass-zsh-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pass
  • normalized package name match
  • 匹配方式:Pass
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pass-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

pass 1.7.4-20.fc45

A password manager using standard Unix tools

http://zx2c4.com/projects/password-store/

sudo dnf install pass
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: pass
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pass
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: pass from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

passmenu 1.7.4-20.fc45

A dmenu based interface to pass.

http://zx2c4.com/projects/password-store/

sudo dnf install passmenu
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: pass
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pass
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: passmenu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

pass 1.7.4-7

Stores, retrieves, generates, and synchronizes passwords securely

https://www.passwordstore.org/

sudo pacman -S pass
  • License: GPL2
  • Architecture: any
  • 3 依赖
  • 1 提供
  • 13 可选依赖
  • normalized package name match
  • 匹配方式:Pass
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: pass from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

pass

sudo port install pass
  • normalized package name match
  • 匹配方式:Pass
MacPorts ports tree · api.github.com · MacPorts ports tree: security/pass/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • 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
  • pkg.so package database
  • pkgdb category and tag curation