gopasspw/gopass

The slightly more awesome standard unix password manager for teams

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 9th, 2026
Created on February 2nd, 2017
Open Issues & Pull Requests: 94 (+0)
GitHub issues: Enabled
Number of forks: 559
Total Stargazers: 7,133 (+0)
Total Subscribers: 72 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.8 hours
Mean response time: 51.3 days
90th percentile: 63.9 days
Tracked items: 173

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 83% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 24 hours, while "Hacktoberfest" waits about 5 days. Only 8% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 46
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 711 days
Stale 30+ days: 37
Stale 90+ days: 32

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (42)
  • help-wanted (32)
  • Hacktoberfest (15)
  • feature (13)
  • ux (13)
  • good-first-issue (10)
  • documentation (7)
  • windows (6)

Most active issues this week

Detailed Description

Gopass is a command-line password manager that stores encrypted credentials in git repositories with GPG encryption by default.

The tool solves the problem of managing shared credentials across distributed teams without requiring network connectivity. It works by encrypting passwords with GPG and versioning them in git, creating a decentralized store that team members can clone and synchronize. The approach is flexible: users can swap GPG for alternative encryption backends like age, or replace git storage with other systems like fossil or plain filesystem storage. The primary interface is the command line, making it suitable for automation in CI/CD systems and shell workflows, though browser integration is also available for users who prefer graphical password entry.

Gopass suits teams working in distributed environments who want full offline capability and version control of their credential stores. It is particularly valuable for developers and operations staff comfortable with command-line tools and git workflows. The tool requires only an external editor for the edit command; GPG and git are optional but recommended for most users. The README positions it as a drop-in replacement for pass, the standard UNIX password manager, with the added benefit of team-focused features and cross-platform consistency on Linux, macOS, BSD, and Windows.

The project maintains active engagement with its community through a dedicated Slack workspace for support. Contributions are welcomed and guided by a contributing document. The tool is distributed under the MIT license, making it freely available for both personal and commercial use.