# MacOS Rosetta

## Overview

With the latest systems of Apple they have switched over from Intel to Arm processors. Apple has provided a translation layer between application that are compatible with Intel but not with Arm.

In the Trust1Connector we have 1 component which relies on this translation layer for some functionality.

## Problem

During installation on these systems it can show as a "successfull installation" but the installation folder is still missing.

in the `console` logs it will show an error that an installation of Rosetta 2 is necessary.

<figure><img src="/files/4jmbkUGxHkmCFrY9nvkI" alt=""><figcaption></figcaption></figure>

## Solution

The solution is to enable rosetta 2 and then re-install the Trust1Connector application.

you can enable Rosetta 2 with the following command (administrative password is required)

```
sudo softwareupdate --install-rosetta
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://t1t.gitbook.io/t1c-js-guide-v3/miscellaneous/troubleshooting/macos-rosetta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
