Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getmonocle.sh/llms.txt

Use this file to discover all available pages before exploring further.

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 from GitHub Releases.
curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/latest/download/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

Uninstall

To remove monocle and its agent registrations:
monocle unregister all
brew uninstall monocle
If you installed from source, run make uninstall from the repo directory.

Next steps

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