In May of last year, I announced that we had publicly released repositories for the Linux ODBC driver and IBM i Access Client Solutions application package. Today I'm letting you know that we now1 also have a Homebrew repository for the macOS driver as well.

This repository is set up as a Tap. To enable it and install the package, run the following commands:

brew tap ibm/iaccess https://public.dhe.ibm.com/software/ibmi/products/odbc/macos/tap/
brew install ibm-iaccess

Once installed, you can keep it up to date as new driver versions come out using brew upgrade as you would for any other Homebrew package, eg:

brew upgrade ibm-iaccess

1 This has actually been available since November, but I forgot to blog about it till now.