Automic VaultAutomic Vault

brew

msieve を Homebrew, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install msieve

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install msieve

MacPorts ports tree · math/msieve/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#msieve

nixpkgs package indexes · pkgs/by-name/ms/msieve/package.nix · ソース: api.github.com

概要

パッケージ概要

C library for factoring large integers

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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.

使われ方

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.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
msievecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.53
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://sourceforge.net/projects/msieve/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:msieve
バージョン1.53
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/msieve
ホームページhttps://sourceforge.net/projects/msieve/
リポジトリhttps://sourceforge.net/p/msieve/code/HEAD/tree
上流ドキュメントhttps://sourceforge.net/projects/msieve
ライセンスLicenseRef-Homebrew-public-domain
ソースアーカイブhttps://downloads.sourceforge.net/project/msieve/msieve/Msieve%20v1.53/msieve153_src.tar.gz
依存関係gmp
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemsieve
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

msieve

nix profile install nixpkgs#msieve
  • normalized package name match
  • 一致条件: Msieve
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ms/msieve/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

msieve

sudo port install msieve
  • normalized package name match
  • 一致条件: Msieve
MacPorts ports tree · api.github.com · MacPorts ports tree: math/msieve/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment