.-.
: :
,-.,-.,-. .--. ,-.,-. .-' : .--. .--. ™
: ,. ,. :' .; :: ,. :' .; :' .; :' .; :
:_;:_;:_;`.__.':_;:_;`.__.'`.__.'`.__.'
Hi!
Shell install script for Mondoo Client (Linux and macOS)
========================================================
**url:** `https://install.mondoo.com/sh`
**example:**
```bash
bash -c "$(curl -sSL https://install.mondoo.com/sh)"
mondoo register -t 'eyJh...llZ4BW'
```
Powershell install script for Mondoo Client (Windows)
=====================================================
**url:** `https://install.mondoo.com/ps1`
**example:**
```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex ((New-Object System.Net.WebClient).DownloadString('https://install.mondoo.com/ps1'));
Install-Mondoo -RegistrationToken 'eyJh...llZ4BW';
```
Package Information
===================
**url:** `https://install.mondoo.com/package/mondoo/{platform}/{arch}/{filetype}/{version}/{method}`
The arguments support the following values
- **platform**: linux, windows, darwin
- **arch**: amd64, arm64, armv7, armv6, 386
- **filetype**: tar.gz, deb, rpm, zip, pkg, msi
- **version**: latest, or specific number
- **method**: download, filename, version, sha256
**example:**
```bash
# Download the latest version
https://install.mondoo.com/package/mondoo/linux/arm64/rpm/latest/download
```
```bash
# Get the filename for the latest Mondoo Client
https://install.mondoo.com/package/mondoo/linux/arm64/rpm/latest/filename
```
```bash
# Get the version for the latest Mondoo Client
https://install.mondoo.com/package/mondoo/linux/arm64/rpm/latest/version
```
```bash
# Get the sha256 for the latest Mondoo Client
https://install.mondoo.com/package/mondoo/linux/arm64/rpm/latest/sha256
```
```bash
# Download a specific version of Mondoo Client
https://install.mondoo.com/package/mondoo/linux/arm64/rpm/5.21.1/download
```
```
# Get the sha256 for a specific version of Mondoo Client
https://install.mondoo.com/package/mondoo/linux/arm64/rpm/5.21.1/sha256
```
Kubernetes Manifests to install the operator
============================================
**url:** `https://install.mondoo.com/k8s/operator`
**example:**
```bash
kubectl apply -f https://install.mondoo.com/k8s/operator
```
Kubernetes Manifest to configure the MondooAuditConfig
======================================================
**url:** `https://install.mondoo.com/k8s/auditconfig?nodes=true&kubernetesResources=true`
**example:**
```bash
kubectl apply -f https://install.mondoo.com/k8s/auditconfig?nodes=true&kubernetesResources=true
```
To browse all releases, please visit `https://releases.mondoo.com/`