Version: 1.0.0
Getting started with Infer
#
Get InferYou can use Homebrew (Mac only), our binary releases, build infer from source, or use our Docker image.
On Mac, the simplest way is to use Homebrew. Type this into a terminal:
On Linux, or if you do not wish to use Homebrew on Mac, use our latest
binary release. Download
the tarball then extract it anywhere on your system to start using infer. For
example, this downloads infer in /opt on Linux (replace VERSION
with the
latest release, eg VERSION=1.0.0
):
If the binaries do not work for you, or if you would rather build infer from source, follow the install from source instructions to install Infer on your system.
Alternatively, use our Docker image:
#
Try Infer in your browserTry Infer on a small example on Codeboard.