Automic VaultAutomic Vault

brew

Install nftables with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Netfilter tables userspace tools. Version 1.1.6 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install nftables

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add nftables

Alpine Linux edge package indexes · nftables · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install libnftables-dev

Debian stable package indexes · libnftables-dev · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install nftables

Fedora Rawhide package metadata · nftables · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#nftables

nixpkgs package indexes · nftables · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S nftables

Arch Linux sync databases · nftables · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install libnftables1

openSUSE Tumbleweed package metadata · libnftables1 · source: download.opensuse.org

overview

Package summary

Netfilter tables userspace tools

Commands and aliases

  • nft

history

Project history and usage

nftables is the Netfilter project's replacement for the older iptables, ip6tables, arptables, and ebtables command families. It combines a new in-kernel packet classification framework with the `nft` userspace command and libnftables library, while reusing Netfilter pieces such as hooks, connection tracking, NAT, queueing, and logging.

Project history

The nftables design was publicly presented at Netfilter Workshop 2008 and released publicly in March 2009 by Patrick McHardy. It was developed to reduce duplicated packet-filtering code and make extension easier than the separate xtables-era tools.

nftables was selected for Linux 3.13 in 2013 and became available upstream with the Linux 3.13 kernel line in January 2014. The official project page describes the replacement target, the new VM-based ruleset model, and the separate userspace command-line tool.

Adoption history

The migration was intentionally gradual because firewall rules are operational infrastructure. The project provides an iptables/ip6tables compatibility layer over the nftables infrastructure, and distributions have used that bridge to move old command syntaxes onto the newer kernel backend.

By the Debian 10 and RHEL 8 era, nftables had moved from future replacement to default low-level packet-filtering framework in major Linux distributions. Red Hat documents nftables as the successor to iptables, ip6tables, arptables, ebtables, and ipset, and recommends it when administrators need direct control beyond high-level firewalld scenarios.

How it is used

Admins use `nft` to create tables, chains, sets, maps, NAT rules, and packet filters in a single syntax across address families. The package is most useful when you need explicit rulesets, performance-friendly sets/maps, atomic ruleset replacement, or a firewall that is easier to reason about than layered iptables invocations.

Package nerds care about which backend their distro's `iptables` command actually targets. On newer systems, `iptables-nft` compatibility may be present even when scripts still look old, while serious new rulesets are usually written as `/etc/nftables.conf` and loaded by the nftables service or by distribution firewall tooling.

Why package nerds care

nftables is one of the big Linux plumbing migrations: not a flashy app, but a shift in how packet filtering, NAT, and firewall state are represented. Its packaging matters because kernel version, libmnl, libnftnl, the `nft` tool, and distribution compatibility alternatives all have to line up.

Timeline

  • 2008: nftables was presented at Netfilter Workshop in Paris.
  • 2009-03: Patrick McHardy announced the first public nftables release.
  • 2013-10: nftables was selected for Linux 3.13.
  • 2014-01: Linux 3.13 made nftables available upstream.
  • 2019: Debian 10 and RHEL 8 generation distributions made nftables a default or primary low-level firewall backend.

Related projects

  • Netfilter
  • iptables
  • ip6tables
  • arptables
  • ebtables
  • firewalld
  • libmnl
  • libnftnl

Sources

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 2 platform targets.
  • Installs with 7 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
nftcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.1.6
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://netfilter.org/projects/nftables/

install metadata

Package metadata

Package keybrew:nftables
Version1.1.6
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/nftables
Homepagehttps://netfilter.org/projects/nftables/
Repositoryhttps://git.netfilter.org/nftables
Upstream docshttps://wiki.nftables.org/wiki-nftables/index.php/Main_Page
LicenseGPL-2.0-or-later
Source archivehttps://www.netfilter.org/pub/nftables/nftables-1.1.6.tar.xz
Dependenciesgmp, jansson, libedit, libmnl, libnftnl, ncurses, readline
Build dependenciespkgconf, python@3.14
Bottleavailable (on arm64_linux, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libnftables-dev 1.1.3-1

Development files for libnftables

https://www.netfilter.org/

sudo apt install libnftables-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: nftables
  • 1 dependencies
  • normalized package name match
  • Matched by: Nftables
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnftables-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libnftables1 1.1.3-1

Netfilter nftables high level userspace API library

https://www.netfilter.org/

sudo apt install libnftables1
  • Section: libs
  • Architecture: amd64
  • Source Package: nftables
  • 6 dependencies
  • normalized package name match
  • Matched by: Nftables
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnftables1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

nftables 1.1.3-1

Program to control packet filtering rules by Netfilter project

https://www.netfilter.org/

sudo apt install nftables
  • Section: net
  • Architecture: amd64
  • 3 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Nftables
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nftables from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-nftables 1.1.3-1

nftables/libnftables python3 module

https://www.netfilter.org/

sudo apt install python3-nftables
  • Section: python
  • Architecture: amd64
  • Source Package: nftables
  • 3 dependencies
  • normalized package name match
  • Matched by: Nftables
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-nftables from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nftables

nix profile install nixpkgs#nftables
  • normalized package name match
  • Matched by: Nftables
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: nftables from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

libnftables-dev 1.0.9-1build1

Development files for libnftables

https://www.netfilter.org/

sudo apt install libnftables-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: nftables
  • 1 dependencies
  • normalized package name match
  • Matched by: Nftables
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnftables-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libnftables1 1.0.9-1build1

Netfilter nftables high level userspace API library

https://www.netfilter.org/

sudo apt install libnftables1
  • Section: libs
  • Architecture: amd64
  • Source Package: nftables
  • 6 dependencies
  • normalized package name match
  • Matched by: Nftables
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnftables1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

nftables 1.0.9-1build1

Program to control packet filtering rules by Netfilter project

https://www.netfilter.org/

sudo apt install nftables
  • Section: net
  • Architecture: amd64
  • 3 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Nftables
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nftables from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

python3-nftables 1.0.9-1build1

nftables/libnftables python3 module

https://www.netfilter.org/

sudo apt install python3-nftables
  • Section: universe/python
  • Architecture: amd64
  • Source Package: nftables
  • 3 dependencies
  • normalized package name match
  • Matched by: Nftables
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-nftables from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

nftables 1.1.6-r1

Netfilter tables userspace tools

https://netfilter.org/projects/nftables

sudo apk add nftables
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nftables-dev 1.1.6-r1

Netfilter tables userspace tools (development files)

https://netfilter.org/projects/nftables

sudo apk add nftables-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nftables-doc 1.1.6-r1

Netfilter tables userspace tools (documentation)

https://netfilter.org/projects/nftables

sudo apk add nftables-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nftables-openrc 1.1.6-r1

Netfilter tables userspace tools (OpenRC init scripts)

https://netfilter.org/projects/nftables

sudo apk add nftables-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nftables-rulesets 1.1.6-r1

Meta package for pulling in all nftables rulesets

https://netfilter.org/projects/nftables

sudo apk add nftables-rulesets
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables-rulesets from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nftables-static 1.1.6-r1

Netfilter tables userspace tools (static library)

https://netfilter.org/projects/nftables

sudo apk add nftables-static
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nftables-systemd 1.1.6-r1

Netfilter tables userspace tools (systemd files)

https://netfilter.org/projects/nftables

sudo apk add nftables-systemd
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: nftables
  • normalized package name match
  • Matched by: Nftables
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nftables-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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