macOS
brew install gopasslocal Homebrew formula metadata
sudo port install gopassMacPorts ports tree · security/gopass/Portfile · ソース: api.github.com
brew
gopass のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gopasslocal Homebrew formula metadata
sudo port install gopassMacPorts ports tree · security/gopass/Portfile · ソース: api.github.com
sudo apk add gopassAlpine Linux edge package indexes · gopass · ソース: dl-cdn.alpinelinux.org
sudo dnf install gopassFedora Rawhide package metadata · gopass · ソース: dl.fedoraproject.org
nix profile install nixpkgs#gopassnixpkgs package indexes · pkgs/by-name/go/gopass/package.nix · ソース: api.github.com
sudo pacman -S gopassArch Linux sync databases · gopass · ソース: geo.mirror.pkgbuild.com
sudo apt install gopassUbuntu 24.04 LTS package indexes · gopass · ソース: archive.ubuntu.com
sudo zypper install gopassopenSUSE Tumbleweed package metadata · gopass · ソース: download.opensuse.org
scoop install main/gopassScoop official bucket manifest trees · bucket/gopass.json · ソース: api.github.com
winget install --id gopass.gopass -eWindows Package Manager source index · gopass.gopass · ソース: cdn.winget.microsoft.com
概要
Slightly more awesome Standard Unix Password Manager for Teams
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
~/.config/gopass/config/etc/gopass/config<STORE_DIR>/config<STORE_DIR>/config.worktree%APPDATA%\gopass\configCredential-bearing paths to review before unattended agent runs.
~/.local/share/gopass/stores/root~/.password-store実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gopass | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
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 |
| Pulse | updated |
| 依存関係 | gnupg, terminal-notifier |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gopass |
| 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 パッケージリンクとは分けて表示されます。
gopass
nix profile install nixpkgs#gopassgolang-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-devgopass 1.5.0-1build1
pass implementation in Go
https://github.com/aviau/gopass
sudo apt install gopassgopass 1.16.1-r5
The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.
sudo apk add gopassgopass-bash-completion 1.16.1-r5
Bash completions for gopass
sudo apk add gopass-bash-completiongopass-doc 1.16.1-r5
The slightly more awesome Standard Unix Password Manager for Teams. Written in Go. (documentation)
sudo apk add gopass-docgopass-fish-completion 1.16.1-r5
Fish completions for gopass
sudo apk add gopass-fish-completiongopass-zsh-completion 1.16.1-r5
Zsh completions for gopass
sudo apk add gopass-zsh-completiongopass 1.16.1-3.fc44
The slightly more awesome standard unix password manager for teams
https://github.com/gopasspw/gopass
sudo dnf install gopassgopass 1.16.1-2
The slightly more awesome standard unix password manager for teams.
https://github.com/gopasspw/gopass
sudo pacman -S gopassgopass 1.16.1-1.4
The slightly more awesome standard unix password manager for teams
sudo zypper install gopassgopass-bash-completion 1.16.1-1.4
Bash completion for gopass
sudo zypper install gopass-bash-completiongopass-fish-completion 1.16.1-1.4
Fish completion for gopass
sudo zypper install gopass-fish-completiongopass-impersonate-pass 1.16.1-1.4
Provide /usr/bin/pass as drop-in replacement
sudo zypper install gopass-impersonate-passgopass-zsh-completion 1.16.1-1.4
Zsh completion for gopass
sudo zypper install gopass-zsh-completiongopass
sudo port install gopassソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.