Link Search Menu Expand Document

Installation

Run Kattlo natively in Linux, MacOS and Windows.

Table of contents

  1. Linux Binary
  2. Linux Packages
  3. MacOS
  4. Windows

Linux Binary

curl 'https://github.com/kattlo/kattlo-cli/releases/download/v0.2.2/kattlo-v0.2.2-linux' \
  -o 'kattlo'

sudo chmod +x kattlo
sudo mv kattlo /usr/local/sbin/kattlo

Linux Packages

The are .deb and .rpm packages available. Do a check in the latest release.

MacOS

curl 'https://github.com/kattlo/kattlo-cli/releases/download/v0.2.2/kattlo-v0.2.2-mac' \
  -o 'kattlo'

sudo chmod +x kattlo
sudo mv kattlo /usr/local/bin/kattlo

Windows

  • download the latest release package for windows
  • unzip it
  • copy VCRUNTIME140.dll to C:\Windows\System32\
  • get the absolute path to that unzipped directory
  • add the absolute path of Kattlo to your PATH environment variable
  • open the prompt and type: kattlo -V