Skip to main content
Version: Next

Installation

Currently LIGO can be installed on Linux and MacOS. It is possible to use it on Windows through WSL or docker.

You can also try LIGO in a Gitpod environment by clicking this button:

Open in Gitpod

Releases

Releases are available at the releases page of GitLab project. All the artifacts are attached there.

To see the changelog, you can either run ligo changelog or go to LIGO Changelog. The changelog contains links to corresponding releases.

Install

The ligo executable is statically linked. It should run on most modern Linux distributions.

You can download the current release here, make it executable, and you are done! Optionally, you can put it somewhere in your PATH for easy access.

wget https://gitlab.com/ligolang/ligo/-/jobs/8861513110/artifacts/raw/ligo
chmod +x ./ligo
sudo cp ./ligo /usr/local/bin

To download a specific version, visit the release page, which provides packages for some Linux distributions and a static binary for all Linux distributions.

To upgrade, download a new file and replace the old one.