Built a simple network monitor for Linux to see what apps are actually doing

Posted by TheZupZup@reddit | linux | View on Reddit | 48 comments

I’ve been playing around with a small project called SilentGuard.

It’s basically a lightweight GTK app that shows outgoing connections in real time and maps them to processes.

I added a simple trust classification (Known / Unknown / Local) and detection of new connections.

Still very early, but already useful for me.

Repo: https://codeberg.org/TheZupZup/SilentGuard