IRIS logo

IRIS Offline Server

Download the latest portable ZIP package for offline use.

Checking latest release…
View all builds

Installation

  1. Download the portable ZIP using the button above and extract it to any folder. No admin rights or internet connection required 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.