Install Go on OS X without escalated privileges?

Homebrew requires no admin privileges for installing Go (or any of the other apps, tools, and libs available through its repository).

Once you have set up Homebrew it is as easy as

brew install go

without requiring sudo.

1 Like