pkg.soopen package index

brew / 順位 3992

primesieve を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install primesieve

local Homebrew formula metadata

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

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

Linux

Alpine Linux apk確認済み · 92%
sudo apk add primesieve

Alpine Linux edge package indexes · primesieve · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install primesieve

Debian stable package indexes · primesieve · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install primesieve

Fedora Rawhide package metadata · primesieve · ソース: dl.fedoraproject.org

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

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

Arch Linux pacman確認済み · 92%
sudo pacman -S primesieve

Arch Linux sync databases · primesieve · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install primesieve

openSUSE Tumbleweed package metadata · primesieve · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/primesieve

Scoop official bucket manifest trees · bucket/primesieve.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Primesieve.Primesieve -e

Windows Package Manager source index · Primesieve.Primesieve · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Fast C/C++ prime number generator

コマンドとエイリアス

  • primesieve

履歴

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

primesieve is a cache-efficient, multi-threaded command-line program and C/C++ library for generating primes and prime k-tuplets over 64-bit ranges.

プロジェクトの歴史

Kim Walisch developed primesieve as a fast prime generator based on a segmented sieve of Eratosthenes. The project progressively became a reusable library, adding prime k-tuplet counting, nth-prime operations, iterator APIs, parallel execution, and portability across Unix-like systems and Windows.

Version 5.0 in 2014 was a major architectural milestone: the project moved from Google Code/SVN to GitHub/Git, adopted GNU Autotools and Libtool, introduced a rewritten API, and added comprehensive C bindings. Later development expanded the supported range to 2^64−1, improved cache and CPU utilization, and modernized its build and API surfaces.

採用の歴史

primesieve developed from a standalone prime generator into a packaged command and native library. Its official README lists packages for Windows, macOS, Arch, Debian/Ubuntu, Fedora, FreeBSD, and openSUSE; source_facts additionally records APK, MacPorts, Nix, Scoop, and other package ecosystems.

The changelog notes integration work for Sage and the addition of package-manager documentation, reflecting use beyond the standalone executable.

使われ方

The CLI can count or print primes and prime k-tuplets over an interval, find nth primes, and stress-test CPU and memory. Developers can use the C or C++ library APIs and iterators; the implementation automatically detects cache sizes and uses multiple CPU cores when ordering constraints allow.

パッケージ好きにとっての重要性

primesieve is a benchmark-friendly piece of numerical systems software: it combines cache-aware segmented sieving, wheel factorization, bucket sieving, multi-core execution, a command-line interface, and stable C/C++ APIs. Its wide package coverage makes a specialized number-theory engine unusually easy to install and link.

タイムライン

  • 2012: Version 4.0 substantially improved documentation and the library interface.
  • 2014: Version 5.0 moved the project from Google Code/SVN to GitHub/Git and introduced a rewritten API with C bindings.
  • 2016: Version 5.7 extended prime generation through 2^64−1.
  • 2016: Version 5.7.1 added package-manager documentation.
  • Later releases: Continued API, SIMD, portability, build-system, and cache-efficiency work.

Related projects

  • primecount: Uses prime generation while implementing advanced prime-counting algorithms.
  • SageMath: A mathematical software system for which the changelog records integration-related fixes.
  • Sieve of Eratosthenes: The foundational algorithm, enhanced here through segmentation, wheel factorization, and bucket sieving.

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-09-19
マネージャ版12.15
マネージャ更新日2026-09-10
ローカルデータOK
上流最新
検出された最新v12.15

https://github.com/kimwalisch/primesieve

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:primesieve
バージョン12.15
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/primesieve
ホームページhttps://github.com/kimwalisch/primesieve
リポジトリhttps://github.com/kimwalisch/primesieve
ライセンスBSD-2-Clause
ソースアーカイブhttps://github.com/kimwalisch/primesieve/archive/refs/tags/v12.15.tar.gz
最終更新2026-09-10T10:23:44Z
Pulseupdated
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

libprimesieve-dev 12.7+ds-1

fast prime number generator C/C++ library -- libdev

https://github.com/kimwalisch/primesieve

sudo apt install libprimesieve-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: primesieve
  • 2 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libprimesieve-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libprimesieve-dev-common 12.7+ds-1

fast prime number generator C/C++ library -- headers

https://github.com/kimwalisch/primesieve

sudo apt install libprimesieve-dev-common
  • Section: libdevel
  • Architecture: all
  • Source Package: primesieve
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libprimesieve-dev-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libprimesieve12 12.7+ds-1

fast prime number generator C/C++ library -- lib

https://github.com/kimwalisch/primesieve

sudo apt install libprimesieve12
  • Section: libs
  • Architecture: amd64
  • Source Package: primesieve
  • 3 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libprimesieve12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

primesieve 12.7+ds-1

fast prime number generator C/C++ library

https://github.com/kimwalisch/primesieve

sudo apt install primesieve
  • Section: math
  • Architecture: all
  • 1 依存関係
  • normalized package name match
  • 一致条件: Primesieve
Debian stable package indexes · deb.debian.org · Debian stable package indexes: primesieve from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

primesieve-bin 12.7+ds-1

fast prime number generator C/C++ library -- bin

https://github.com/kimwalisch/primesieve

sudo apt install primesieve-bin
  • Section: math
  • Architecture: amd64
  • Source Package: primesieve
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Debian stable package indexes · deb.debian.org · Debian stable package indexes: primesieve-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

primesieve-doc 12.7+ds-1

fast prime number generator C/C++ library -- doc

https://github.com/kimwalisch/primesieve

sudo apt install primesieve-doc
  • Section: doc
  • Architecture: all
  • Source Package: primesieve
  • 1 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Debian stable package indexes · deb.debian.org · Debian stable package indexes: primesieve-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

primesieve

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

libprimesieve-dev 12.0+ds-2build1

fast prime number generator C/C++ library -- libdev

https://github.com/kimwalisch/primesieve

sudo apt install libprimesieve-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: primesieve
  • 2 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libprimesieve-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libprimesieve-dev-common 12.0+ds-2build1

fast prime number generator C/C++ library -- headers

https://github.com/kimwalisch/primesieve

sudo apt install libprimesieve-dev-common
  • Section: universe/libdevel
  • Architecture: all
  • Source Package: primesieve
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libprimesieve-dev-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libprimesieve12 12.0+ds-2build1

fast prime number generator C/C++ library -- lib

https://github.com/kimwalisch/primesieve

sudo apt install libprimesieve12
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: primesieve
  • 3 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libprimesieve12 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

primesieve 12.0+ds-2build1

fast prime number generator C/C++ library

https://github.com/kimwalisch/primesieve

sudo apt install primesieve
  • Section: universe/math
  • Architecture: all
  • 1 依存関係
  • normalized package name match
  • 一致条件: Primesieve
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: primesieve from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

primesieve-bin 12.0+ds-2build1

fast prime number generator C/C++ library -- bin

https://github.com/kimwalisch/primesieve

sudo apt install primesieve-bin
  • Section: universe/math
  • Architecture: amd64
  • Source Package: primesieve
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: primesieve-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

primesieve-doc 12.0+ds-2build1

fast prime number generator C/C++ library -- doc

https://github.com/kimwalisch/primesieve

sudo apt install primesieve-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: primesieve
  • 1 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Primesieve
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: primesieve-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

primesieve 12.13-r0

Program and library for generating prime numbers

http://primesieve.org

sudo apk add primesieve
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: primesieve
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Primesieve
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: primesieve from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

primesieve-dev 12.13-r0

Program and library for generating prime numbers (development files)

http://primesieve.org

sudo apk add primesieve-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: primesieve
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Primesieve
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: primesieve-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

primesieve-doc 12.13-r0

Program and library for generating prime numbers (documentation)

http://primesieve.org

sudo apk add primesieve-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: primesieve
  • normalized package name match
  • 一致条件: Primesieve
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: primesieve-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

ソース経路

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

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

使用ソース

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