Skip to content

Installation

Judy edited this page Aug 20, 2026 · 7 revisions

Installation

Where To Get It

  • GitHub: Releases - zip WarbandPro-v1.x.x.zip. The only one live right now.
  • CurseForge: warband-pro-companion - uploaded, page 404s until moderation clears. Then: search Warband.pro Companion in CurseForge app, WowUp, Ajour, instawow
  • Wago: warband-pro-companion - project exists, first upload lands with the next release
  • WoWInterface: no project yet

CurseForge (Release)

Search Warband.pro Companion. Project ID 1660174.

Managers: CurseForge App, WowUp, Ajour, instawow.

instawow install warband-pro-companion          # once live
instawow install github warband-pro/addon       # pre-release

Wago

Project RNLkzbGo set in WarbandPro.toc. v1.0.0 and v1.0.1 predate the token wiring, so nothing has reached Wago yet. First upload lands with the next release.

WoWI

No project, and X-WoWI-ID is commented out in WarbandPro.toc until there is one. An absent id makes the packager skip the site; a placeholder id with a token set would attempt an upload to a project that does not exist and fail the release instead.

Manual (CI Artifact)

  1. GitHub warband-pro/addon -> Actions -> CI -> latest green on main
  2. Download WarbandPro-<sha>.zip (55 KB)
  3. Unzip to _retail_/Interface/AddOns/WarbandPro
  4. In game /reload (restart if TOC changed)

Source

git clone https://github.com/warband-pro/addon.git WarbandPro
mv WarbandPro _retail_/Interface/AddOns/

Verification

  • Addon list shows Warband.pro Companion
  • /warband status prints length, counts, and last seen
  • No minimap button. Use Compartment click or /warband

Updates

Managers auto-update. Manual: re-download zip. WarbandProDB is preserved.

Deploys

git tag -a v1.0.1 -m v1.0.1 && git push origin v1.0.1

Packager then ships to CurseForge, Wago, WoWI, and GitHub Release. Requires CF_API_KEY org secret (already set).

Warband.pro Companion

Home

Start

Integration

Internals

Clone this wiki locally