CPUX · 猫脚本
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).
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 --.
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.
| 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 |
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.
| 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.