macOS
brew install smimesignlocal Homebrew formula metadata
sudo port install smimesignMacPorts ports tree · security/smimesign/Portfile · source: api.github.com
brew
S/MIME signing utility for use with Git. Version 0.2.0 via Homebrew; verified from local package data.
install
brew install smimesignlocal Homebrew formula metadata
sudo port install smimesignMacPorts ports tree · security/smimesign/Portfile · source: api.github.com
nix profile install nixpkgs#smimesignnixpkgs package indexes · pkgs/by-name/sm/smimesign/package.nix · source: api.github.com
scoop install main/smimesignScoop official bucket manifest trees · bucket/smimesign.json · source: api.github.com
winget install --id GitHub.smimesign -eWindows Package Manager source index · GitHub.smimesign · source: cdn.winget.microsoft.com
overview
S/MIME signing utility for use with Git
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
smimesign | 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/github/smimesign
install metadata
| Package key | brew:smimesign |
|---|---|
| Version | 0.2.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/smimesign |
| Homepage | https://github.com/github/smimesign |
| Repository | https://github.com/github/smimesign |
| Upstream docs | https://github.com/github/smimesign#readme |
| License | MIT |
| Source archive | https://github.com/github/smimesign/archive/refs/tags/v0.2.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | smimesign |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| 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.
smimesign
nix profile install nixpkgs#smimesignsmimesign
sudo port install smimesignmain/smimesign
scoop install main/smimesignGitHub.smimesign
winget install --id GitHub.smimesign -esource 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.