---
title: "Installation"
date: 2021-07-02T00:00:00Z
draft: false
tags: ["Kubeconform", "Installation"]
weight: 2
---

## Linux

Download the latest release from our [release page](https://github.com/yannh/kubeconform/releases).

For example, for Linux on x86_64 architecture:

{{< prism >}}curl -L https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xvzf - && \
sudo mv kubeconform /usr/local/bin/
{{< /prism >}}


## MacOs

Kubeconform is available to install using [Homebrew](https://brew.sh/):
{{< prism >}}$ brew install kubeconform
{{< /prism >}}

## Windows

Download the latest release from our [release page](https://github.com/yannh/kubeconform/releases).