← All downloads

mdai for Linux

A Flatpak bundle that runs the same on every distribution — it brings its own runtime. It runs for 15 days without a license and without a card.

Download the Flatpak

SHA-256: 09468b0d5647223860d8b4ea299bcef1a2155e50145974aca6f16965da5ec86d

Installing

Install the bundle, then run it from your applications menu:

flatpak install ./mdai.flatpak
flatpak run me.mdai.mdai

Flatpak is the only Linux package we ship — there is no .deb, no .rpm and no AppImage. On immutable or atomic distributions (Fedora Silverblue, openSUSE MicroOS and similar) Flatpak is the native format: it needs no root and touches nothing in your system package manager. The runtime it needs is pulled from Flathub on first install.

Updates

Unlike the macOS and Windows builds, the Linux package doesnot notify you inside the app when a new version is out. It does know where to look, though: installing the bundle registers our signed release repository, so a new version arrives the usual way.

flatpak update

If you installed the bundle above, that repository is already registered for you — there is nothing to add. If you would rather add it yourself first and install from there:

flatpak remote-add --user --from mdai https://dl.mdai.me/mdai.flatpakrepo
flatpak install --user mdai me.mdai.mdai

Every release in that repository is signed with our GPG key, and Flatpak refuses anything that does not match it.

Verify your download

Compare the SHA-256 above with sha256sum <file>. The full list is in SHA256SUMS.txt.

Trouble?

Write to support@mdai.me.