> For the complete documentation index, see [llms.txt](https://docs.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/macos-package-installation.md).

# 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="/files/E7bHVB6m9AKtep1ILTcp" 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="/files/AvC7LuCWijM9BQvsSJDk" alt="" width="375"><figcaption><p>Package Folder</p></figcaption></figure>

<figure><img src="/files/hW7qhkWnfrqxQPxuOk2m" 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="/files/dV5g3aqJp3Ir3Ux6QxfZ" 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="/files/LAuqCQwblMDWIg9b0t7B" 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="/files/rkU2eOtZJGjTNeKCJMm4" alt="" width="375"><figcaption><p>Services Runing Status</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/macos-package-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
