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

# How to resolve error "bad CPU type in executable" on macOS

<Steps>
  <Step>
    Open Terminal (instructions [here](https://support.apple.com/en-ca/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac#trml663c6997)).
  </Step>

  <Step>
    Type the following command in the **Terminal** window:

    ```bash theme={null}
    softwareupdate --install-rosetta --agree-to-license
    ```
  </Step>

  <Step>
    Press the `Enter` key
  </Step>

  <Step>
    Wait for the installation to finish
  </Step>
</Steps>
