Releases: feeeei/iomark
Release list
iomark v0.0.5
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.5.
Downloads
| File | Platform | SHA-256 |
|---|---|---|
| iomark-aarch64-pc-windows-gnullvm.zip | Windows ARM64 (experimental) | d17faef2a22321cb19266af919bac3ed93a9d67911b1cb857903b9a71062ff0d |
| iomark-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | 9a5d41b2d45a67528cd32809c2003a6e199748a9029dbe7b3ebe4ffedd3cb040 |
| iomark-macos-universal.tar.gz | macOS (Apple Silicon + Intel) | d47ba7d4e44dd8f88678bf1af457fca4419c82605c9cff2d255a1a25e3163b93 |
| iomark-x86_64-pc-windows-gnu.zip | Windows x86_64 | 5b8754ce5d0b7221dc8c6e1b0f300c24de8e5794a3b0724c9e75a6720edfefd4 |
| iomark-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | 619253ee8c61c453bd61f03b59a57fb2bd2861bdb43198ef04e26de9dc1b0611 |
Manual download, verify and run (Linux x86_64 shown):
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.5/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.5/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.4...v0.0.5
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
iomark v0.0.3
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.3.
Downloads
| File | Platform | SHA-256 |
|---|---|---|
| iomark-aarch64-pc-windows-gnullvm.zip | Windows ARM64 (experimental) | 406f028cb7c63ca8d9c2bb2506fcd8c98f47bb89b463ce6013d2e5ec62b1837a |
| iomark-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | fc87062f5a58be556021e240e6c206de96a5440f68ace7e13489a5154b1743c6 |
| iomark-macos-universal.tar.gz | macOS (Apple Silicon + Intel) | 3cfad8007ffa284e3dbb31d813e8be26f3c769a722c8358aec21646c1729bc2d |
| iomark-x86_64-pc-windows-gnu.zip | Windows x86_64 | 53be7b46aae8a8dd2b5a2c9c30ed9a3f0906633b574b01bf2b4566daa644a755 |
| iomark-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | b502c4565b39edc37b731b3ba91e1bd834b9f5fc01bcbe515ccfbfa473b0ed3e |
Manual download, verify and run (Linux x86_64 shown):
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.3/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.3/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.2...v0.0.3
iomark v0.0.2
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.2.
Downloads
| File | Platform | SHA-256 |
|---|---|---|
| iomark-aarch64-pc-windows-gnullvm.zip | Windows ARM64 (experimental) | 765c8880307d560791681bb0d9aa30f4d2d02a97e5d42b0db4324b881f60169e |
| iomark-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | 5721fed7e82ac10bd1b2dea615dd25ed09ba265fb89c56a973f8f65a254079b8 |
| iomark-macos-universal.tar.gz | macOS (Apple Silicon + Intel) | b864596433b26d460fce34ed3773d52b4c61d3004c46d642cef880f64c2788db |
| iomark-x86_64-pc-windows-gnu.zip | Windows x86_64 | 9e288db48aef228713f646ac2541d1806e29f8b5acfd8a3b799fdf0404ef5264 |
| iomark-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | 7d43866e416256516937398e5f4cd65beca1c44bebbdcf44c6a99ccb435482b1 |
Manual download, verify and run (Linux x86_64 shown):
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.2/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.2/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.1...v0.0.2
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