Installation

Windows

Specific instructions coming soon.

macOS

Specific instructions coming soon.

Linux

Specific instructions coming soon.

Manual Installation

Binaries of the latest version of every major platform are available on the releases page.

Installing with Cargo

You can directly compile and install Kaput as long as you have Rust and Cargo installed on your machine.

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

curl https://sh.rustup.rs -sSf | sh
  1. Install Kaput through Cargo

cargo install kaput-cli

Last updated