# Installation

### Windows

Specific instructions coming soon.

### macOS

Specific instructions coming soon.

### Linux

Specific instructions coming soon.

### Manual Installation <a href="#manual-installation" id="manual-installation"></a>

Binaries of the latest version of every major platform are available on the [releases](https://github.com/davidchalifoux/kaput-cli/releases/latest) page.

### Installing with Cargo <a href="#installing-with-cargo" id="installing-with-cargo"></a>

You can directly compile and install Kaput as long as you have [Rust](https://www.rust-lang.org/) and [Cargo](https://doc.rust-lang.org/stable/cargo/) installed on your machine.

1. Install Rust and Cargo (skip if already installed)

```bash
curl https://sh.rustup.rs -sSf | sh
```

2. Install Kaput through Cargo

```bash
cargo install kaput-cli
```
