Skip to main content
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.