iomark v0.0.1
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.1.
Downloads
| File | Platform | SHA-256 |
|---|---|---|
| iomark-aarch64-pc-windows-gnullvm.zip | Windows ARM64 (experimental) | fa5846e63b4d80d22230ed3c577eddb3eb2dd919e633c4aef3078444e7408b91 |
| iomark-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | d78c6eab86274d802aa02165d9055539890659fa0b98df3fd47f9b2a9ac4b6b2 |
| iomark-macos-universal.tar.gz | macOS (Apple Silicon + Intel) | 45a7a2e1947ebc6ca4ac5a56e46e6b67625ea9b33d2d6b431e2367af3fbfef49 |
| iomark-x86_64-pc-windows-gnu.zip | Windows x86_64 | bda58b63ea5a5d4d689ab39781451f42ba3d7a369685aa852b2014d29f7364f1 |
| iomark-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | 737df6b68e32c70cb20ce104941ea2b03bdfb9649c9bf3a85c730bf93f14ca7b |
Manual download, verify and run (Linux x86_64 shown):
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.1/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.1/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: https://github.com/feeeei/iomark/commits/v0.0.1