CPUX · 猫脚本

CPU scores that actually print.

CPUX runs Geekbench 5 / 6 / 7 on Linux (x86_64, ARM64, RISC-V). Pick one version or all — always sequential, with a live progress spinner and reliable single-core + multi-core scores in the terminal (not blank columns).

GB5 · GB6 · GB7 single + multi progress spinner MIT
Quick start ba.sh · catbash.net
$ curl -sL https://ba.sh/cpux | bash
$ curl -sL https://catbash.net/cpux | bash
$ curl -sL https://ba.sh/cpux | bash -s -- all

Interactive: 1 GB5 · 2 GB6 · 3 GB7 · 4 all. Options after bash -s --.

Script preview

Terminal output with real single-core and multi-core scores — not blank columns.

curl -sL https://catbash.net/cpux | bash -s -- 6
CPUX script terminal preview — Geekbench single and multi-core scores

Click to preview full size · Geekbench scores printed in-terminal

Why CPUX?

Geekbench tryout mode uploads to the Browser but does not print scores in the terminal. Many scripts scrape the result page — and get blank multi-core columns when Cloudflare blocks them. CPUX re-fetches scores with multiple strategies so both numbers show up.

GB5 5.5.1 · legacy workloads · good for older hosts
GB6 6.7.1 · current mainstream server compare
GB7 7.0.0 · latest suite (needs newer glibc / more RAM)
Sequential Never parallel — one suite at a time so scores stay honest

Options

Flag Description
5 / -5 / --gb5 Run Geekbench 5 only
6 / -6 / --gb6 Run Geekbench 6 only
7 / -7 / --gb7 Run Geekbench 7 only
all / -a Run 5 → 6 → 7 sequentially
-cn / --chinese Chinese UI messages
-k / --keep Keep downloaded binaries under the work dir
-y / --yes Non-interactive defaults
-h / -v Help / version

Examples

Common recipes
$ curl -sL https://ba.sh/cpux | bash -s -- 6

Geekbench 6 only — typical VPS compare.

$ curl -sL https://ba.sh/cpux | bash -s -- all -cn

All three suites, Chinese UI. Long run — do this on a spare host.

$ curl -sL https://ba.sh/cpux | bash -s -- -5 -7

GB5 then GB7 only.

$ curl -sL https://ba.sh/menu | bash -s -- cpux 6

Via the Catbash launcher menu.

Short links

URL Target
https://ba.sh/cpux Install script (curl | bash)
https://catbash.net/cpux Same script on catbash.net
https://raw.githubusercontent.com/Yuri-NagaSaki/SICK/main/cpux.sh GitHub raw fallback
https://catbash.net/cpux.html This documentation page

Needs outbound HTTPS (IPv4) to cdn.geekbench.com and browser.geekbench.com. Binaries are large (~200–400 MB each). Prefer a host you can load hard — do not run on a production box that freezes under full CPU.