Skip to main content

Requirements

Before installing monocle, make sure you have: The simplest way to install monocle on macOS or Linux:
brew install josephschmitt/tap/monocle

Pre-built binaries

Download and install a pre-built binary for your platform directly from GitHub Releases.
curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.39.0/monocle_darwin_arm64.tar.gz
tar xzf monocle.tar.gz
sudo mv monocle /usr/local/bin/

Verify the installation

After installing, confirm monocle is available:
monocle --version

Next steps

Once monocle is installed, follow the quick start guide to register it with your agent and begin reviewing code.