Automic VaultAutomic Vault

brew

kokkos を Homebrew, dnf, MacPorts, Nix, apt, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install kokkos

local Homebrew formula metadata

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

MacPorts ports tree · devel/kokkos/Portfile · ソース: api.github.com

Linux

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

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

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

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

Ubuntu apt確認済み · 92%
sudo apt install kokkos

Ubuntu 24.04 LTS package indexes · kokkos · ソース: archive.ubuntu.com

openSUSE zypper確認済み · 92%
sudo zypper install kokkos-devel

openSUSE Tumbleweed package metadata · kokkos-devel · ソース: download.opensuse.org

概要

パッケージ概要

C++ Performance Portability Ecosystem for parallel execution and abstraction

コマンドとエイリアス

  • hpcbind
  • kokkos_launch_compiler
  • nvcc_wrapper

履歴

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

Kokkos is a C++ performance-portability ecosystem for writing parallel code that can target different CPU and accelerator backends. The Homebrew package exposes developer tools such as nvcc_wrapper and kokkos_launch_compiler, making a large HPC programming model feel like a normal installable developer dependency.

プロジェクトの歴史

Kokkos originated in the U.S. Department of Energy national-lab HPC world, with Sandia National Laboratories as the original developer. Its early evolution moved from node abstractions around 2008-2010 into a fuller programming model around 2010-2014, combining execution abstractions with data abstractions.

The 2014 Kokkos paper described the core idea: applications and domain libraries need performance portability across manycore architectures, and memory access patterns are as important as parallel execution. Sandia describes the Kokkos ecosystem as released in 2017 to provide a vendor-independent performance-portable programming system for scientific, engineering, and mathematical C++ applications.

The project later became part of the Linux Foundation's High Performance Software Foundation ecosystem. Kokkos documentation describes Core as the programming model, with related projects for math kernels, profiling/debugging tools, Python bindings, remote spaces, and resilience/checkpointing.

採用の歴史

Kokkos adoption tracks the HPC shift from single-architecture tuning toward heterogeneous systems with NVIDIA, AMD, Intel, and CPU backends. Its support for CUDA, HIP, SYCL, HPX, OpenMP, and C++ threads made it a common portability layer for DOE and scientific codes preparing for exascale machines.

Package-manager adoption matters because Kokkos is often both a library dependency and a compiler-wrapper/tooling dependency. Making it available through Homebrew, Linux distribution packages, MacPorts, Nix, and openSUSE helps developers test and build performance-portable code outside facility-specific software stacks.

使われ方

Users build C++ applications against Kokkos Core to express parallel execution policies and memory spaces without hard-coding one backend. The package's CLI-visible tools support compilation flows, especially CUDA-oriented builds through wrappers such as nvcc_wrapper.

In practice, Kokkos often appears inside larger scientific applications and libraries rather than as an end-user command. Its package entry is still valuable because the build system has to find headers, libraries, compiler wrappers, enabled backends, and compatible C++ compiler settings.

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

Kokkos is a stress test for package systems because it is C++, HPC, backend-sensitive, and toolchain-sensitive. A good package has to expose enough knobs for OpenMP, CUDA, HIP, SYCL, and compiler integration without making every user rebuild a bespoke supercomputer stack.

It is also a marker of HPC software moving into mainstream package indexes. Homebrew carrying Kokkos means macOS and workstation developers can inspect, compile, and prototype with an exascale-era programming model before moving to clusters.

タイムライン

  • 2008-2010: Kokkos history materials describe early node abstractions and sparse-kernel work.
  • 2010-2014: Kokkos evolved into a complete programming model with execution and data abstractions.
  • 2014: The original Kokkos paper appeared in Journal of Parallel and Distributed Computing.
  • 2017: Sandia describes the Kokkos ecosystem as released for vendor-independent performance portability.
  • 2020-02-28: GitHub release metadata records Kokkos 3.0.00.
  • 2023-03-03: GitHub release metadata records Kokkos 4.0.00.

Related projects

  • The Kokkos ecosystem includes kokkos-kernels, kokkos-tools, pykokkos, kokkos-remote-spaces, and kokkos-resilience. It is used alongside HPC projects and libraries such as Trilinos and LAMMPS, and conceptually relates to RAJA, OpenMP, CUDA, HIP, SYCL, and C++ standardization efforts such as mdspan.

セキュリティ状態

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

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

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/kokkos/kokkos

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:kokkos
バージョン5.2.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/kokkos
ホームページhttps://kokkos.org
リポジトリhttps://github.com/kokkos/kokkos
上流ドキュメントhttps://kokkos.org/kokkos-core-wiki
ライセンスApache-2.0
ソースアーカイブhttps://github.com/kokkos/kokkos/releases/download/5.2.0/kokkos-5.2.0.tar.gz
最終更新2026-07-25T00:56:53Z
Pulseupdated
依存関係libomp
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

kokkos

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

kokkos 3.7.01-2.1build1

C++ Performance Portability Programming

https://github.com/kokkos/kokkos

sudo apt install kokkos
  • Section: universe/science
  • Architecture: amd64
  • normalized package name match
  • 一致条件: Kokkos
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: kokkos from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libkokkos-dev 3.7.01-2.1build1

C++ Performance Portability Programming

https://github.com/kokkos/kokkos

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

libkokkos3.7 3.7.01-2.1build1

C++ Performance Portability Programming

https://github.com/kokkos/kokkos

sudo apt install libkokkos3.7
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: kokkos
  • 5 依存関係
  • normalized package name match
  • 一致条件: Kokkos
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libkokkos3.7 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

kokkos 5.0.2-1.fc45

Kokkos C++ Performance Portability Programming

https://github.com/kokkos/kokkos

sudo dnf install kokkos
  • License: Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kokkos
  • 7 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Kokkos
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kokkos from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

kokkos-devel 5.0.2-1.fc45

Development package for kokkos packages

https://github.com/kokkos/kokkos

sudo dnf install kokkos-devel
  • License: Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kokkos
  • 6 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Kokkos
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kokkos-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

kokkos-rocm 5.0.2-1.fc45

kokkos ROCm package

https://github.com/kokkos/kokkos

sudo dnf install kokkos-rocm
  • License: Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kokkos
  • 7 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Kokkos
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kokkos-rocm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

kokkos-rocm-devel 5.0.2-1.fc45

kokkos ROCm development package

https://github.com/kokkos/kokkos

sudo dnf install kokkos-rocm-devel
  • License: Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kokkos
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Kokkos
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kokkos-rocm-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

kokkos-devel 5.1.1-1.1

Development package for kokkos packages

https://github.com/kokkos/kokkos

sudo zypper install kokkos-devel
  • License: BSD-3-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: kokkos
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Kokkos
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kokkos-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libkokkos-5_1 5.1.1-1.1

A C++ Performance Portability Programming Library

https://github.com/kokkos/kokkos

sudo zypper install libkokkos-5_1
  • License: BSD-3-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: kokkos
  • 7 依存関係
  • 5 提供
  • normalized package name match
  • 一致条件: Kokkos
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libkokkos-5_1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

kokkos

sudo port install kokkos
  • normalized package name match
  • 一致条件: Kokkos
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/kokkos/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