Skip to content

Install binaries

Tip

We recommend using the pre-built releases and verifying the provided checksums for security.

Build from source

Before getting started, ensure you have Go installed on your system (version >= 1.15 and <= 1.19). Compatibility is being worked on for other versions and will be available in the near future.

To install Go, run the following command in your CLI (we are using 1.18 in this example): sudo apt-get install golang-1.18. Or, use a package manager like Snapcraft for Linux, Homebrew for Mac, and Chocolatey for Windows.

Use the following commands to clone the Polygon Edge repository and build from source:

git clone https://github.com/winter-soren/polygon-edge.git
cd polygon-edge/
go build -o polygon-edge .