> For the complete documentation index, see [llms.txt](https://deepakrajas-organization.gitbook.io/aptos-move-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deepakrajas-organization.gitbook.io/aptos-move-docs/getting-started/installation-aptos-cli.md).

# Installation Of Aptos CLI

## CLI

The Aptos command line interface (CLI) is a tool to help you compile and test Move contracts. It can also help you quickly play with Aptos features on-chain.

For more advanced users, the CLI can also be used to run a private Aptos network (to help test code locally) and can be helpful managing a network node.

### 📥 Install the Aptos CLI <a href="#install-the-aptos-cli" id="install-the-aptos-cli"></a>

<br>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Mac →</strong></td><td>Install Aptos CLI via homebrew</td><td><code>brew install aptos</code></td><td><a href="/aptos-move-docs/getting-started/installation-aptos-cli/install-the-aptos-cli-on-mac.md">Install the Aptos CLI on Mac</a></td></tr><tr><td><strong>Windows →</strong></td><td>Install Aptos CLI on Windows via python script or pre-compiled binary</td><td></td><td><a href="/aptos-move-docs/getting-started/installation-aptos-cli/install-the-aptos-cli-on-windows.md">Install the Aptos CLI on Windows</a></td></tr><tr><td><strong>Linux →</strong></td><td>Install Aptos CLI on Linux via python script or pre-compiled binary</td><td></td><td><a href="/aptos-move-docs/getting-started/installation-aptos-cli/install-the-aptos-cli-on-linux.md">Install the Aptos CLI on Linux</a></td></tr><tr><td><strong>Advanced (Install Specific Versions) →</strong></td><td>Build a specific version of the Aptos CLI from source</td><td></td><td><a href="/aptos-move-docs/getting-started/installation-aptos-cli/install-specific-aptos-cli-versions-advanced.md">Install Specific Aptos CLI Versions (Advanced)</a></td></tr></tbody></table>
