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.

CI workflow artifacts

For other platforms, specific PR/feature branches, or one-off Flatpak bundles, download build artifacts from the CI workflow:

supercell-wx CI workflow

A GitHub account is required to download workflow artifacts. Prefer the nightly Flatpak remote above when you only need the latest develop Linux build.

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.

Linux Flatpak artifacts from CI remain useful for offline installs or testing a build that is not yet (or never) published to the nightly remote (for example, a feature branch). Prefer the nightly remote for routine develop testing.

How to Download a Snapshot

  1. Open the CI workflow page:

    https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml

  2. Select the workflow run you want.

    • The develop branch is generally the most stable development snapshot.

    • Other branches may contain in-progress feature work.

    GitHub Actions page showing the workflow selector, branch selector, and snapshot runs
  3. Open the selected run and choose Summary.

    CI run page with Summary highlighted
  4. In the artifacts list, download the artifact that matches your OS/platform.

    CI artifacts list with the Windows binary artifact highlighted
  5. 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:

  1. Extract the archive to a folder of your choice.

  2. Open the extracted bin folder.

  3. Run supercell-wx.exe.

This does not update your installed release version.

Artifact Name Reference

Package

Artifact Name

Linux x64 AppImage

supercell-wx-appimage-linux-gcc-13-x64

Linux x64 Binaries

supercell-wx-linux-gcc-13-x64

Linux x64 Flatpak

supercell-wx-flatpak-linux-gcc-13-x64

Linux arm64 AppImage

supercell-wx-appimage-linux-gcc-13-arm64

Linux arm64 Binaries

supercell-wx-linux-gcc-13-arm64

Linux arm64 Flatpak

supercell-wx-flatpak-linux-gcc-13-arm64

macOS (Apple Silicon)

supercell-wx-macos-arm64

macOS (Intel)

supercell-wx-macos-x64

Windows x64 Installer

supercell-wx-installer-windows-vs2026-x64

Windows x64 Binaries (recommended for snapshot testing)

supercell-wx-windows-vs2026-x64

Troubleshooting

  • Artifact download option missing: Sign in to GitHub, then reload the run summary page.

  • Unsure which build to use: On Linux, use the nightly Flatpak remote for the latest develop build. Otherwise start with develop and pick the binary artifact for your platform.

  • Need a specific PR or feature-branch Flatpak: Use the CI Flatpak artifact for that run; nightlies are published from develop only.