← 返回命令列表

Linux command

cpufetch 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Display

cpufetch

Display

cpufetch --color [amd]

Use

cpufetch --color [239,90,45:210,200,200:0,0,0:100,200,45:0,200,200]

Use

cpufetch --style retro

Show

cpufetch --full-cpu-name

Force

cpufetch --logo-short

说明

cpufetch is a command-line utility written in C that displays detailed CPU architecture information in a visually appealing format, similar to how neofetch displays system information but focused specifically on the CPU. It renders ASCII art of the CPU manufacturer's logo alongside technical details including CPU name, microarchitecture, core and thread count, maximum frequency, semiconductor technology, cache sizes, AVX/FMA/SSE support, and theoretical peak performance. Supports x86_64, ARM, RISC-V, and PowerPC architectures across Linux, Windows, Android, macOS, and FreeBSD.

参数

-c, --color _scheme_
Set the color scheme. Accepts predefined names (intel, amd, ibm, arm) or custom RGB values in the format R,G,B:R,G,B:R,G,B:R,G,B:R,G,B (first 3 for ASCII art, last 2 for text).
-s, --style _style_
Set the style of the CPU logo: fancy (default), retro, or legacy (no color support).
-F, --full-cpu-name
Show the full CPU name without abbreviation.
--logo-short
Force display of the short version of the logo.
--logo-long
Force display of the long version of the logo.
--logo-intel-old
Use the old Intel logo.
--logo-intel-new
Use the new Intel logo.
-d, --debug
Print CPU model and CPUID levels for debugging.
-v, --verbose
Print extra information about fetching process.
-r, --raw
Print raw CPUID data for debugging.
-h, --help
Print help and exit.
-V, --version
Print version and exit.

FAQ

What is the cpufetch command used for?

cpufetch is a command-line utility written in C that displays detailed CPU architecture information in a visually appealing format, similar to how neofetch displays system information but focused specifically on the CPU. It renders ASCII art of the CPU manufacturer's logo alongside technical details including CPU name, microarchitecture, core and thread count, maximum frequency, semiconductor technology, cache sizes, AVX/FMA/SSE support, and theoretical peak performance. Supports x86_64, ARM, RISC-V, and PowerPC architectures across Linux, Windows, Android, macOS, and FreeBSD.

How do I run a basic cpufetch example?

Run `cpufetch` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c, --color _scheme_ do in cpufetch?

Set the color scheme. Accepts predefined names (intel, amd, ibm, arm) or custom RGB values in the format R,G,B:R,G,B:R,G,B:R,G,B:R,G,B (first 3 for ASCII art, last 2 for text).