# Installer msieve avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:msieve
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install msieve
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install msieve
```

  Preuve: MacPorts ports tree: math/msieve/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#msieve
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ms/msieve/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:msieve
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/msieve>
- **Version:** 1.53
- **Résumé source:** C library for factoring large integers
- **Page d'accueil:** <https://sourceforge.net/projects/msieve/>
- **Docs amont:** <https://sourceforge.net/projects/msieve/>
- **Licence:** LicenseRef-Homebrew-public-domain
- **Archive source:** <https://downloads.sourceforge.net/project/msieve/msieve/Msieve%20v1.53/msieve153_src.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- msieve (cli)
- msieve (alias)

## Dépendances

- gmp

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.53
- données locales: OK
- dépôt amont: https://sourceforge.net/projects/msieve/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

Msieve is Jason Papadopoulos's public-domain C library and command-line program for integer factorization. Its README frames the project as an effort to understand and optimize modern factoring algorithms, with a self-contained implementation intended to be fast, portable, and simple to use. The library combines trial division and Pollard Rho for small cases, optional GMP-ECM for P-1, P+1, and ECM work, then sieve-based methods for harder inputs.

### Historique du projet

Technically, Msieve's niche is high-performance general integer factorization rather than a broad computer-algebra environment. It implements a self-initializing quadratic sieve for ordinary use and includes number-field-sieve code, especially postprocessing, that the author says helped complete large public factorization efforts. Its CLI can factor numbers supplied directly, from files, or as arithmetic expressions, while the library can be embedded by other programs.

### Modes d'utilisation

In the factoring ecosystem, Msieve sits beside tools such as GGNFS, CADO-NFS, and YAFU. Its README describes using GGNFS for earlier NFS stages and Msieve for later stages on very large problems, and YAFU's build notes document bundling msieve as part of YAFU 3.0. Package-manager records for Homebrew, MacPorts, and Nix place it as a specialist science/cryptography utility rather than a general-purpose math suite.

### Sources

- <https://formulae.brew.sh/formula/msieve>
- <https://github.com/bbuhrow/yafu>
- <https://github.com/radii/msieve>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** msieve
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - msieve: normalized package name match | nixpkgs package indexes: pkgs/by-name/ms/msieve/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - msieve: normalized package name match | MacPorts ports tree: math/msieve/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/fr/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [Scientific computing packages](https://pkg.so/fr/scientific-computing-tools/) - Matched scientific computing metadata.
- [primesieve](https://pkg.so/fr/brew/primesieve/) - Shares pkgdb curated category or tags: cli, mathematics, number-theory, science.
- [primecount](https://pkg.so/fr/brew/primecount/) - Shares pkgdb curated category or tags: cli, mathematics, number-theory, science.
- [pari](https://pkg.so/fr/brew/pari/) - Shares pkgdb curated category or tags: cli, mathematics, number-theory, science.
- [msolve](https://pkg.so/fr/brew/msolve/) - Shares pkgdb curated category or tags: c-library, cli, mathematics, science.
- [cddlib](https://pkg.so/fr/brew/cddlib/) - Shares pkgdb curated category or tags: c-library, cli, mathematics, science.
- [maxima](https://pkg.so/fr/brew/maxima/) - Shares pkgdb curated category or tags: cli, mathematics, science.
- [singular](https://pkg.so/fr/brew/singular/) - Shares pkgdb curated category or tags: cli, mathematics, science.
- [nauty](https://pkg.so/fr/brew/nauty/) - Shares pkgdb curated category or tags: cli, mathematics, science.
- [gmp-ecm](https://pkg.so/fr/brew/gmp-ecm/) - Local package facts share a topical domain. Shared terms: cli, factorization, gmp, integer, integer-factorization.

## Combined YAML source

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


## Sources

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