> For the complete documentation index, see [llms.txt](https://docs.cloudscaff.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudscaff.com/accessing-the-system/installing-the-desktop-app.md).

# Installing the Desktop App

## **How to Install Cloudscaff on your Computer Using Chrome**

### **Open Google Chrome**

* Make sure you are using the **Google Chrome browser** on your computer.
* Confirm it’s updated to the latest version (recommended for compatibility with Progressive Web Apps, or PWAs).

### **Visit the Cloudscaff Web App**

* In the address bar, type: [**`https://app.cloudscaff.com`**](https://app.cloudscaff.com/)
* Press **Enter** to open the Cloudscaff application page.

<div data-with-frame="true"><figure><img src="/files/6GJhWVZu6gi0zCrhwT5q" alt=""><figcaption></figcaption></figure></div>

### **Access the Install Option**

* Look at the **top right corner of your Chrome address bar**.
* You’ll see an **“Install” icon** (a computer screen with a down arrow) or a **plus (+)** symbol.
* Click the **Install** button.

<div data-with-frame="true"><figure><img src="/files/k7huEm3Uko8VnvRAzZ5o" alt=""><figcaption></figcaption></figure></div>

### **Confirm Installation**

* A small pop-up will appear asking if you’d like to install **Cloudscaff**.
* Click **Install** to confirm.

### **Launch Cloudscaff as a Desktop App**

* Once installation completes, **Cloudscaff will open in its own window**, separate from the browser.
* It will also be **added to your desktop or applications menu**—you can open it just like any other app.

### **(Optional) Pin Cloudscaff for Quick Access**

* On Windows: Right-click the app icon in your taskbar → **Pin to Taskbar**.
* On macOS: Drag the app icon to your **Dock** for easy access.

***

## How to Install Cloudscaff on your Mac Using Safari

### **Open Safari on Your Mac**

* Launch the **Safari browser** from your Dock or Applications folder.
* Ensure your macOS and Safari are up to date.

### **Download Google Chrome**

* In Safari’s address bar, go to: [**`https://www.google.com/chrome`**](https://www.google.com/chrome)
* Click **“Download Chrome for Mac”** and follow the on-screen steps to install Chrome.
* Once downloaded, open the **.dmg** file and drag **Google Chrome** into your **Applications** folder.

### **Open Google Chrome**

* After installation, open **Google Chrome** from your Applications folder or Launchpad.
* Sign in to Chrome if prompted (optional).

### **Visit the Cloudscaff Web App**

* In Chrome’s address bar, type: [**`https://app.cloudscaff.com`**](https://app.cloudscaff.com/)
* Press **Enter** to load the Cloudscaff app page.

### **Install Cloudscaff as a PWA**

* At the **top right corner** of Chrome’s address bar, look for the **Install icon** (computer screen with a down arrow or a plus “+” symbol).
* Click **Install**.

<div data-with-frame="true"><figure><img src="/files/NC4sCBLfZ4ynBjz1jP80" alt=""><figcaption></figcaption></figure></div>

### **Confirm the Installation**

* A prompt will appear asking to install **Cloudscaff**.
* Click **Install** to confirm.
* Cloudscaff will open in its **own window** as a standalone desktop app.

<div data-with-frame="true"><figure><img src="/files/9TorkL9SerHGWSo0cxTk" alt=""><figcaption></figcaption></figure></div>

### **(Optional) Keep Cloudscaff Handy**

To make access faster:

* On macOS, drag the **Cloudscaff app icon** into your **Dock**.
* You can also find it in **Launchpad** or **Applications**.


---

# 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.cloudscaff.com/accessing-the-system/installing-the-desktop-app.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.
