1
1
Fork
You've already forked PSU
0
CLI tool written in C++ with libcpuid
  • C++ 66.1%
  • CMake 33.9%
Find a file
2026年06月15日 19:32:05 +02:00
external Review the UX interface and upgrade the portability and embedded libcpuid 2026年06月15日 19:32:05 +02:00
src Review the UX interface and upgrade the portability and embedded libcpuid 2026年06月15日 19:32:05 +02:00
.gitignore fix gitignore 2026年05月09日 19:29:52 +02:00
CMakeLists.txt Review the UX interface and upgrade the portability and embedded libcpuid 2026年06月15日 19:32:05 +02:00
LICENCE PSU 1.1 update 2026年05月01日 13:11:23 +02:00
README.md Review the UX interface and upgrade the portability and embedded libcpuid 2026年06月15日 19:32:05 +02:00

Licence Maintenance

PSU is a project written in C++

PSU is a CLI tool for get info about your CPU

This Project use libcpuid https://github.com/anrieff/libcpuid

New Update in PSU

Now you can see the codename of your CPU

git clone https://codeberg.org/frex_vm18/PSU.git
cd psu
mkdir build && cd build
cmake ..

requirement

Cmake 3.14 for build the project

GCC or other compiler C++ supporting C++11 or later