Running HaM on Linux is very easy. It is self-contained in a single executable file. Just download it and run it.

Tips

Press F11 for full-screen viewing – great when using the dashboard.

Troubleshooting:

The file won't run or gives an error "Permission denied".
You may need to add execute permissions to the AppImage file. You can do that from your file explorer or with the command
chmod 755 path-to-HaM.AppImage

Sandboxing:

As a general rule, we recommend running all software in a sandbox to protect your system. The easiest way to do that is using the popular firejail Linux tool. With firejail you can run HaM as:
firejail --appimage path-to-HaM.AppImage