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

# Installing Miniconda

<Accordion title="Using Miniconda in a commercial setting?">
  * You might need to purchase a license to stay compliant with our [Terms of Service](https://www.anaconda.com/legal).

  * If your company security policies do not allow admin privileges for end users, you will be unable to install Miniconda manually. Consider requesting that your IT admin add Miniconda to a software delivery or fleet management system (such as Kandji, Jamf, and so on).
</Accordion>

Miniconda is a minimal installer for conda that includes only conda, Python, and a small number of essential packages. It provides a lightweight way to get started with conda package and environment management. This page contains links to install instructions based on your operating system and preferred installation method.

Not sure which guide to choose? See [Getting started with Anaconda](/getting-started/main) for help.

<Note>
  For automated deployments or installing across multiple machines, see [Installing with silent mode](/getting-started/advanced-install/silent-mode) in Advanced Installation.
</Note>

## Choose your installation guide

Select the installation guide that matches your operating system and preferred installation method:

### Windows guides

<CardGroup cols={2}>
  <Card title="Graphical installer" icon="windows" href="/getting-started/miniconda/install/windows-gui-install">
    Install Miniconda using a point-and-click interface. Recommended for users new to command-line tools.
  </Card>

  <Card title="Shell installer" icon="terminal" href="/getting-started/miniconda/install/windows-cli-install">
    Install Miniconda using Command Prompt or PowerShell. Ideal for automation and advanced users.
  </Card>
</CardGroup>

### macOS guides

<CardGroup cols={2}>
  <Card title="Graphical installer" icon="apple" href="/getting-started/miniconda/install/mac-gui-install">
    Install Miniconda using a standard macOS `.pkg` installer. Quick setup for users who prefer GUI workflows.
  </Card>

  <Card title="Terminal installer" icon="terminal" href="/getting-started/miniconda/install/mac-cli-install">
    Install Miniconda using Terminal commands. Provides more control over installation location and options.
  </Card>
</CardGroup>

### Linux guides

<Card title="Terminal installer" icon="linux" href="/getting-started/miniconda/install/linux-install">
  Install Miniconda using shell commands. Supports multiple Linux architectures including x86\_64 and ARM64.
</Card>
