> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Astro CLI

The Astro CLI is the command line interface for data orchestration. It's the easiest way to get started with Apache Airflow and can be used with all Astronomer products.

<Info>
  **Install the CLI**

  To install with Homebrew, run:

  ```sh wrap theme={null}
  brew install astro
  ```

  For alternative installation steps, see [Install the Astro CLI](/docs/cli/v1.41/install-cli).
</Info>

The Astro CLI is open source and built for data practitioners everywhere. The binary is maintained in the public [Astro CLI GitHub repository](https://github.com/astronomer/astro-cli), where pull requests and GitHub issues are welcome.

## Astro CLI features

With the Astro CLI, you can:

* Run Airflow on your local machine in minutes.
* Parse, debug, and test dags in a dedicated testing environment.
* Manage your Astro resources, including Workspaces and Deployments.

## Get started

<CardGroup>
  <Card title="Astro CLI Quickstart" icon="rocket-launch" iconType="regular" href="/docs/cli/v1.41/get-started-cli">
    Start a new Airflow project with just a few commands.
  </Card>

  <Card title="Install the CLI" icon="cloud-arrow-down" iconType="regular" href="/docs/cli/v1.41/install-cli">
    Instructions for installing, upgrading, and uninstalling the Astro command-line interface (CLI).
  </Card>

  <Card title="Release notes" icon="notes" iconType="regular" href="/docs/cli/v1.41/release-notes">
    Review the latest changes to the Astro CLI.
  </Card>

  <Card title="Command reference" icon="book-open-cover" iconType="regular" href="/docs/cli/v1.41/reference">
    Learn about all available Astro CLI commands.
  </Card>
</CardGroup>
