Description
A cross-platform network monitoring tool built with Rust. RustNet provides real-time visibility into network connections with detailed state information, connection lifecycle management, deep packet inspection, and a terminal user interface.
Installation Instructions
Install RustNet on Fedora via the official COPR repository.
# Enable the COPR repository
sudo dnf copr enable domcyrus/rustnet
# Install rustnet
sudo dnf install rustnet
# Run with sudo
sudo rustnet
# Optional: Grant capabilities to run without sudo (modern kernel 5.8+)
sudo setcap 'cap_net_raw,cap_bpf,cap_perfmon=eip' /usr/bin/rustnet
rustnet
Important: The COPR only supports Fedora 42 and 43 due to the Rust 1.88+ requirement. CentOS and RHEL don't have recent enough Rust compilers in their repositories. For those distributions, use the .rpm packages from GitHub releases or build from source.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
Fedora 42
|
aarch64 (2)*, x86_64 (55)* | Fedora 42 (29 downloads) |
Fedora 43
|
aarch64 (2)*, x86_64 (17)* | Fedora 43 (14 downloads) |
Fedora rawhide
|
aarch64 (2)*, x86_64 (4)* | Fedora rawhide (10 downloads) |
* Total number of downloaded packages.
Fedora 42