IRIS Offline Server
Download the latest portable ZIP package for offline use.
Installation
-
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.
-
Start the server by running the startup script inside the extracted folder. Windows: double-click
start-server.bat• Linux / macOS: run./start-server.shin a terminal. -
Open the web UI at
https://localhost:8090in your browser. The first start generates a self-signed CA certificate in thecerts/folder. -
Trust the CA certificate so your browser does not show security warnings. Windows: double-click
certs/ca.crt→ Install Certificate → Local Machine → Trusted 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 -
Configure (optional) — copy
.env.exampleto.envand adjustPORT,HOST, or other settings before starting the server.