Skip to main content
AVAILABLE NOW

Strategy Arena Lab for Windows

The public app combines Rust/CUDA search, canonical CPU replay, sealed holdout, and local reports. CUDA accelerates search; it never decides the verdict.

Rust
CPU authority
CUDA
optional search
20%
sealed holdout

Downloads

AVAILABLE

🐧 Linux x86_64

Ubuntu, Debian, Arch · pre-compiled binary

⬇ Download (Linux)
tar -xzf strategy-arena-native-linux.tar.gz
cd strategy-arena-native
./strategy-arena bench
./strategy-arena run
AVAILABLE

🪟 Windows x86_64

Windows 10/11 · portable EXE and MSI · public manifest and SHA-256

Download the Windows Lab

The Download page publishes the exact build identity, hashes, and GPU requirements.

COMING SOON

🍎 macOS (Apple Silicon)

M1 / M2 / M3 / M4 · universal binary

Build in progress

Cross-platform build under CI integration.

Why native?

⚡ Pure speed

No WebGPU sandbox. No D3D12 translation. Direct GPU driver access.

🔄 24/7 compute

Runs in background without browser open. Compute overnight.

🛡️ Open source

Auditable Rust source. No obfuscation. You know what it does.

📊 Same API

GPU Arena leaderboard submissions identical to browser mode.

Build from source (advanced)

For Windows / macOS / other archs: local compilation with Rust 1.87+.

# 1. Install Rust
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# 2. Get source
$ wget https://strategyarena.io/download/strategy-arena-native-source.tar.gz
$ tar -xzf strategy-arena-native-source.tar.gz
$ cd strategy-arena-native

# 3. Build
$ cargo build --release

# 4. Run
$ ./target/release/strategy-arena bench
$ ./target/release/strategy-arena run

⬇ Download Rust source

🛡️ Transparency: The client may use up to 100% of your GPU during a bench (you choose when to launch). In run mode, it loops with a configurable cap. Open source — audit before running.