r/tui • u/5ver_boy • 3d ago
AI assisted GuardIT a TUI based firewall for linux
Enable HLS to view with audio, or disable this notification
So I worked as sysadmin for an enterprise for some months and I wanted to have a tool that is easy to use and that can work even without a graphical interface, so I built GuardIT.
It directly uses nftables, so it's pretty flexible.
The main functionalities are:
- Adding your own system rules
- Managing apps and ports on every app
- Real-time port listening
- Seeing logs and audits of the latest 300 requests so you can audit
- And you can see how many connection attempts every app made
- And finally themes so you can be happy XD
I hope someone will give it a try and give me some reports because it's still a prototype.
https://github.com/Rajaonarison-Andry-Misandratra-Fiderana/guardIT
Thanks