| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cpufetch_x86-64_windows.exe | 2025-11-01 | 261.1 kB | |
| cpufetch_x86-64_linux | 2025-11-01 | 1.2 MB | |
| cpufetch_x86_linux | 2025-11-01 | 1.2 MB | |
| cpufetch_arm64_linux | 2025-11-01 | 939.4 kB | |
| cpufetch_arm64_android | 2025-11-01 | 178.1 kB | |
| README.md | 2025-10-31 | 1.6 kB | |
| Release v1.07 source code.tar.gz | 2025-10-31 | 2.8 MB | |
| Release v1.07 source code.zip | 2025-10-31 | 2.9 MB | |
| Totals: 8 Items | 9.4 MB | 1 | |
| File | Architecture | OS | Min. OS | Statically linked |
|---|---|---|---|---|
| cpufetch_arm64_android | ARM (64 bit) | Android | - | No |
| cpufetch_arm64_linux | ARM (64 bit) | GNU/Linux | 3.7.0 | Yes |
| cpufetch_x86-64_linux | x86 (64 bit) | GNU/Linux | 4.4.0 | Yes |
| cpufetch_x86_linux | x86 (32/64 bit) | GNU/Linux | 4.4.0 | Yes |
| cpufetch_x86-64_windows.exe | x86 (64 bit) | Windows | - | Yes |
Changelog: - [Apple] Implement fallback frequency calculation (#251) - [X86] Add old Intel and AMD CPUs (#260) - [X86] Fix 2 bugs in --accurate-pp - [ARM] Add (experimental) Windows on Arm support (#273) - [ARM] Add support for a lot of new SoCs - [ARM] Add automatic SoC inferring from device tree (**) - [RISCV] Significantly improved support for RISC-V, specially uarch detection and multi-letter extension support.
** This was a response for the large number of ARM SoCs out there. It's not realistic to detect one by one manually so we needed some automatic approach to make the SoC detection a bit more scalable.
This release also fixes some bugs, adds small features and adds support for some new hardware. See the commit list for more details.
Notes: - GNU/Linux versions also work on Android, but they detect fewer features than the Android version.