Cross-platform support matrix — Linux, macOS, Windows, and WebAssembly. 56 statically-linked binaries built from pure C11, zero dependencies.
Scorpiox Code compiles from a single C11 codebase to 5 platform targets using CMake 3.16+. Every binary is statically linked where possible — no shared libraries, no package managers, no runtime dependencies. Download and run.
| Platform | Architecture | Compiler | Binary Format | Static | Binaries |
|---|---|---|---|---|---|
| 🐧 Linux | x86_64 | gcc (musl) | ELF | ✓ | 52 |
| 🐧 Linux | aarch64 | aarch64-gcc | ELF | ✓ | 52 |
| 🍎 macOS | arm64 | Apple Clang | Mach-O | ✗ | 51 |
| 🪟 Windows | x86_64 | MinGW-w64 | PE | ✓ | 46 |
| 🌐 WASM | wasm32 | emcc | WASM | ✗ | 1 |
# Linux / macOS
curl -fsSL "get.scorpiox.net" | bash
# Windows (PowerShell)
iwr -useb get.scorpiox.net | iex
# WebAssembly — no install, open in browser
open https://wasm.scorpiox.net
Linux x86_64 — full binary manifest (52 binaries)