Installing

Binary Releases

Pre-built binaries for linux, darwin, freebsd and windows are available for download:

Current Stable Release: v1.3.0

Older Stable Releases

Docker

See the docs for deploying NSQ with Docker.

OSX

 $ brew install nsq

Building From Source

Pre-requisites

  • golang (version 1.17+ is required)

Compiling

NSQ uses go modules to produce reliable builds.

$ git clone https://github.com/nsqio/nsq
$ cd nsq
$ make

Testing

$ ./test.sh