64-bit Installer (.exe)64-bit Portable (.zip) ARM64 Installer (.exe) ARM64 Portable (.zip) | ![]() Linux Version 2.8.0 Debian/Ubuntu (.deb) Fedora/Red Hat/Centos (.rpm) x64 Tarball (.tar.gz) ARM64 Tarball (.tar.gz) SHA512 Checksums & Signature | ![]() Mac OS Version 2.8.0 Universal Installer For both Intel and Apple Silicon Processors |
For previous versions or other packages (e.g. .zip and additional ARM builds) of Infirmary Integrated, please visit Infirmary Integrated’s GitHub repository’s list of Releases.
Windows: Installation Instructions & Security Warnings
- Download the Infirmary Integrated installer executable file (.exe file) for Windows.
- Run the installer executable file.
- A shortcut for Infirmary Integrated will be placed on the Start menu. You can click that shortcut to launch Infirmary Integrated!
- Note: During installation Windows will prompt you to allow the program to make changes to your computer and may require administrative access. Please follow the screenshots below for how to navigate the Windows SmartScreen warnings. If installation is a problem for you, you can also download a portable version (.zip file) from the project’s software repository and run the “Infirmary Integrated.exe” file to launch Infirmary Integrated.



Installation Instructions for MacOS
Infirmary Integrated is published as a universal package installer that can be downloaded and installed to all Mac desktops and laptops, using both Intel or Apple Silicon processors, and installed to the Applications folder using the familiar package installer interface.
Linux (Debian and Ubuntu): Installation Instructions with ‘apt’
From the command line, execute the following commands
sudo apt install apt-transport-https
sudo mkdir -p /usr/local/share/keyrings/
sudo wget -O /usr/local/share/keyrings/infirmary-integrated.asc https://www.infirmary-integrated.com/packages/apt-repo/infirmary-integrated.asc
sudo wget -O /etc/apt/sources.list.d/infirmary-integrated.sources https://www.infirmary-integrated.com/packages/apt-repo/infirmary-integrated.sources
sudo apt-get update
sudo apt-get install infirmary-integrated
Linux: Instructions for Verifying Package File Signatures
If you’d like to verify file signatures and hashes with supplies SHA512 sums, execute the following commands:
sudo wget -O /usr/local/share/keyrings/infirmary-integrated.gpg https://www.infirmary-integrated.com/packages/apt-repo/infirmary-integrated.gpg
gpg --import /usr/local/share/keyrings/infirmary-integrated.gpg
gpg --verify sha512sums.sig
sha512sum --check sha512sums
The gpg --verify command should show a “good signature” from the author but will warn that the signing key was not certified. The sha512sum --check command should show the downloaded package as being “OK” and matching the author’s hash.
Linux: Manual Installation Instructions
Please refer to this link for installation instructions for various distributions of Linux.


