google/nftables
This repository contains a Go module to interact with Linux nftables (the iptables successor). observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 90
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3011
- days_rel: n/a
- days_push: 61
- n_releases_24m: 0
Adoption not part of the score
1354 stars · 181 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure Go library for programmatically interacting with Linux nftables, the iptables successor, without wrapping libnftnl. It provides data types and functions to install and manage nftables rules via the kernel's netlink interface.
Use cases
- manage nftables firewall rules from a Go program
- programmatically install packet filtering rules on Linux
- replace shelling out to the nft CLI with a native Go API
- build a network policy agent that configures nftables
- dynamically add and remove firewall rules at runtime
When to choose
- you need to manipulate nftables from Go without external dependencies like libnftnl or the nft binary
- you are building a daemon or controller that manages Linux firewall rules programmatically
When to avoid
- you need full nftables feature coverage - the library only supports basic rules
- you need a stable, mature API - the package is in early stages with likely breaking changes
- you are not working on Linux
Facets
library · maturity active
security networking configuration-management networking security operating-systems developer-tools go nftables firewall netlink iptables-successor pure-go linux
1 source
- readme: https://github.com/google/nftables · fetched 2026-08-28 · 65ca42dfaf6f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/nftables | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem