# macOS Installation

### **System Requirements**&#x20;

* x86\_64 CPU architecture
* OS X 10.9 or later (10.11 or later recommended)

### **Install**&#x20;

The macOS operating system requires codesigning to be enabled in order to launch a downloaded `.pkg` file. If you have not configured codesigning for macOS, you will be unable to launch the installer. However, you can bypass this by right-clicking the `.pkg` file and choosing Open.

Run the `eazyBackup.pkg` file and follow the prompts.

Once installed, the client software prompts for account details to log in.

If you are running the `.pkg` file from the Downloads directory, macOS will offer to move the `.pkg` file to the Trash after a successful installation.

### **Upgrading**&#x20;

The installer will safely remove and upgrade any prior versions of eazyBackup, including those with a different software branding.

#### Silent upgrade (advanced)

You can silently upgrade the software remotely via the eazyBackup Server interface, or by running `/usr/sbin/installer -allowUntrusted -pkg "eazyBackup.pkg" -target /` via your remote management software.

### **Uninstall**&#x20;

macOS does not have a standard system for uninstalling programs. However, you can still uninstall eazyBackup by running the following command from a terminal window:

`sudo -u root "/Applications/eazyBackup.app/Contents/MacOS/uninstall"`

This will automatically stop all running eazyBackup processes, unregister eazyBackup's launched services, and remove all application files from the disk.

Uninstalling the software preserves any username/password credentials saved on this computer. To remove the saved credentials, delete the `/Users/USERNAME/Library/Preferences/backup-interface/config.sys` file.

&#x20;

***

[eazyBackup](https://eazybackup.com)


---

# 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://docs.eazybackup.com/documentation/macos-installation.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.
