Skip to content

Advnirr/hanuchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hanuchi

Minimalist GTK4/Libadwaita frontend for LogMeIn Hamachi.

Hanuchi Screenshot

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.

Features

  • Native Experience: Written in Python using GTK4 and Libadwaita.
  • System Integration: Controls the logmein-hamachi systemd service automatically via PolicyKit.
  • Localization: English / Russian

Requirements

  • Python 3.10+
  • logmein-hamachi (installed and configured)
  • gtk4, libadwaita, python-gobject

Installation

Arch Linux / CachyOS / Manjaro

You can install Hanuchi using the included PKGBUILD:

cd pkg/
makepkg -si

Also you can install Hanuchi from AUR using Yay:

yay -S hanuchi

Other Distributions (Ubuntu, Fedora, Debian)

Use the universal installer script (requires root):

sudo ./install.sh

Manual Installation

  1. Copy hanuchi to /usr/bin/ and make it executable.
  2. Copy hanuchi.desktop to /usr/share/applications/.

Removal

Arch Based Distributions

Remove using the pacman package manager.

sudo pacman -R hanuchi

Other Distributions

Use the uninstaller script (requires root):

sudo ./uninstall.sh

License

MIT License.