Minimalist GTK4/Libadwaita frontend for LogMeIn Hamachi.
Hanuchi is a lightweight, utility-first GUI for managing LogMeIn Hamachi networks on Linux. Designed for modern GNOME environments (Wayland supported), strictly following the philosophy of keeping the tool clean, native, and bloat-free.
- Native Experience: Written in Python using GTK4 and Libadwaita.
- System Integration: Controls the
logmein-hamachisystemd service automatically via PolicyKit. - Zero-config Setup: Automatically starts the daemon and registers your node with Hamachi on first launch — no terminal required.
- Localization: English / Russian
- Python 3.10+
logmein-hamachi(installed and configured)gtk4,libadwaita,python-gobjectmeson,ninja(build-time only)
You can install Hanuchi using the included PKGBUILD:
cd pkg/
makepkg -siAlso you can install Hanuchi from AUR using Yay:
yay -S hanuchiHanuchi uses the Meson build system. Clone the repository and build:
git clone https://github.com/Advnirr/hanuchi.git
cd hanuchi
meson setup build --prefix=/usr
ninja -C build
sudo ninja -C build installRemove using the pacman package manager.
sudo pacman -R hanuchiFrom the build directory created during installation:
sudo ninja -C build uninstallMIT License.
