← Back

cpuinfo

Made by Szerwigi1410. Source code

another random way to see what cpu you have

GitHub stars GitHub forks Open issues GitHub top language

Install Options

Option 1 — pacman

install using my pacman repo:

bash <(curl -fsSL https://raw.githubusercontent.com/aserdevyt/aserdev-repo/refs/heads/main/install.sh) && sudo pacman -Sy cpuinfo

Option 2 — script

install using this script made by Szerwigi1410 :

use this if you ain't an archlinux-user:

review from here

git clone https://github.com/Szerwigi1410/cpuinfo.git && cd cpuinfo && chmod +x install.sh && ./install.sh