Download & Install

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.
Step 1: Windows SmartScreen, a module of Microsoft Defender in Windows, will present a security warning- click the “More info” text as indicated in the screenshot.

Step 2: The Publisher information will show the code signing signature by “Open Source Developer, Ibi Keller” and will allow you to proceed with the “Run anyway” button.
Step 3: The “User Account Control” window will also need you to confirm that the program is allowed to “make changes” (install itself) to your computer.

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.