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

Ubuntu logo
Debian logo
Fedora logo
Linux Mint logo
Pop!_OS logo

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.asc
flatpak remote-delete hexinator 2>/dev/null || true
flatpak 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//stable

Run and update

flatpak run com.hexinator.Hexinator
flatpak update com.hexinator.Hexinator

AppImage (portable)

Direct download without package manager setup

logo of Hexinator
Ubuntu logo
Debian logo
Linux Mint logo
Fedora logo
Arch Linux logo
Manjaro logo

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.AppImage

Make executable and run

chmod +x Hexinator-1.13-x86_64.AppImage
./Hexinator-1.13-x86_64.AppImage

APT Repository (Debian/Ubuntu)

Repository-based install and updates

Debian logo
Ubuntu logo
logo of Kali Linux
Linux Mint logo
Pop!_OS logo

Download and register source list

curl -L "https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/apt/hexinator.list" -o ~/Downloads/hexinator.list
sudo cp ~/Downloads/hexinator.list /etc/apt/sources.list.d/
sudo apt-get update

Install/update

sudo apt-get install hexinator

Uninstall

sudo apt-get remove hexinator

RPM Repository (Fedora/openSUSE/Red Hat)

Repository-based install and updates

logo of Red Hat
logo of SUSE
Fedora logo

Download and register repo file

curl -L "https://s3.g.s4.mega.io/ramnsiy6jufvtrh6yqf767zcfcowdpl7y5ydl/hexinator/rpm/hexinator.repo" -o ~/Downloads/hexinator.repo
sudo cp ~/Downloads/hexinator.repo /etc/yum.repos.d/

Install from repository

sudo dnf install hexinator

Install 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