This is a demonstration of Tauri. It lists processes that are listening on ports and provides the option to kill a process. On Linux you need admin privileges to run it.
- Follow the setup steps in Tauri Prerequisites.
- Make sure you have pnpm installed.
- Run
pnpm install
andpnpm tauri dev
.