Skip to main content

Mantil CLI Installation

Mantil consists of two main components, node and CLI. CLI is the Mantil binary you install on your local machine. Node is located in AWS and is a set of functions used for managing Mantil projects.

To install CLI, follow the steps below for your OS.

Homebrew (Mac and Linux)

Use Homebrew to install the latest version:

brew tap mantil-io/mantil
brew install mantil

Direct Download (Linux, Windows and Mac)

Below are the available downloads for the latest version of Mantil. Please download the right package for your operating system and architecture.

Mantil is distributed as a single binary. Install Mantil by extracting it and moving it to a directory included in your system's PATH.

OSArchitectureDownload link
Darwinarm64mantil_Darwin_arm64.tar.gz
Darwinx86_64mantil_Darwin_x86_64.tar.gz
Linuxx86_64mantil_Linux_x86_64.tar.gz
Linuxi386mantil_Linux_i386.tar.gz
Linuxarm64mantil_Linux_arm64.tar.gz
Linuxarmv6[mantil_Linux_arm.tar.gz](https://s3.eu-central-1.amazonaws.com/releases.mantil.io/latest/mantil_Linux_armv6.tar.gz
Windowsx86_64mantil_Windows_x86_64.tar.gz
Windowsi386mantil_Windows_i386.tar.gz

An example for Linux x86_64

wget https://s3.eu-central-1.amazonaws.com/releases.mantil.io/latest/mantil_Linux_x86_64.tar.gz
tar xvfz mantil_Linux_x86_64.tar.gz
mv mantil /usr/local/bin