Skip to content
Installation

Installation

Mtracer is available on macOS, Windows and Linux, and several installation methods are available for each operating system.

Homebrew

brew install mtracer-project/tap/mtracer
xattr -d com.apple.quarantine $(which mtracer)

It is important to run the xattr command to remove the quarantine attribute, otherwise macOS may block the execution of mtracer.

Terminal

Latest version installation:

curl -sL https://raw.githubusercontent.com/mtracer-project/mtracer/main/install.sh | bash

Specific version installation:

curl -sL https://raw.githubusercontent.com/mtracer-project/mtracer/develop/install.sh | bash -s -- v0.2.0

Go

go install github.com/mtracer-project/mtracer@latest