First you will need the Go toolchain (https://golang.org/).
Once Go installed, do the following command:
$ go get -u github.com/VKCOM/noverifyThis command installs noverify into $GOPATH/bin/noverify (which expands into $HOME/go/bin/noverify by default).
Alternatively, you can build noverify with version info:
mkdir -p $GOPATH/github.com/VKCOM
git clone https://github.com/VKCOM/noverify.git $GOPATH/github.com/VKCOM
cd $GOPATH/src/github.com/VKCOM/noverify
make install