go get https://github.com/trinsic-id/okapi/go
The bindings use cgo to call into the native functionality. We maintain pre-built packages for some systems.
We maintain a Homebrew Tap with bottles for MacOS and Linux. To install run:
brew install trinsic-id/tap/okapi
You can find .deb packages for your platform with each release. These can be installed using dpkg.
Choose the package for your architecture.
The packages will install the required libraries and header files.
wget https://github.com/trinsic-id/okapi/releases/download/v1.1.0/okapi_1.1.0_amd64.deb
dpkg -i okapi_1.1.0_amd64.deb