> For the complete documentation index, see [llms.txt](https://datasherlock.gitbook.io/datasherlock/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datasherlock.gitbook.io/datasherlock/introductions/installation.md).

# Installation

Get started with ease by installing the Data Sherlock CLI. Follow these simple steps to install the CLI on your system

### Installation <a href="#installation" id="installation"></a>

The most convenient way to interact with our API is by using our cross-platform CLI:

```bash
curl -sL https://raw.githubusercontent.com/thesaas-company/sherlock/main/install.sh |  sudo bash -s -- -b /usr/local/bin
```

Alternatively, if you prefer using Homebrew:

```bash
brew install thesaas-company/homebrew-tap/sherlock
```
