A single-binary app that benchmarks your machine locally (CPU, memory, disk, GPU) and lets you share results anonymously to the benchmark history. No account, no personal data — results are signed to prevent tampering.
Expected — the build isn’t code-signed yet, so SmartScreen warns on any new app from an unknown publisher. It’s a reputation prompt, not a malware detection. To run it:
Or clear the download flag first in PowerShell. Verifying the SHA-256 above is the real safety check.
Unblock-File .\rigforge-bench-windows-x64.exeAlso expected — the build isn’t notarized yet, so macOS Gatekeeper blocks it on first run, and on Linux you just need to mark it executable. One command each, then it runs normally. Verifying the SHA-256 below is the real safety check.
macOS
chmod +x rigforge-bench-macos-arm64 && xattr -d com.apple.quarantine rigforge-bench-macos-arm64Linux
chmod +x ./rigforge-bench-linux-x64 && ./rigforge-bench-linux-x64Launch the app to open the local UI, or run rigforge-bench run for a headless benchmark + share.
Clicking Send results shares the specifications and benchmark scores of this machine — not you — so they can appear anonymously on the public leaderboard. Sharing is entirely opt-in: nothing leaves your computer unless you click. We keep no account, set no cookies or trackers, and store your data in Canada (Montreal); a one-way hashed IP is used briefly for anti-spam only and never to identify or locate you. Full Privacy Policy · contact hello@blueprintpc.com any time to have a submission deleted.
Confirm the file wasn’t altered in transit. Run the command for your OS and check the hash matches.
Windows
Get-FileHash .\rigforge-bench-windows-x64.exe -Algorithm SHA2562fc4560f6f55e085d217689892783fbdcb6d033058594b00a63653b4d20933d6macOS
shasum -a 256 rigforge-bench-macos-arm640967fc00fc7320893d950e523b991ed2a91bc9681e2dc6a11d5eac2cd4f3c6c8Linux
shasum -a 256 rigforge-bench-linux-x6404f3a3797c74bce34ee38b544c97cd1d7c98e1b8b48fd40d5b3d94827256540d