| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-10-24 | 741 Bytes | |
| netcap-nodpi-v0.7.4-darwin-arm64.tar.gz | 2025-10-24 | 12.3 MB | |
| netcap-v0.7.4-linux-amd64-musl.tar.gz | 2025-10-24 | 13.6 MB | |
| netcap-v0.7.4-linux-amd64-libc.tar.gz | 2025-10-24 | 13.7 MB | |
| netcap-nodpi-v0.7.4-linux-amd64-musl.tar.gz | 2025-10-24 | 13.5 MB | |
| netcap-nodpi-v0.7.4-linux-amd64-libc.tar.gz | 2025-10-24 | 13.5 MB | |
| netcap-nodpi-v0.7.4-windows-amd64.tar.gz | 2025-10-24 | 16.3 MB | |
| netcap-v0.7.4-darwin-arm64.tar.gz | 2025-10-24 | 15.1 MB | |
| README.md | 2025-10-24 | 2.2 kB | |
| v0.7.4 source code.tar.gz | 2025-10-24 | 293.2 MB | |
| v0.7.4 source code.zip | 2025-10-24 | 294.2 MB | |
| Totals: 11 Items | 685.4 MB | 0 | |
π¦ Available Builds
| Build | OS | Architecture | DPI Support | Description |
|---|---|---|---|---|
netcap-v0.7.4-darwin-arm64 |
macOS | ARM64 | β Yes | Full DPI support with nDPI |
netcap-v0.7.4-linux-amd64-libc |
Linux | AMD64 | β Yes | glibc-based with DPI |
netcap-v0.7.4-linux-amd64-musl |
Linux | AMD64 | β Yes | musl-based with DPI (Alpine) |
netcap-nodpi-v0.7.4-darwin-arm64 |
macOS | ARM64 | β No | Static build, no DPI |
netcap-nodpi-v0.7.4-linux-amd64-libc |
Linux | AMD64 | β No | glibc-based, no DPI |
netcap-nodpi-v0.7.4-linux-amd64-musl |
Linux | AMD64 | β No | musl-based, no DPI |
netcap-nodpi-v0.7.4-windows-amd64 |
Windows | AMD64 | β No | Windows build |
π Choosing the Right Build
- With DPI (
netcap-*): Choose if you need Deep Packet Inspection features (protocol classification, application detection) - Without DPI (
netcap-nodpi-*): Choose for basic packet capture and analysis, smaller binary size - libc vs musl: Use
libcfor standard Linux distros (Ubuntu, Debian, CentOS). Usemuslfor Alpine Linux or minimal containers
Installing on macOS via homebrew
Builds distributed via homebrew are built with DPI support. You need to install the libprotoident and ndpi libraries via homebrew.
$ brew install libprotoident ndpi
$ brew tap dreadl0ck/formulas
$ brew install netcap
Afterwards try running 'net' in your terminal.
π Documentation
β οΈ Notes
- On macOS/Linux, you may need to grant necessary permissions:
sudo chmod +x net - Live capture requires root/administrator privileges
- Verify checksums with
checksums.txtbefore use
Changelog
- b1905500 fix dpi version info for builds distributed via homebrew, add usage info for mac users to release info
- de2fb3f6 v0.7.4 release
Full Changelog: https://github.com/dreadl0ck/netcap/compare/v0.7.3...v0.7.4