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

# Download and Install

> Download MiniMax Code and install it on macOS or Windows.

<div className="code-docs">
  MiniMax Code supports macOS and Windows. After installation, sign in with your MiniMax account to start creating tasks.

  ## Download

  <CardGroup cols={2}>
    <Card title="Global site" icon="download" href="https://agent.minimax.io/download">
      Recommended for users outside mainland China.
    </Card>

    <Card title="China site" icon="download" href="https://agent.minimaxi.com/download">
      Recommended for mainland China network environments.
    </Card>
  </CardGroup>

  ## Requirements

  | Platform | Requirement               |
  | -------- | ------------------------- |
  | macOS    | macOS 11 Big Sur or later |
  | Windows  | Windows 10 or later       |

  ## Install Steps

  <Steps>
    <Step title="Download the installer">
      Choose the package that matches your device. Use arm64 for Apple silicon Macs and x64 for Intel Macs.
    </Step>

    <Step title="Install the app">
      On macOS, open the .dmg and drag the app into Applications. On Windows, run the installer and follow the prompts.
    </Step>

    <Step title="Sign in">
      Launch MiniMax Code and sign in with your MiniMax account.
    </Step>

    <Step title="Keep it updated">
      The app will notify you when a new version is available. You can also check for updates in settings.
    </Step>
  </Steps>
</div>
