# smimesign を Homebrew, MacPorts, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:smimesign
```

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

### macOS

- Homebrew (100%):

```sh
brew install smimesign
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install smimesign
```

  証拠: MacPorts ports tree: security/smimesign/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#smimesign
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/smimesign
```

  証拠: Scoop official bucket manifest trees: bucket/smimesign.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id GitHub.smimesign -e
```

  証拠: Windows Package Manager source index: GitHub.smimesign from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:smimesign
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.0
- **ソース概要:** S/MIME signing utility for use with Git
- **ホームページ:** <https://github.com/github/smimesign>
- **リポジトリ:** <https://github.com/github/smimesign>
- **最終更新:** 2026-07-26T04:03:42+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- smimesign (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.2.0
## プロジェクトの歴史と使われ方

smimesign is GitHub's S/MIME signing utility for Git commits and tags on macOS and Windows. It matters in CLI packaging because it bridges Git's signing hooks with native X.509 certificate stores instead of requiring GnuPG keys.

### プロジェクトの歴史

The official README describes smimesign as an S/MIME signing utility compatible with Git, using X.509 certificates from public or internal certificate authorities. It also states that the tool uses keys and certificates already stored in macOS Keychain or Windows Certificate Store.

### 採用の歴史

The README documents Homebrew installation on macOS and Scoop installation on Windows, while the supplied package metadata also lists MacPorts, Nix, and winget. This made it installable through the same package managers developers already use for Git tooling.

### 使われ方

Users configure Git to invoke smimesign for signing. For Git 2.19 and newer, the README shows setting `gpg.x509.program` to `smimesign` and `gpg.format` to `x509`, either locally per repository or globally for all repositories.

### パッケージ好きにとっての重要性

Package maintainers care because smimesign is security-sensitive, platform-specific, and tied to native certificate stores and smart cards. It is also a clear example of package managers distributing small developer-security helpers that integrate with a larger tool, Git.

### タイムライン

- 2018: First GitHub release returned by the releases API was 0.0.1.
- 2018: README documents the Git 2.19 configuration split for X.509 signing.
- 2021: Repository release list shows v0.2.0-rc1 as the latest listed release.

### Related projects

- The README discusses Git, GnuPG, PKI, S/MIME, macOS Keychain, Windows Certificate Store, smart cards, OpenSC, and YubiKey PIV tooling.

### ソース

- GitHub releases API for github/smimesign: first listed release 0.0.1 on 2018-09-11.
- <https://github.com/github/smimesign README: purpose, platform support, certificate stores, Git configuration, package-manager installation, smart-card notes.>
- input source_facts.package-manager: Homebrew, MacPorts, Nix, Scoop, and winget package names.


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - smimesign: normalized package name match | nixpkgs package indexes: pkgs/by-name/sm/smimesign/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - smimesign: normalized package name match | MacPorts ports tree: security/smimesign/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/smimesign: normalized package name match | Scoop official bucket manifest trees: bucket/smimesign.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - GitHub.smimesign: normalized package name match | Windows Package Manager source index: GitHub.smimesign from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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