3.1 KiB
Installing WoW Backup
Download
Download the appropriate installer for your platform from the latest release:
| Platform | Package Format | Installer File Pattern |
|---|---|---|
| macOS | DMG Disk Image | WoW Backup-<version>.dmg |
| Windows | Windows Installer (MSI) | WoW Backup-<version>.msi |
| Linux (Experimental) | Debian Package (DEB) | wow-backup_<version>_amd64.deb |
Note: The Linux version is untested and experimental. Use at your own risk.
Windows
- Download the
.msiinstaller from the latest release. - Double-click the
.msifile to start the installation wizard. - Follow the on-screen prompts to complete installation.
- Launch WoW Backup from the Start Menu or desktop shortcut.
Windows Defender SmartScreen
If Windows Defender SmartScreen flags the installer ("Windows protected your PC — Microsoft Defender SmartScreen prevented an unrecognized app from starting"):
- Click More info.
- Click Run anyway.
macOS
Option 1: Install via Homebrew (Recommended)
Installing via Homebrew automatically handles macOS quarantine flags and simplifies future updates:
Install:
-
Add the tap:
brew tap rukira/tap https://git.asarius.site/rukira/homebrew-tap.git -
Install WoW Backup:
brew install --cask --no-quarantine wow-backup
Update:
brew update
brew upgrade --cask wow-backup
Uninstall:
brew uninstall --cask --zap wow-backup
Option 2: Manual DMG Download
- Download the
.dmgfile from the latest release. - Double-click the
.dmgfile to mount the disk image. - Drag WoW Backup.app into your
/Applicationsfolder. - Eject the disk image.
Unsigned Application / Gatekeeper Notice
Because WoW Backup is distributed without Apple Developer ID code-signing notarization, macOS Gatekeeper may show a warning on first launch ("WoW Backup cannot be opened because the developer cannot be verified" or "Apple could not verify that WoW Backup is free of malware").
To launch the app:
- Terminal (Fastest): Run the following command to strip the quarantine attribute:
xattr -cr "/Applications/WoW Backup.app" - macOS System Settings:
- Open System Settings → Privacy & Security.
- Scroll down to the Security section.
- Click Open Anyway next to the WoW Backup notice.
- Confirm and launch the app.
Linux (Experimental)
- Download the
.debpackage from the latest release. - Open your terminal in the download folder and install the package:
Alternatively, withsudo apt install ./wow-backup_*.debdpkg:sudo dpkg -i wow-backup_*.deb sudo apt-get install -f - Launch WoW Backup from your desktop application launcher or run
wowbackupin the terminal.