Development Snapshots
Development snapshots are the fastest way to try new features that have been merged and validated in CI, without replacing your stable installed release.
Snapshots are published as build artifacts from the CI workflow:
Prerequisites
A GitHub account (required to download workflow artifacts)
Basic familiarity with selecting the branch and build you want
Important: Prefer Portable/Binary Artifacts
For development testing, use the platform binary artifact (for example,
supercell-wx-windows-vs2026-x64) instead of the installer artifact.
The installer artifact (supercell-wx-installer-windows-vs2026-x64)
installs over your release version and can replace your stable install.
How to Download a Snapshot
Open the CI workflow page:
https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml
Select the workflow run you want.
The
developbranch is generally the most stable development snapshot.Other branches may contain in-progress feature work.
Open the selected run and choose Summary.
In the artifacts list, download the artifact that matches your OS/platform.
Extract the downloaded artifact and run Supercell Wx directly from the extracted files.
Windows Snapshot Usage (Portable)
If you download supercell-wx-windows-vs2026-x64:
Extract the archive to a folder of your choice.
Open the extracted
binfolder.Run
supercell-wx.exe.
This does not update your installed release version.
Artifact Name Reference
Package |
Artifact Name |
|---|---|
Linux x64 AppImage |
|
Linux x64 Binaries |
|
Linux x64 Flatpak |
|
Linux arm64 AppImage |
|
Linux arm64 Binaries |
|
Linux arm64 Flatpak |
|
macOS (Apple Silicon) |
|
macOS (Intel) |
|
Windows x64 Installer |
|
Windows x64 Binaries (recommended for snapshot testing) |
|
Troubleshooting
Artifact download option missing: Sign in to GitHub, then reload the run summary page.
Unsure which build to use: Start with
developand pick the binary artifact for your platform.