iomark v0.0.4
Install
macOS / Linux — install to ~/.local/bin:
curl -fsSL https://iomark.dev | shWindows (PowerShell):
irm https://iomark.dev/install.ps1 | iexBenchmark right away without installing anything:
curl -fsSL https://iomark.dev | sh -s -- quickPin this exact release by adding -s -- install --version v0.0.4.
Downloads
| File | Platform | SHA-256 |
|---|---|---|
| iomark-aarch64-pc-windows-gnullvm.zip | Windows ARM64 (experimental) | 54aaa4b4be61f62201a6f8c6598c415410aae00aeb75d2d7d4aee757f395b13b |
| iomark-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | 8c8ddcd30d25744562e66c9b0989a3a18f65c469ae115dc444d53b3d88d6310c |
| iomark-macos-universal.tar.gz | macOS (Apple Silicon + Intel) | 472997d6dc62d5b15323a661ab3971e508d9519941e0ca92df44fe16fd28537c |
| iomark-x86_64-pc-windows-gnu.zip | Windows x86_64 | a9ab21f7cbd4af631b387bbbd3d37b59de722012f857e89c3814f4356a472367 |
| iomark-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | 7a9f282c72c66976dda5909cdba73cc06a1aebcc82b32cc18511974b0accc566 |
Manual download, verify and run (Linux x86_64 shown):
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.4/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.4/SHA256SUMS
sha256sum --ignore-missing -c SHA256SUMS
tar xzf iomark-x86_64-unknown-linux-gnu.tar.gz
./iomarkEvery archive holds a single static iomark binary with fio embedded — no
runtime dependencies, nothing else to install. On macOS the build is a
universal binary covering both Apple Silicon and Intel.
Full Changelog: v0.0.3...v0.0.4