goircd requires only standard Go's libraries and consists of single main package. You can install it like that: $ go install go.cypherpunks.ru/goircd@latest or manually: $ git clone git://git.cypherpunks.ru/goircd.git $ cd goircd $ go build $ ./goircd -help