macOS
brew install netcatlocal Homebrew formula metadata
brew
Utility for managing network connections. Version 0.7.1 via Homebrew; verified from local package data.
install
brew install netcatlocal Homebrew formula metadata
sudo apt install netcat-traditionalDebian stable package indexes · netcat-traditional · source: deb.debian.org
sudo dnf install netcatFedora Rawhide package metadata · netcat · source: dl.fedoraproject.org
nix profile install nixpkgs#netcatnixpkgs package indexes · netcat · source: raw.githubusercontent.com
sudo pacman -S openbsd-netcatArch Linux sync databases · openbsd-netcat · source: geo.mirror.pkgbuild.com
sudo zypper install netcat-openbsdopenSUSE Tumbleweed package metadata · netcat-openbsd · source: download.opensuse.org
scoop install main/netcatScoop official bucket manifest trees · bucket/netcat.json · source: api.github.com
overview
Utility for managing network connections
history
Homebrew's netcat formula packages GNU Netcat 0.7.1, a GPL implementation of the classic nc-style tool for reading and writing TCP/UDP connections. Its own homepage frames it as both a scriptable back-end and a network debugging/exploration utility, with outbound and inbound connections, tunneling, and port-scanning features.
GNU Netcat is separate from the original Hobbit netcat lineage. The GNU project page records active development milestones in 2002, including a beta label starting with version 0.4 on May 15, 2002, and a core rewrite beginning around version 0.3 on May 2, 2002. The downloads page lists 0.7.1 as the current version and gives its release date as January 11, 2004; that long-stable release is what Homebrew distributes.
The package's adoption is mostly legacy and compatibility-driven rather than fast-moving. On July 1, 2026, the Homebrew formula page showed 12,774 installs over 365 days and 790 installs over 30 days, evidence that people still install this GNU variant even though many systems also ship OpenBSD nc, Nmap ncat, or other netcat-compatible tools.
Package nerds use it for quick socket plumbing: listen on a port, connect to a host and port, test TCP/UDP reachability, move bytes between shell pipelines and sockets, or build small ad hoc tunnels. The important packaging detail is that behavior and flags vary across netcat implementations, so installing brew:netcat is often a way to get the old GNU semantics intentionally instead of relying on the platform-provided nc.
This is a small but historically important compatibility package: not glamorous, not actively evolving, but useful when scripts expect GNU Netcat's option set. Its significance is mostly in being one of the archetypal Unix network Swiss-army-knife tools and a source of recurring packaging confusion because nc/netcat names are shared by several implementations.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
nc | cli | global executable | |
netcat | 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://netcat.sourceforge.net/
install metadata
| Package key | brew:netcat |
|---|---|
| Version | 0.7.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/netcat |
| Homepage | https://netcat.sourceforge.net/ |
| Repository | https://sourceforge.net/p/netcat/code/HEAD/tree |
| Upstream docs | https://netcat.sourceforge.net/ |
| License | GPL-2.0-or-later |
| Source archive | https://downloads.sourceforge.net/project/netcat/netcat/0.7.1/netcat-0.7.1.tar.bz2 |
| Build dependencies | autoconf, automake |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | netcat |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
netcat-traditional 1.10-50
TCP/IP swiss army knife
sudo apt install netcat-traditionalnetcat
nix profile install nixpkgs#netcatnetcat-traditional 1.10-48
TCP/IP swiss army knife
sudo apt install netcat-traditionalnetcat 1.238-1.fc45
OpenBSD netcat to read and write data across connections using TCP or UDP
sudo dnf install netcatopenbsd-netcat 1.238_1-1
TCP/IP swiss army knife. OpenBSD variant.
https://salsa.debian.org/debian/netcat-openbsd
sudo pacman -S openbsd-netcatnetcat-openbsd 1.229-1.3
TCP/IP swiss army knife
https://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
sudo zypper install netcat-openbsdmain/netcat
scoop install main/netcatnmap-ncat 7.92-9.fc45
Nmap's Netcat replacement
sudo dnf install nmap-ncatsource 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.