Skip to the content.

Run Go Binaries Without Installing Go

We can run Go binaries without installing Go, by using GoBinaries which allows Go programs to be installed from command line only.

Example

$ curl -sf https://gobinaries.com/rakyll/hey | sh

Limitations

Source: GoBinaries