We can't provide pre-built binaries currently, Wasp is written in Crystal with support for multiple platforms except Windows.
Installing from source
Preqeuisite tools for downloading and building source code
$ git clone https://github.com/icyleaf/wasp.git && cd wasp
$ make build
$ sudo cp bin/wasp /usr/local/bin/wasp