For developers on MacOS, the Habitat team
maintains a Homebrew tap that makes it easy to
install the hab
command line client and keep up-to-date with the
latest stable releases.
Once you've installed Homebrew, add the tap with the following command (this is a one-time operation):
brew tap habitat-sh/habitat
Then, installing the latest version of hab
is just:
brew install hab
Thereafter, you can stay up-to-date with the latest stable release by running:
brew upgrade hab
If you no longer wish to use the Habitat tab, you can uninstall it:
brew untap habitat-sh/habitat