IRIS logo

IRIS Offline Server

Download the latest Windows installer for offline use.

Preparing installer link…
Direct installer link

Installation

  1. Download the Windows installer using either button above. Run the downloaded .msi package on the target machine.

  2. Start the server by running the startup script inside the extracted folder. Windows: double-click start-server.bat  •  Linux / macOS: run ./start-server.sh in a terminal.

  3. Open the web UI at https://localhost:8090 in your browser. The first start generates a self-signed CA certificate in the certs/ folder.

  4. Trust the CA certificate so your browser does not show security warnings. Windows: double-click certs/ca.crtInstall CertificateLocal MachineTrusted Root Certification Authorities.
    macOS: sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain certs/ca.crt
    Linux (Debian/Ubuntu): sudo cp certs/ca.crt /usr/local/share/ca-certificates/ && sudo update-ca-certificates

  5. Configure (optional) — copy .env.example to .env and adjust PORT, HOST, or other settings before starting the server.