Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper, scoop, winget 安装 gopass

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gopass

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install gopass

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

Linux

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

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

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

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

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

nixpkgs package indexes · pkgs/by-name/go/gopass/package.nix · 来源: api.github.com

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

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

Ubuntu apt已验证 · 92%
sudo apt install gopass

Ubuntu 24.04 LTS package indexes · gopass · 来源: archive.ubuntu.com

openSUSE zypper已验证 · 92%
sudo zypper install gopass

openSUSE Tumbleweed package metadata · gopass · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/gopass

Scoop official bucket manifest trees · bucket/gopass.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id gopass.gopass -e

Windows Package Manager source index · gopass.gopass · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Slightly more awesome Standard Unix Password Manager for Teams

命令和别名

  • gopass

历史

项目历史与用法

gopass is a command-line password manager positioned as a more team-oriented take on the standard Unix password manager, pass. By default it encrypts secrets with GPG and versions the store in git, while also supporting other crypto and storage backends.

项目历史

The gopasspw/gopass repository was created in February 2017 and published a v1.0.0 release the same day. Its README describes the project as a drop-in replacement for pass, built from experience with globally distributed development teams.

The early 1.x release line moved quickly through setup, team, mount, sync, and browser-oriented workflows. The README shows the project broadening from a Unix-style password-store clone into a cross-platform secrets manager with Linux, macOS, BSD, and Windows installation paths.

采用历史

gopass adoption is strongly tied to package managers and team workflows. The README documents Homebrew, MacPorts, Debian-style packages from the gopass package repository, Fedora, Arch, WinGet, Chocolatey, Scoop, FreeBSD, OpenBSD, Alpine, source builds, and manual release downloads.

The project also grew a browser-integration side through gopass-jsonapi and gopassbridge, letting users avoid the command line for routine website logins while keeping the git/GPG-backed store model.

使用方式

A typical user runs `gopass setup` to create a root store, choose encryption, optionally configure a git remote, and write configuration under the user's gopass config directory. Daily commands include `gopass create`, `gopass ls`, `gopass show -c`, `gopass rm`, `gopass sync`, and `gopass mounts`.

The default store path documented by the README is `$HOME/.local/share/gopass/stores/root`, with GPG encryption and git storage. The README also notes that age encryption and fossil storage are available alternatives.

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

gopass is significant to package nerds because it preserves the Unix password-store mental model while making it more installable and cross-platform for teams. It is a CLI-first security tool whose real-world value depends on package-manager trust, GPG/git availability, shell completion, and browser-native messaging helpers.

It is also a case study in a project name colliding with distro namespaces: the README warns Debian and Ubuntu users not to install an unrelated `gopass` package from official repositories, then points them to the gopass project's own apt repository.

时间线

  • 2017: GitHub repository created under gopasspw/gopass.
  • 2017: v1.0.0 release published on GitHub Releases.
  • 2017: v1.1.0 and v1.2.0 releases followed during the first months of public development.
  • 2017: v1.3.x releases continued the early stable CLI line.
  • 2020s: README documents broad package-manager installation across Unix-like systems and Windows, plus browser integration through gopass-jsonapi.

Related projects

  • The README relates gopass to pass, GPG, git, age, fossil, gopass-jsonapi, gopassbridge, gpg4win, package managers such as Homebrew and Scoop, and browser integrations.

安全态势

风险级别:绿色

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 元数据适用于 6 个平台目标。
  • 安装时包含 2 个运行时依赖。
  • 构建元数据列出 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
~/.config/gopass/config/etc/gopass/config<STORE_DIR>/config<STORE_DIR>/config.worktree
Windows
%APPDATA%\gopass\config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.local/share/gopass/stores/root~/.password-store

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

页面生成时间2026-07-10
管理器版本1.16.1
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/gopasspw/gopass

安装元数据

软件包元数据

软件包键brew:gopass
版本1.16.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/gopass
主页https://www.gopass.pw/
仓库https://github.com/gopasspw/gopass
上游文档https://github.com/gopasspw/gopass#readme
许可证MIT
源码归档https://github.com/gopasspw/gopass/releases/download/v1.16.1/gopass-1.16.1.tar.gz
最后更新2026-06-22T14:03:38-07:00
Pulseupdated
依赖gnupg, terminal-notifier
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

gopass

nix profile install nixpkgs#gopass
  • normalized package name match
  • 匹配方式:Gopass
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/gopass/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

golang-github-aviau-gopass-dev 1.5.0-1build1

pass implementation in Go - dev package

https://github.com/aviau/gopass

sudo apt install golang-github-aviau-gopass-dev
  • Section: universe/devel
  • Architecture: all
  • Source Package: gopass
  • 4 依赖
  • normalized package name match
  • 匹配方式:Gopass
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: golang-github-aviau-gopass-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

gopass 1.5.0-1build1

pass implementation in Go

https://github.com/aviau/gopass

sudo apt install gopass
  • Section: universe/admin
  • Architecture: amd64
  • 3 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Gopass
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gopass from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

gopass 1.16.1-r5

The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.

https://www.gopass.pw

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

gopass-bash-completion 1.16.1-r5

Bash completions for gopass

https://www.gopass.pw

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

gopass-doc 1.16.1-r5

The slightly more awesome Standard Unix Password Manager for Teams. Written in Go. (documentation)

https://www.gopass.pw

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

gopass-fish-completion 1.16.1-r5

Fish completions for gopass

https://www.gopass.pw

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

gopass-zsh-completion 1.16.1-r5

Zsh completions for gopass

https://www.gopass.pw

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

gopass 1.16.1-3.fc44

The slightly more awesome standard unix password manager for teams

https://github.com/gopasspw/gopass

sudo dnf install gopass
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-HP AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND (Apache-2.0 OR MIT)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gopass
  • 6 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gopass
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gopass from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

gopass 1.16.1-2

The slightly more awesome standard unix password manager for teams.

https://github.com/gopasspw/gopass

sudo pacman -S gopass
  • License: MIT
  • Architecture: x86_64
  • 1 依赖
  • 4 可选依赖
  • normalized package name match
  • 匹配方式:Gopass
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gopass from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

gopass 1.16.1-1.4

The slightly more awesome standard unix password manager for teams

https://www.gopass.pw/

sudo zypper install gopass
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gopass
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gopass
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gopass from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

gopass-bash-completion 1.16.1-1.4

Bash completion for gopass

https://www.gopass.pw/

sudo zypper install gopass-bash-completion
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: gopass
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gopass
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gopass-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

gopass-fish-completion 1.16.1-1.4

Fish completion for gopass

https://www.gopass.pw/

sudo zypper install gopass-fish-completion
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: gopass
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gopass
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gopass-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

gopass-impersonate-pass 1.16.1-1.4

Provide /usr/bin/pass as drop-in replacement

https://www.gopass.pw/

sudo zypper install gopass-impersonate-pass
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: gopass
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Gopass
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gopass-impersonate-pass from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

gopass-zsh-completion 1.16.1-1.4

Zsh completion for gopass

https://www.gopass.pw/

sudo zypper install gopass-zsh-completion
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: gopass
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gopass
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gopass-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

gopass

sudo port install gopass
  • normalized package name match
  • 匹配方式:Gopass
MacPorts ports tree · api.github.com · MacPorts ports tree: security/gopass/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
  • 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