← Back to Getting Started
Getting Started

Installation

Install the Iris.Md agent on Linux, macOS, or WSL with a single shell command.

One-line install

The installer detects your platform, fetches the right binary, and registers the iris CLI on your $PATH.

curl -fsSL https://iris-md.example.com/install.sh | bash

Verify

iris --version
# iris 0.1.0 (build a3f9c)

Manual install (Homebrew)

brew tap iris-md/iris
brew install iris
Start of docs