Binary available on the release page.
GitHub release v1.1.0
Libux is a TUI tool for Debian that saves you from endlessly hammering away at the keyboard. It handles firewalls, netwo…
Binary available on the release page.
GitHub release v1.1.0
Libux is a TUI tool for Debian that saves you from endlessly hammering away at the keyboard. It handles firewalls, networking, DHCP, SSH and other services through a simple menu. I’m building this for people who are learning Linux administration, understand the logic behind things like firewalls, but don’t want to memorize commands. The point is to have everything under control while keeping it simple.
I use AI as a technical mentor to sanity-check my logic, especially with security-heavy features like iptables rules and DHCP configuration. It helps me brainstorm features, refine the TUI flow, and make sure commands are safe and won’t lock anyone out. For features I had no prior experience with - like VLANs. AI helped me understand the concepts before writing a any of the of code. A significant part of the collaboration was also debugging, figuring out why things like DHCP service startup were failing and what the actual cause was.
Later in the project as mentioned in the devlog I fully vibecoded the rest of feutures due to time limitations.