Skip to content

Download

Iris is distributed through GitHub Releases. Every tagged version ships release notes and, where built, the installers below.

Latest release All releases


Which build do I need?

Platform Artifact Notes
Linux (production) iris_*.deb / iris_*.rpm Thin installer around the Docker stack. Needs an NVIDIA GPU + the NVIDIA Container Toolkit.
Windows 11 iris-setup-*.exe Bootstraps WSL2 + Docker + NVIDIA, then the stack. Mandatory EULA acceptance at install.
Offline / air-gap iris-offline-update-*.tar Image tar + signed manifest + checksums for a disconnected site.
Source / eval clone the repo CPU fallback for evaluation; see Install & run.

Install (quick paths)

git clone https://github.com/yakden/iris.git && cd iris
cp .env.example .env
python scripts/download_models.py          # or --license-clean for the Apache models
docker compose up -d --build
curl -fsS http://127.0.0.1:8120/health
  1. Download iris-setup-1.60.0.exe (SHA-256).
  2. Run it (admin). Accept the licence agreement when prompted — the free trial is 7 days, full-feature, online-only.
  3. It sets up WSL2 + Docker + NVIDIA and opens http://127.0.0.1:8120.

A local build is unsigned (Authenticode signing happens in CI) — SmartScreen may warn.

EDITION=commercial scripts/provision_appliance.sh

See Appliance deployment and Deployment config.

Licence & trial

Installing Iris means accepting the EULA. The optional free trial is a 7-day, online-only, one-per-machine evaluation with the full feature set — see the trial terms in EULA §1a and Deployment config.