# Installer minizign avec Homebrew, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de minizign pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install minizign
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:minizign
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.13
- **Résumé source:** Minisign reimplemented in Zig
- **Page d'accueil:** <https://github.com/jedisct1/zig-minisign>
- **Dépôt:** <https://github.com/jedisct1/zig-minisign>
- **Dernière mise à jour:** 2026-06-14T14:13:25-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- minizign (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.1.13
## Historique du projet et usages

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.

### Historique du projet

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.

### Modes d'utilisation

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.

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour minizign. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
