# 使用 Homebrew, Nix, zypper 安装 minizign

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- 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
