<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: TheZupZup</title>
    <description>The latest articles on DEV Community by TheZupZup (@thezupzup).</description>
    <link>https://dev.to/thezupzup</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3869895%2Fcd64752f-49cd-4af9-973b-26c311208c88.png</url>
      <title>DEV Community: TheZupZup</title>
      <link>https://dev.to/thezupzup</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thezupzup"/>
    <language>en</language>
    <item>
      <title>Building SilentGuard — a lightweight Linux network monitor (TUI + GUI)</title>
      <dc:creator>TheZupZup</dc:creator>
      <pubDate>Thu, 09 Apr 2026 13:47:45 +0000</pubDate>
      <link>https://dev.to/thezupzup/building-silentguard-a-lightweight-linux-network-monitor-tui-gui-1poe</link>
      <guid>https://dev.to/thezupzup/building-silentguard-a-lightweight-linux-network-monitor-tui-gui-1poe</guid>
      <description>&lt;p&gt;I built SilentGuard because I wanted a simple way to see what applications are actually doing on my Linux system.&lt;/p&gt;

&lt;p&gt;Most network tools are either too complex, too heavy, or not very user-friendly.&lt;/p&gt;

&lt;p&gt;So I decided to build something lightweight, clear, and interactive.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is SilentGuard?
&lt;/h2&gt;

&lt;p&gt;SilentGuard is a network monitoring tool for Linux with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A fast and lightweight TUI (terminal interface)&lt;/li&gt;
&lt;li&gt;An optional GUI&lt;/li&gt;
&lt;li&gt;Real-time connection tracking&lt;/li&gt;
&lt;li&gt;Trust classification (Known / Unknown / Local)&lt;/li&gt;
&lt;li&gt;Block / unblock system with persistent rules&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to keep it simple, efficient, and useful for everyday monitoring.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I wanted to answer simple questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What apps are connecting to the internet?&lt;/li&gt;
&lt;li&gt;Are there unknown or suspicious connections?&lt;/li&gt;
&lt;li&gt;Can I block something quickly without complex tools?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SilentGuard focuses on clarity and control without overcomplicating things.&lt;/p&gt;




&lt;h2&gt;
  
  
  Current state
&lt;/h2&gt;

&lt;p&gt;The project is still in early development, but it's evolving quickly.&lt;/p&gt;

&lt;p&gt;Recent improvements include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Persistent blocklist system&lt;/li&gt;
&lt;li&gt;Improved TUI clarity and actions&lt;/li&gt;
&lt;li&gt;Performance optimizations&lt;/li&gt;
&lt;li&gt;Better error handling&lt;/li&gt;
&lt;li&gt;Unit tests added&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Example (GUI)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqk63ubpnn31s9s9qiakn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqk63ubpnn31s9s9qiakn.png" alt=" " width="800" height="537"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;

&lt;p&gt;Main developement happens on Github.&lt;br&gt;
GitHub: &lt;a href="https://github.com/TheZupZup/SilentGuard" rel="noopener noreferrer"&gt;https://github.com/TheZupZup/SilentGuard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Mirror&lt;br&gt;
Codeberg.org: &lt;a href="https://codeberg.org/TheZupZup/SilentGuard" rel="noopener noreferrer"&gt;https://codeberg.org/TheZupZup/SilentGuard&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Contributions
&lt;/h2&gt;

&lt;p&gt;I'm still relatively new to this space, but I'm very motivated and actively learning.&lt;/p&gt;

&lt;p&gt;I'm open to all kinds of feedback, ideas, and contributions. Even small suggestions are appreciated.&lt;/p&gt;

&lt;p&gt;I aim to keep the project transparent, simple, and collaborative. If something can be improved, I'm always willing to listen and adapt.&lt;/p&gt;

&lt;p&gt;Some ideas to work on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improve TUI navigation&lt;/li&gt;
&lt;li&gt;Add bandwidth tracking per IP/app&lt;/li&gt;
&lt;li&gt;Enhance trust classification&lt;/li&gt;
&lt;li&gt;Export logs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to open an issue or a pull request.&lt;/p&gt;




&lt;h2&gt;
  
  
  Goal
&lt;/h2&gt;

&lt;p&gt;Keep SilentGuard lightweight, transparent, and actually useful.&lt;/p&gt;




&lt;p&gt;Thanks for reading.&lt;/p&gt;

&lt;p&gt;I'm happy to learn from others and grow the project together.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>monitoring</category>
      <category>networking</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
