Skip to main content

Installation

In this guide, you will learn how to install the CLI. The CLI is used to publish the metrics from our input file to Latency Lingo. You can review this process in the Architecture page.

CLI releases are available on the GitHub releases page. Download and extract the correct build for your system.

Example downloading and extracting the latest Mac OS X release.
curl -L https://github.com/latency-lingo/cli/releases/latest/download/latency-lingo-cli_darwin_amd64.tar.gz \
| tar -xz

To stay up-to-date with the latest version, you can use the update command.

Example updating the CLI.
latency-lingo-cli update
note

Move the executable to a bin directory included in your path for easier access.