Hexinator on Linux
Need another platform?
Use these direct links if automatic platform detection selected the wrong page.
Hexinator Linux Downloads
Version 1.13 (1) for x86_64
Choose the installation method that fits your distro. Flatpak is recommended for desktop users, AppImage is the portable no-setup option, and APT/RPM repos are best for managed updates.
Flatpak (recommended)
Signed remote setup and install commands
Add signed Hexinator Flatpak remote
curl -L "https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/flatpak/hexinator-flatpak-signing-key.asc" -o /tmp/hexinator-flatpak-signing-key.ascflatpak remote-delete hexinator 2>/dev/null || trueflatpak remote-add --if-not-exists --gpg-import=/tmp/hexinator-flatpak-signing-key.asc hexinator "https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/flatpak/"flatpak install -y hexinator com.hexinator.Hexinator//stableRun and update
flatpak run com.hexinator.Hexinatorflatpak update com.hexinator.HexinatorAppImage (portable)
Direct download without package manager setup

Download from Linux artifacts directory
https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/linux/Direct AppImage file
https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/linux/Hexinator-1.13-x86_64.AppImageMake executable and run
chmod +x Hexinator-1.13-x86_64.AppImage./Hexinator-1.13-x86_64.AppImageAPT Repository (Debian/Ubuntu)
Repository-based install and updates

Download and register source list
curl -L "https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/apt/hexinator.list" -o ~/Downloads/hexinator.listsudo cp ~/Downloads/hexinator.list /etc/apt/sources.list.d/sudo apt-get updateInstall/update
sudo apt-get install hexinatorUninstall
sudo apt-get remove hexinatorRPM Repository (Fedora/openSUSE/Red Hat)
Repository-based install and updates


Download and register repo file
curl -L "https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/rpm/hexinator.repo" -o ~/Downloads/hexinator.reposudo cp ~/Downloads/hexinator.repo /etc/yum.repos.d/Install from repository
sudo dnf install hexinatorInstall directly from RPM file
sudo dnf install https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/rpm/x86_64/hexinator-1.13-1.x86_64.rpm