macOS
brew install numactllocal Homebrew formula metadata
brew
NUMA support for Linux. Version 2.0.19 via Homebrew; verified from local package data.
install
brew install numactllocal Homebrew formula metadata
sudo apk add numactlAlpine Linux edge package indexes · numactl · source: dl-cdn.alpinelinux.org
sudo apt install libnuma-devDebian stable package indexes · libnuma-dev · source: deb.debian.org
sudo dnf install numactlFedora Rawhide package metadata · numactl · source: dl.fedoraproject.org
nix profile install nixpkgs#numactlnixpkgs package indexes · pkgs/by-name/nu/numactl/package.nix · source: api.github.com
sudo pacman -S numactlArch Linux sync databases · numactl · source: geo.mirror.pkgbuild.com
sudo zypper install libnuma-developenSUSE Tumbleweed package metadata · libnuma-devel · source: download.opensuse.org
overview
NUMA support for Linux
history
numactl is the standard Linux user-space tool and companion library package for controlling NUMA scheduling and memory placement policy. It includes the `numactl` command, libnuma, and utilities such as `numastat` and `memhog`.
numactl grew out of early Linux 2.6 NUMA policy work. LWN published Andi Kleen's January 2004 announcement of a Linux 2.6 NUMA policy API implementation consisting of kernel policy API support, libnuma for applications, the `numactl` user-space policy tool, and test programs.
The current GitHub README keeps the same project definition: simple NUMA policy support, with a `numactl` program to run other programs under a specific NUMA policy and a libnuma shared library for applications. The README also states that the libnuma binary interface is intended to stay binary compatible, with incompatible changes using new symbol versions.
numactl became part of the normal Linux performance and systems toolbox because multi-socket and large-memory machines make memory locality observable. Linux man-pages document it as the command for running processes with specific NUMA scheduling or memory placement policy, inherited by child processes, and for setting persistent policy on shared memory segments or files.
Distribution adoption is broad. The av.db source record maps numactl/libnuma packages across Alpine, Debian, Fedora, Nix, Arch, Ubuntu, and openSUSE; Homebrew packages it for Linux bottles and showed stable 2.0.19 with 28,653 installs over the visible 365-day analytics window on July 1, 2026.
Typical practical commands include `numactl --hardware` to inspect NUMA topology, `numactl --cpunodebind` or `--physcpubind` to bind CPU execution, `--membind` or `--preferred` to steer memory allocation, and `--interleave` to distribute pages across nodes. `numastat` is used to inspect allocation behavior after a workload runs.
Package nerds and performance engineers use numactl when benchmarking databases, JVMs, scientific workloads, ML training/inference processes, or any memory-bandwidth-sensitive service where scheduler placement and page locality can change results. The lazy but correct rule is to measure: pinning can help controlled benchmarks and production isolation, but bad bindings can make performance worse.
numactl is a small package with outsized systems significance. It exposes Linux NUMA policy to shell users and gives C/C++ programs libnuma, making it one of the common bridges between kernel memory policy and practical performance tuning.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
memhog | cli | global executable | |
migratepages | cli | global executable | |
migspeed | cli | global executable | |
numactl | cli | global executable | |
numademo | cli | global executable | |
numastat | 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/numactl/numactl
install metadata
| Package key | brew:numactl |
|---|---|
| Version | 2.0.19 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/numactl |
| Homepage | https://github.com/numactl/numactl |
| Repository | https://github.com/numactl/numactl |
| Upstream docs | https://github.com/numactl/numactl#readme |
| License | GPL-2.0-only AND LGPL-2.1-only AND LicenseRef-Homebrew-public-domain AND LicenseRef-Homebrew-cannot-represent |
| Source archive | https://github.com/numactl/numactl/releases/download/v2.0.19/numactl-2.0.19.tar.gz |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | numactl |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| 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.
libnuma-dev 2.0.19-1
Development files for libnuma
https://github.com/numactl/numactl
sudo apt install libnuma-devlibnuma1 2.0.19-1
Libraries for controlling NUMA policy
https://github.com/numactl/numactl
sudo apt install libnuma1numactl 2.0.19-1
NUMA scheduling and memory placement tool
https://github.com/numactl/numactl
sudo apt install numactlnumactl
nix profile install nixpkgs#numactllibnuma-dev 2.0.18-1build1
Development files for libnuma
https://github.com/numactl/numactl
sudo apt install libnuma-devlibnuma1 2.0.18-1build1
Libraries for controlling NUMA policy
https://github.com/numactl/numactl
sudo apt install libnuma1numactl 2.0.18-1build1
NUMA scheduling and memory placement tool
https://github.com/numactl/numactl
sudo apt install numactlnumactl 2.0.19-r0
Simple NUMA policy support
https://github.com/numactl/numactl
sudo apk add numactlnumactl-dev 2.0.19-r0
Simple NUMA policy support (development files)
https://github.com/numactl/numactl
sudo apk add numactl-devnumactl-doc 2.0.19-r0
Simple NUMA policy support (documentation)
https://github.com/numactl/numactl
sudo apk add numactl-docnumactl-tools 2.0.19-r0
NUMA policy control tools
https://github.com/numactl/numactl
sudo apk add numactl-toolsnumactl 2.0.19-4.fc44
Library for tuning for Non Uniform Memory Access machines
https://github.com/numactl/numactl
sudo dnf install numactlnumactl-devel 2.0.19-4.fc44
Development package for building Applications that use numa
https://github.com/numactl/numactl
sudo dnf install numactl-develnumactl-libs 2.0.19-4.fc44
libnuma libraries
https://github.com/numactl/numactl
sudo dnf install numactl-libsnumactl 2.0.19-1
Simple NUMA policy support
https://github.com/numactl/numactl
sudo pacman -S numactllibnuma-devel 2.0.19.27.gc9475de-1.2
NUMA Policy Control
https://github.com/numactl/numactl/releases
sudo zypper install libnuma-develsource 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.