Windows
Download the latest release asset, extract if needed, then run PatchOpsIII.exe.
Download
Latest release: v1.2.0. Downloads are hosted on GitHub Releases for Windows and Linux/Steam Deck.
Download the latest release asset, extract if needed, then run PatchOpsIII.exe.
Download the Electron AppImage and install it with Gear Lever (recommended for Linux and Steam Deck).
chmod +x PatchOpsIII.AppImage
./PatchOpsIII.AppImage
When release notes include SHA256 hashes, you can verify integrity locally before running.
Get-FileHash .\\PatchOpsIII.exe -Algorithm SHA256
sha256sum PatchOpsIII.AppImage
Clone the repo, create a virtual environment, install dependencies, then run the Electron app.
git clone https://github.com/boggedbrush/PatchOpsIII.git
cd PatchOpsIII
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\\Scripts\\activate
pip install -r requirements.txt
bun install
bun run dev:desktop