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:
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
- MacOS
- Debian Linux
- Arch Linux
- Docker
- Windows
- Linux binary
Install LIGO with Homebrew:
To upgrade LIGO:
A .deb
package containing the static ligo
executable is available.
First download the package and then install it with this command:
You can install the latest release of ligo through AUR:
It is also available through tools like yay:
If you've installed 🐳 Docker, you can run the latest LIGO release in a Docker container with this command:
Linux or MacOS:
Windows:
For convenience, you can alias the command:
Linux or MacOS:
Windows:
Then you can use the alias to run LIGO commands, as in this command:
To make this alias persistent across terminal sessions you must configure your shell to remember it. See these instructions for Linux or this stackoverflow answer for Windows.
To use the development version of LIGO, replace the version above (1.10.0
) with next
.
To run an older version of LIGO, you can get older Docker images on DockerHub.
It's possible to use ligo in Docker through docker or WSL2.
For convenience, you can alias the command:
Then you can use the alias to run LIGO commands, as in this command:
To make this alias persistent across terminal sessions you must configure your shell to remember it. See this stackoverflow answer.
To use the development version of LIGO, replace the version above (1.10.0
) with next
.
To run an older version of LIGO, you can get older Docker images on DockerHub.
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.
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.