Skip to content
Tommaso Caiazzi edited this page Jul 21, 2023 · 4 revisions

Kathará depends on Docker. If you already have it installed you can skip to the installation steps section.

Prerequisite

  1. Install Docker from here.

Please note that Docker runs on MacOS inside virtual machine running Linux and managed by a proprietary hypervisor.

Installation Steps

You can install Kathará downloading a release package from GitHub or using homebrew.

GitHub Release

  1. Download the setup file to a directory of your choice from a Release.
  2. Run the setup wizard and follow the instructions.
  3. Remember to run Docker before using Kathará.

Homebrew

To install Kathará from Homebrew type the following commands:

brew tap KatharaFramework/kathara
brew install --cask kathara
Clone this wiki locally