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

# Downloads

<img width="75%" className="block dark:hidden" src="https://mintcdn.com/amethyst/UDwMpRjxGcDWLceu/logo/light.svg?fit=max&auto=format&n=UDwMpRjxGcDWLceu&q=85&s=158fb52356f91b4e7b58bd4dd6de61eb" data-path="logo/light.svg" />

<img width="75%" className="hidden dark:block" src="https://mintcdn.com/amethyst/UDwMpRjxGcDWLceu/logo/dark.svg?fit=max&auto=format&n=UDwMpRjxGcDWLceu&q=85&s=f549a576d7ee34934c071fec94ec4778" data-path="logo/dark.svg" />

## Installing precompiled packages

Amethyst is available in pre-compiled form and can be downloaded using the following links

### Windows

<CardGroup cols={2}>
  <Card title="Windows (x64)" icon="windows" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/Amethyst-Setup-2.1.8.exe">
    Amethyst-Setup-2.1.8.exe
  </Card>
</CardGroup>

### MacOS

<CardGroup cols={2}>
  <Card title="MacOS (x64)" icon="Apple" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/Amethyst-2.1.8.dmg">
    Amethyst-2.1.8.dmg
  </Card>

  <Card title="MacOS (arm64)" icon="Apple" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/Amethyst-2.1.8-arm64.dmg">
    Amethyst-2.1.8-arm64.dmg
  </Card>
</CardGroup>

### Linux

<CardGroup cols={2}>
  <Card title="Linux .deb (x64)" icon="debian" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst_2.1.8_amd64.deb">
    amethyst\_2.1.8\_amd64.deb
  </Card>

  <Card title="Linux .deb (arm64)" icon="debian" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst_2.1.8_arm64.deb">
    amethyst\_2.1.8\_arm64.deb
  </Card>

  <Card title="Linux .pacman (x64)" icon="linux" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst-2.1.8.pacman">
    amethyst-2.1.8.pacman
  </Card>

  <Card title="Linux .pacman (aarch64)" icon="linux" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst-2.1.8-aarch64.pacman">
    amethyst-2.1.8-aarch64.pacman
  </Card>

  <Card title="Linux AppImage (x64)" icon="fedora" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/Amethyst-2.1.8.AppImage">
    Amethyst-2.1.8.AppImage
  </Card>

  <Card title="Linux AppImage (arm64)" icon="fedora" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/Amethyst-2.1.8-arm64.AppImage">
    Amethyst-2.1.8-arm64.AppImage
  </Card>

  <Card title="Linux .rpm (x64)" icon="redhat" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst-2.1.8.x86_64.rpm">
    amethyst-2.1.8.x86\_64.rpm
  </Card>

  <Card title="Linux .rpm (aarch64)" icon="redhat" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst-2.1.8.aarch64.rpm">
    amethyst-2.1.8.aarch64.rpm
  </Card>

  <Card title="Linux .snap (x64)" icon="ubuntu" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst_2.1.8_amd64.snap">
    amethyst\_2.1.8\_amd64.snap
  </Card>
</CardGroup>

### Android

Android APK binary is available

<CardGroup cols={2}>
  <Card title="Android APK" icon="android" href="https://github.com/Geoxor/Amethyst/releases/download/v2.1.8/amethyst-v2.1.8.apk">
    amethyst-2.1.8.apk
  </Card>
</CardGroup>

## Installing from a package manager

Amethyst is also available in popular package repositories

<CodeGroup>
  ```bash yay theme={null}
  yay -S amethyst-player
  ```

  ```powershell winget theme={null}
  winget install -e Geoxor.Amethyst
  ```

  ```powershell scoop theme={null}
  scoop install https://raw.githubusercontent.com/Geoxor/Amethyst/master/manifests/scoop/amethyst.json
  ```

  ```powershell chocolatey theme={null}
  choco install amethyst
  ```

  ```ruby homebrew theme={null}
  brew tap "geoxor/amethyst"
  brew install amethyst-player
  ```
</CodeGroup>

<Note>Installing through a package manager may not always install the latest version</Note>
