Tired of VPN client apps breaking on linux? I got you!

Hey everyone,

I got annoyed that native VPN client breaks from time to time, often require layering, lack some features and the built in GUI network manager is ultra basic, so I made a new Rust TUI for managing Wire guard profiles with a lot of features like:

  • random auto connect at login
  • profile pool for auto login
  • kill switch
  • lockdown mode
  • split tunneling
  • port forwarding
  • automatic port forward sync with qBittorent (Omega Experimental)

If you want to check it out, test it, here it is: GitHub - PandaBytez/neutron: A lightweight WireGuard manager for Linux · GitHub

WARNING: this is first release and its NOT stable yet so keep that in mind!

Any feedback is much appreciated. Thanks!

Is it vibe coded?

Depends on your definition of vibe coding.

I used AI heavily for rapid development and prototyping various ideas and after many iterations this is the result.

I designed, tested and reviewed it. I will now focus on even more testing, fixing, polishing at slower pace.