macOS
brew install node_exporterlocal Homebrew formula metadata
sudo port install node_exporterMacPorts ports tree · sysutils/node_exporter/Portfile · source: api.github.com
brew
Prometheus exporter for machine metrics. Version 1.11.1 via Homebrew; verified from local package data.
install
brew install node_exporterlocal Homebrew formula metadata
sudo port install node_exporterMacPorts ports tree · sysutils/node_exporter/Portfile · source: api.github.com
sudo dnf install node-exporterFedora Rawhide package metadata · node-exporter · source: dl.fedoraproject.org
sudo zypper install golang-github-prometheus-node_exporteropenSUSE Tumbleweed package metadata · golang-github-prometheus-node_exporter · source: download.opensuse.org
overview
Prometheus exporter for machine metrics
history
`node_exporter` is Prometheus's Unix host-metrics exporter. It is one of the canonical Prometheus deployment pieces: install it on a machine, expose `/metrics` on port 9100, and let Prometheus scrape CPU, memory, filesystem, network, kernel, and other machine-level metrics.
The GitHub repository was created on 2013-04-18 under the Prometheus organization. The README describes it as a Go exporter for hardware and OS metrics exposed by *NIX kernels, with pluggable collectors and a separate recommendation to use `windows_exporter` for Windows machines.
The project evolved by growing a large collector surface while keeping some expensive or high-cardinality collectors disabled by default. The README documents default collectors such as cpu, diskstats, filesystem, loadavg, meminfo, netdev, textfile, uname, vmstat, and many others, plus opt-in collectors such as systemd, perf, processes, tcpstat, wifi, and zoneinfo.
By 2026-07-01, GitHub metadata reported 13562 stars and 2672 forks for `prometheus/node_exporter`. Homebrew's formula API reported stable version 1.11.1 and 5544 installs over 365 days. That Homebrew number is only a small slice of usage because production deployments often use distro packages, containers, configuration management, or upstream release tarballs.
The Prometheus documentation treats Node Exporter as the standard path for Linux host metrics and walks through downloading a release, running the binary, scraping `localhost:9100`, and checking metrics with the `node_` prefix. Grafana and Prometheus ecosystem docs commonly use it as the base host telemetry example.
The practical pattern is boring and important: run one `node_exporter` per host, expose port 9100 to Prometheus, and tune collectors only when needed. In containers, the README warns that the exporter is designed to monitor the host system, so Docker deployments bind-mount the host root filesystem, use host networking and PID namespace, and set `--path.rootfs=/host`.
Package nerds care about collector flags. Default collectors cover the normal node dashboard path; opt-in collectors need testing because scrape duration, timeout, and sample cardinality can jump. The textfile collector is the escape hatch for local scripts and cron jobs: write Prometheus-format files to a configured directory and let node_exporter expose them with the rest of the host metrics.
This is not related to Node.js despite the name. In Prometheus vocabulary, a node is a machine. That naming collision is worth encoding because package search and enrichment can otherwise confuse JavaScript tooling with host observability tooling.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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 |
|---|---|---|---|
node_exporter | cli | global executable | |
node_exporter_brew_services | 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/prometheus/node_exporter
install metadata
| Package key | brew:node_exporter |
|---|---|
| Version | 1.11.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/node_exporter |
| Homepage | https://prometheus.io/ |
| Repository | https://github.com/prometheus/node_exporter |
| Upstream docs | https://github.com/prometheus/node_exporter#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/prometheus/node_exporter/archive/refs/tags/v1.11.1.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | When run from `brew services`, `node_exporter` is run from `node_exporter_brew_services` and uses the flags in: $HOMEBREW_PREFIX/etc/node_exporter.args |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | node_exporter |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
node-exporter 1.11.1-1.fc45
Exporter for machine metrics
https://github.com/prometheus/node_exporter
sudo dnf install node-exportergolang-github-prometheus-node_exporter 1.11.1-1.1
Prometheus exporter for machine metrics
https://github.com/prometheus/node_exporter
sudo zypper install golang-github-prometheus-node_exporternode_exporter
sudo port install node_exportersource 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.