macOS
brew install git-remote-gcryptlocal Homebrew formula metadata
brew
GPG-encrypted git remotes. Version 1.5 via Homebrew; verified from local package data.
install
brew install git-remote-gcryptlocal Homebrew formula metadata
sudo apt install git-remote-gcryptDebian stable package indexes · git-remote-gcrypt · source: deb.debian.org
sudo dnf install git-remote-gcryptFedora Rawhide package metadata · git-remote-gcrypt · source: dl.fedoraproject.org
nix profile install nixpkgs#git-remote-gcryptnixpkgs package indexes · pkgs/by-name/gi/git-remote-gcrypt/package.nix · source: api.github.com
sudo zypper install git-remote-gcryptopenSUSE Tumbleweed package metadata · git-remote-gcrypt · source: download.opensuse.org
overview
GPG-encrypted git remotes
history
git-remote-gcrypt is a Git remote helper for storing Git repositories in a GnuPG-encrypted representation. It occupies the small but durable niche of making ordinary Git transports usable with untrusted storage while keeping repository contents confidential.
The project was originally written by bluss, then maintained de facto by Joey Hess during 2013 and 2014. Sean Whitton adopted the Debian package in early 2016 and took over upstream maintenance with the 1.0.0 release later that year.
Its evolution has stayed close to Git and GnuPG plumbing: the 2013 packaging series added git-annex interoperability fixes and participant-publishing controls, the 2016 upstream handoff removed the warning that the repository format might change, and later releases added backend and safety refinements such as rclone support and an explicit force-push guard.
git-remote-gcrypt is a niche tool rather than a broad platform, but its adoption pattern is typical of Unix security utilities: it is packaged for Debian and Ubuntu, appears in Homebrew, and is used by practitioners who want encrypted Git storage without operating a special server.
Practitioners add remotes with the `gcrypt::` prefix and push to local paths, rsync, sftp, or Git-backed storage. Access is managed through GPG keys and Git config keys such as `gcrypt.participants`, so teams can use familiar Git commands while encrypting the remote-side repository data.
The package is interesting because it combines Git's remote-helper interface with GnuPG and plain file transports. It is especially relevant to people who prefer auditable shell-style tooling and distribution packages over hosted secret-storage services.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-remote-gcrypt | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/spwhitton/git-remote-gcrypt
install metadata
| Package key | brew:git-remote-gcrypt |
|---|---|
| Version | 1.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-remote-gcrypt |
| Homepage | https://spwhitton.name/tech/code/git-remote-gcrypt/ |
| Repository | https://github.com/spwhitton/git-remote-gcrypt |
| Upstream docs | https://github.com/spwhitton/git-remote-gcrypt#readme |
| License | GPL-3.0-only OR GPL-2.0-or-later |
| Source archive | https://github.com/spwhitton/git-remote-gcrypt/archive/refs/tags/1.5.tar.gz |
| Build dependencies | docutils |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-remote-gcrypt |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-remote-gcrypt 1.5-1
encrypted git repositories
https://spwhitton.name/tech/code/git-remote-gcrypt/
sudo apt install git-remote-gcryptgit-remote-gcrypt
nix profile install nixpkgs#git-remote-gcryptgit-remote-gcrypt 1.5-1
encrypted git repositories
https://spwhitton.name/tech/code/git-remote-gcrypt/
sudo apt install git-remote-gcryptgit-remote-gcrypt 1.5-10.fc44
GNU Privacy Guard-encrypted git remote
https://git.spwhitton.name/git-remote-gcrypt
sudo dnf install git-remote-gcryptgit-remote-gcrypt 1.5-1.8
Encrypted git repositories
https://spwhitton.name/tech/code/git-remote-gcrypt/
sudo zypper install git-remote-gcryptsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.