macOS
brew install kokkoslocal Homebrew formula metadata
sudo port install kokkosMacPorts ports tree · devel/kokkos/Portfile · source: api.github.com
brew
C++ Performance Portability Ecosystem for parallel execution and abstraction. Version 5.1.1 via Homebrew; verified 2026-06-25.
install
brew install kokkoslocal Homebrew formula metadata
sudo port install kokkosMacPorts ports tree · devel/kokkos/Portfile · source: api.github.com
sudo dnf install kokkosFedora Rawhide package metadata · kokkos · source: dl.fedoraproject.org
nix profile install nixpkgs#kokkosnixpkgs package indexes · pkgs/by-name/ko/kokkos/package.nix · source: api.github.com
sudo apt install kokkosUbuntu 24.04 LTS package indexes · kokkos · source: archive.ubuntu.com
sudo zypper install kokkos-developenSUSE Tumbleweed package metadata · kokkos-devel · source: download.opensuse.org
overview
C++ Performance Portability Ecosystem for parallel execution and abstraction
history
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.
security posture
No matching local secret-handling manifest was found for kokkos. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hpcbind | cli | global executable | |
kokkos_launch_compiler | cli | global executable | |
nvcc_wrapper | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/kokkos/kokkos
install metadata
| Package key | brew:kokkos |
|---|---|
| Version | 5.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kokkos |
| Homepage | https://kokkos.org |
| Repository | https://github.com/kokkos/kokkos |
| Upstream docs | https://kokkos.org/kokkos-core-wiki |
| License | Apache-2.0 |
| Source archive | https://github.com/kokkos/kokkos/releases/download/5.1.1/kokkos-5.1.1.tar.gz |
| Last updated | 2026-06-25T13:37:47+02:00 |
| Pulse | updated |
| Dependencies | libomp |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kokkos |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
kokkos
nix profile install nixpkgs#kokkoskokkos 3.7.01-2.1build1
C++ Performance Portability Programming
https://github.com/kokkos/kokkos
sudo apt install kokkoslibkokkos-dev 3.7.01-2.1build1
C++ Performance Portability Programming
https://github.com/kokkos/kokkos
sudo apt install libkokkos-devlibkokkos3.7 3.7.01-2.1build1
C++ Performance Portability Programming
https://github.com/kokkos/kokkos
sudo apt install libkokkos3.7kokkos 5.0.2-1.fc45
Kokkos C++ Performance Portability Programming
https://github.com/kokkos/kokkos
sudo dnf install kokkoskokkos-devel 5.0.2-1.fc45
Development package for kokkos packages
https://github.com/kokkos/kokkos
sudo dnf install kokkos-develkokkos-rocm 5.0.2-1.fc45
kokkos ROCm package
https://github.com/kokkos/kokkos
sudo dnf install kokkos-rocmkokkos-rocm-devel 5.0.2-1.fc45
kokkos ROCm development package
https://github.com/kokkos/kokkos
sudo dnf install kokkos-rocm-develkokkos-devel 5.1.1-1.1
Development package for kokkos packages
https://github.com/kokkos/kokkos
sudo zypper install kokkos-devellibkokkos-5_1 5.1.1-1.1
A C++ Performance Portability Programming Library
https://github.com/kokkos/kokkos
sudo zypper install libkokkos-5_1kokkos
sudo port install kokkossource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.