# Installation

Build and install the Haqq binaries from source or using Docker.

# Pre-requisites

# Install Go

Haqq is built using Go (opens new window) version 1.19+

Copy go version

If the haqqd: command not found error message is returned, confirm that your GOPATH (opens new window) is correctly configured by running the following command:

Copy export PATH=$PATH:$(go env GOPATH)/bin echo "export PATH=$PATH:$(go env GOPATH)/bin" >> $HOME/.bash_profile

# Install Binaries

The latest Haqq version (opens new window) is haqqd v1.2.0

# GitHub

Clone and build Haqq using git:

Copy git clone https://github.com/haqq-network/haqq.git cd haqq make install

Check that the haqqd binaries have been successfully installed:

Copy haqqd version

# Docker

Docker build instructions available here (opens new window)

# Releases

You can also download a specific release available on the Haqq repository (opens new window) or via command line:

Copy go install github.com/haqq-network/haqq@latest