Skip to content

Releases: Instabug/infer

v1.1.0-osx

31 Oct 08:53
Compare
Choose a tag to compare

(linux binary can be found on the official infer release)
A sample script to install on Apple Silicon:

  VERSION=1.1.0
  curl -sSL "https://github.com/instabug/infer/releases/download/v$VERSION/infer-osx-v$VERSION.tar.xz" | sudo tar -C /opt -xJ
  sudo ln -s "/opt/infer-osx-v$VERSION/bin/infer" /usr/local/bin/infer

The sha256 checksum of the tarball is

shasum -a 256 infer-osx-v1.1.0.tar.xz 
8e3e671f69b4cbc88e6052e5ae0d1e907ff63b51010e60a87e501d2a82bf8d45  infer-osx-v1.1.0.tar.xz