# git-remote-gcrypt を Homebrew, apt, dnf, Nix, zypper でインストール

git-remote-gcrypt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:git-remote-gcrypt
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-remote-gcrypt
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install git-remote-gcrypt
```

  証拠: Debian stable package indexes: git-remote-gcrypt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install git-remote-gcrypt
```

  証拠: Fedora Rawhide package metadata: git-remote-gcrypt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#git-remote-gcrypt
```

  証拠: nixpkgs package indexes: pkgs/by-name/gi/git-remote-gcrypt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install git-remote-gcrypt
```

  証拠: openSUSE Tumbleweed package metadata: git-remote-gcrypt from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:git-remote-gcrypt
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/git-remote-gcrypt>
- **バージョン:** 1.5
- **ソース概要:** GPG-encrypted git remotes
- **ホームページ:** <https://spwhitton.name/tech/code/git-remote-gcrypt/>
- **リポジトリ:** <https://github.com/spwhitton/git-remote-gcrypt>
- **上流ドキュメント:** <https://spwhitton.name/tech/code/git-remote-gcrypt/>
- **ライセンス:** GPL-3.0-only OR GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/spwhitton/git-remote-gcrypt/archive/refs/tags/1.5.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- git-remote-gcrypt (cli)
- git-remote-gcrypt (エイリアス)

## ビルド依存関係

- docutils

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.5
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/spwhitton/git-remote-gcrypt
- 検出された最新: 1.5 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2013: Initial Debian release 0.20130908.
- 2014: Joey Hess maintained the package and added interoperability and participant-publishing fixes.
- 2016: Sean Whitton adopted the Debian package and took over upstream maintenance with 1.0.0.
- 2018: Experimental rclone backend added.
- 2021: `gcrypt.require-explicit-force-push` configuration added.
- 2022: Documentation strengthened its guidance to prefer local or rsync backends for performance.

### Related projects

- Related tools and technologies include Git remote helpers, GnuPG, git-annex, rsync, rclone, and Git hosting systems used as opaque storage backends.

### ソース

- <https://formulae.brew.sh/formula/git-remote-gcrypt>
- <https://github.com/spwhitton/git-remote-gcrypt>
- <https://raw.githubusercontent.com/spwhitton/git-remote-gcrypt/master/README.rst>
- <https://raw.githubusercontent.com/spwhitton/git-remote-gcrypt/master/debian/changelog>
- <https://spwhitton.name/tech/code/git-remote-gcrypt>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

- **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:** stable

## 他のパッケージマネージャ記録

- Debian apt - git-remote-gcrypt - 1.5-1: normalized package name match | Debian stable package indexes: git-remote-gcrypt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | encrypted git repositories | https://spwhitton.name/tech/code/git-remote-gcrypt/
- Nix - git-remote-gcrypt: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-remote-gcrypt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - git-remote-gcrypt - 1.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: git-remote-gcrypt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | encrypted git repositories | https://spwhitton.name/tech/code/git-remote-gcrypt/
- dnf - git-remote-gcrypt - 1.5-11.fc45: normalized package name match | Fedora Rawhide package metadata: git-remote-gcrypt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | GNU Privacy Guard-encrypted git remote | https://git.spwhitton.name/git-remote-gcrypt
- zypper - git-remote-gcrypt - 1.5-1.9: normalized package name match | openSUSE Tumbleweed package metadata: git-remote-gcrypt from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Encrypted git repositories | https://spwhitton.name/tech/code/git-remote-gcrypt/


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [docutils](https://pkg.so/ja/brew/docutils/) - Build dependency declared by Homebrew.
- [git-crypt](https://pkg.so/ja/brew/git-crypt/) - Shares pkgdb curated category or tags: cli, encryption, git, security.
- [git-secret](https://pkg.so/ja/brew/git-secret/) - Shares pkgdb curated category or tags: cli, encryption, git, gpg, security.
- [nettle](https://pkg.so/ja/brew/nettle/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [gitleaks](https://pkg.so/ja/brew/gitleaks/) - Shares pkgdb curated category or tags: cli, git, security.
- [trufflehog](https://pkg.so/ja/brew/trufflehog/) - Shares pkgdb curated category or tags: cli, git, security.
- [age](https://pkg.so/ja/brew/age/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [sqlcipher](https://pkg.so/ja/brew/sqlcipher/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [git-secrets](https://pkg.so/ja/brew/git-secrets/) - Shares pkgdb curated category or tags: cli, git, security.
- [git-credential-libsecret](https://pkg.so/ja/brew/git-credential-libsecret/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, git, helper, security.
- [git-credential-oauth](https://pkg.so/ja/brew/git-credential-oauth/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, git, helper, security.

## Combined YAML source

View the package source record on GitHub. [combined/git-remote-gcrypt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-remote-gcrypt.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
