Skip to content

Simple utility desktop app to show netstat command in gui and processes connections

Notifications You must be signed in to change notification settings

DamianKocjan/net-process

Repository files navigation

net-process

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.

Screenshots

image image

Tech Stack

  • Rust
  • Tauri
  • ReactJS

Installation

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.

Running locally

Requirements

  • NodeJS
  • Rust

Clone the repository:

git clone https://github.com/DamianKocjan/net-process.git

Install dependencies:

npm install

Run in development mode:

npm run tauri dev

About

Simple utility desktop app to show netstat command in gui and processes connections

Resources

Stars

Watchers

Forks

Languages