# minizign を Homebrew, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:minizign
```

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

### macOS

- Homebrew (100%):

```sh
brew install minizign
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#minizign
```

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

- zypper (92%):

```sh
sudo zypper install minizign
```

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

## パッケージ情報

- **パッケージキー:** brew:minizign
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.1.13
- **ソース概要:** Minisign reimplemented in Zig
- **ホームページ:** <https://github.com/jedisct1/zig-minisign>
- **リポジトリ:** <https://github.com/jedisct1/zig-minisign>
- **最終更新:** 2026-06-14T14:13:25-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- minizign (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

minizign is Frank Denis's Zig reimplementation of Minisign, published as the jedisct1/zig-minisign project. It exists in the Minisign ecosystem rather than as a new signing format: the GitHub repository describes it as Minisign reimplemented in Zig, and the Homebrew formula uses the same description.

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

The technical point of the reimplementation is portability through Zig. The project README says minizign supports prehashing, has zero dependencies, and can be cross-compiled to Zig targets including WebAssembly. That makes it useful where a tiny standalone Minisign-compatible verifier or signer is easier to ship than the original C/CMake/libsodium-oriented build.

### 使われ方

Its package-manager footprint is much smaller than Minisign's: the input record lists Homebrew, Nix, and openSUSE. That matches its role as a niche alternate implementation for users who specifically want the Zig build and cross-compilation story while retaining Minisign-style file signatures.

### ソース

- <https://formulae.brew.sh/formula/minizign>
- <https://github.com/jedisct1/zig-minisign>
- <https://jedisct1.github.io/minisign/>


## セキュリティノート

minizign に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- Nix - minizign: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/minizign/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - minizign - 0.1.7-1.3: normalized package name match | openSUSE Tumbleweed package metadata: minizign from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Minisign reimplemented in Zig | https://github.com/jedisct1/zig-minisign


## Combined YAML source

View the package source record on GitHub. [combined/minizign.yml](https://github.com/mxcl/pkgdb/blob/main/combined/minizign.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
