Strategy Arena
ADVANCED MODE

๐Ÿ’ป Native Desktop Client

Rust + wgpu compiled native. Direct CUDA (NVIDIA), Metal (Apple), Vulkan (Linux) access. Full bypass of browser sandbox.

4.38M
cfg/s ยท RTX 4080 SUPER
ร—4.4
vs browser
Rust
+ wgpu kernel

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
COMING SOON

๐ŸชŸ Windows x86_64

Windows 10/11 ยท .exe binary

Build in progress

Until then, see source build instructions below.

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.