---
title: WPS Add-in Installation
description: How to install WPS add-ins, including both online and script methods
keywords: sally, installation, WPS add-in, WPS plugin
---
# WPS Add-in
## Online Installation (Windows)
1. Open the [WPS Add-in Installation Link](https://sallybot.cn/wps-doc/entry/publish.html).
2. Open the WPS client.
3. Click to install the wps-doc or wps-sheet add-in.
4. After installation, open WPS Word and wait a moment. The Sally menu will appear on the ribbon.
## Script Installation (Windows/Mac)
Copy and paste the following command in your terminal or PowerShell:
### macOS (Terminal)
Copy and paste the following command into Terminal:
```bash
/bin/bash -c "$(curl -fsSLk https://fastly.jsdelivr.net/gh/sally-suite/wps-install@main/install.sh)"Windows (CMD)
Copy and paste the following command into CMD:
powershell -ExecutionPolicy ByPass -Command "[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; iex ((New-Object System.Net.WebClient).DownloadString('https://fastly.jsdelivr.net/gh/sally-suite/wps-install@main/install.ps1'))"Windows (PowerShell)
Copy and paste the following command into PowerShell:
powershell -ExecutionPolicy ByPass -Command "[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; iex ((New-Object System.Net.WebClient).DownloadString('https://fastly.jsdelivr.net/gh/sally-suite/wps-install@main/install.ps1'))"After the command finishes running, restart WPS. If a permission dialog pops up, click Confirm. Wait a moment, and the Sally menu will appear on the ribbon.