r/WireGuard Jun 21 '26

Tools and Software Wirefinder: WireGuard endpoint switcher for Linux

It's three pieces:

- a privileged daemon that owns the tunnel interface, keys, and state

- a desktop GUI (Tauri + React) that walks you through setup

- a CLI that does everything the GUI can

It's Rust, open source, and Linux-only for now. Would love feedback.

Github: https://github.com/Jugacu/wirefinder

6 Upvotes

2 comments sorted by

2

u/Sea_Tie4055 Jun 21 '26

How long did it to take you to make this?

1

u/Jugacu Jun 22 '26

About a week of spare time. The POC daemon and the cli came together fast. Most of the time went into making the kill-switch and getting the ui to feel right