# MACOS Package Installation

### Installation Steps

Follow these steps to install the MACOS package:

1. **Download the Package**
   * Visit the portal <https://console.blusapphire.com> and download the **MACOS** package.

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FtQd1M50tSIX9VSusjKCw%2Fimage.png?alt=media&#x26;token=fe9a88b7-3d76-44a6-aa19-5a1e9876b19f" alt=""><figcaption></figcaption></figure>

2. **Extract the Package**

* Locate the downloaded file and move it to the C:/ Folder.
* Right click on the Folder and click on "New Terminal Tab at Folder".
* It will navigate to the Terminal.

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FJj1x7VhEoAp10Bz5c1I3%2Fimage.png?alt=media&#x26;token=3927b15e-e484-470f-908d-8e734b1c60e3" alt="" width="375"><figcaption><p>Package Folder</p></figcaption></figure>

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2F7bTYaTSlXmyvfvYhrAVl%2Fimage.png?alt=media&#x26;token=a7ae7adc-791e-4b4c-82d0-fd77dd8fcf60" alt="" width="563"><figcaption><p>Terminal login page</p></figcaption></figure>

3. **Execute the Command**

* In the terminal, run the following command:

  ```
  chmod +x ./install.sh
  ```

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FdSy0mm0W1Mr7BpytmiHT%2Fimage.png?alt=media&#x26;token=4e9fb142-ca2e-4029-98a6-01b013a2a3a0" alt="" width="563"><figcaption><p>User Add</p></figcaption></figure>

4. **Execute the Installation Command**

* In the terminal, run the following command:

  ```
  sudo ./install.sh
  ```

&#x20;     Enter the System Password (password will not visible, just type in and press enter)

* **Note**: You will need `sudo` access to execute this command. Make sure you have the necessary permissions.

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FVLbYQw05ZvhkvZNhgBh1%2Fimage.png?alt=media&#x26;token=6fdeab26-4e2e-4579-952e-192a0ced9ef9" alt="" width="375"><figcaption><p>Package Installation </p></figcaption></figure>

5. **Verify the Installation**

* After installation is complete, verify that the installation was successful by running the following command:

  ```
  $ sudo launchctl list | grep com.blusapphire
  ```

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FK5P9CxqOuOWPEwALqo0v%2Fimage.png?alt=media&#x26;token=f9519170-ba43-4cff-86b8-52f456609417" alt="" width="375"><figcaption><p>Services Runing Status</p></figcaption></figure>
