1
0
mirror of synced 2024-09-23 19:18:24 +02:00
ImHex/INSTALL.md
2022-10-28 08:17:10 +02:00

2.2 KiB

Installing ImHex

Official Releases

The easiest way to install ImHex is to download the latest release from the GitHub Releases page.

There's also a NoGPU version available for users who don't have a GPU or want to run ImHex in a VM without GPU passthrough.

Nightly Builds

The GitHub Actions CI builds a new release package on every commit made to repository. These builds are available on the GitHub Actions page. These builds are not guaranteed to be stable and may contain bugs, however they also contain new features that are not yet available in the official releases.

Building from source

Build instructions for Windows, Linux and macOS can be found under /dist/compiling:

Package managers

ImHex is also available on various package managers. The officially supported ones are listed here:

Windows

  • Cocolatey
    • imhex (Thanks to @Jarcho)
      • choco install imhex
  • winget

Linux

  • Arch Linux AUR
    • imhex-bin (Thanks to @iTrooz)
      • yay -S imhex-bin
    • imhex (Thanks to @KokaKiwi)
      • yay -S imhex
  • Fedora
    • imhex (Thanks to @jonathanspw)
      • dnf install imhex
  • Flatpak
    • net.werwolv.Imhex (Thanks to @Mailaender)
      • flatpak install flathub net.werwolv.ImHex

Available on other package managers

Packages that aren't explicitly mentioned above are not officially supported but they will most likely still work. Contact the maintainer of the package if you have any issues.

Packaging status