Linux
glibc; single executable, no extra runtime in the binary.
# Artifact: blxbench-linux (see release:linux) chmod +x blxbench-linux ./blxbench-linux --version
blxbench
Run benchmarks from the terminal: interactive TUI, local runs, and headless mode. Use the package manager, or drop in a pre-built binary from the same build scripts we ship in the monorepo — no sign-up required.
Copy commands below. Binaries are produced with bun build --compile in the published package (Linux, Windows, macOS arm64/x64).
Prefer a global install from the registry. Bun, pnpm, or npm — each needs its runtime installed.
bun
bun install -g @bitslix/blxbench
pnpm
pnpm add -g @bitslix/blxbench
npm
npm install -g @bitslix/blxbench
Place the compiled artifact next to your project or install it to your PATH. Filenames match therelease:* scripts in the package.
glibc; single executable, no extra runtime in the binary.
# Artifact: blxbench-linux (see release:linux) chmod +x blxbench-linux ./blxbench-linux --version
x64; run in PowerShell or cmd from the download folder.
# Artifact: blxbench-windows.exe (see release:windows) .\blxbench-windows.exe --version
arm64 — matches Apple M-series chips.
# Artifact: blxbench-darwin-arm64 (Apple silicon — release:mac-arm) chmod +x blxbench-darwin-arm64 ./blxbench-darwin-arm64 --version
x64 for older Mac hardware.
# Artifact: blxbench-darwin-x64 (Intel — release:mac-x64) chmod +x blxbench-darwin-x64 ./blxbench-darwin-x64 --version