A simple, lightweight desktop utility to visualize netstat data and monitor active process connections in a graphical interface. Features
- Network Statistics: View real-time Interface, IPv4, IPv6, ICMP, and TCP statistics.
- Connection Tracking: Monitor active TCP/UDP connections mapped to specific processes (e.g., Discord, Chrome).
- Process Filtering: Easily identify which local addresses are communicating with foreign endpoints.
- Rust
- Tauri
- ReactJS
You don't need to build the project from source to use it. You can download the latest version for your operating system directly from the Releases page:
- Navigate to the Releases section.
- Download the installer or executable for your platform.
- Run the application.
- NodeJS
- Rust
Clone the repository:
git clone https://github.com/DamianKocjan/net-process.gitInstall dependencies:
npm installRun in development mode:
npm run tauri dev