Package cpu-x: Information

    Source package: cpu-x
    Version: 5.4.0-alt2
    Latest version according to Repology
    Build time:  Jan 24, 2026, 07:09 PM in the task #406150
    Report package bug
    Summary: CPU-X is a Free software that gathers information on CPU, motherboard and more
    Description: 
    CPU-X is a Free software that gathers information on CPU, motherboard and more.
    CPU-X is similar to CPU-Z (Windows), but CPU-X is a Free and Open Source
    software designed for GNU/Linux; also, it works on *BSD.
    This software is written in C and built with CMake tool.
    It can be used in graphical mode by using GTK or in text-based mode by using
    NCurses. A dump mode is present from command line.

    List of RPM packages built from this SRPM:
    cpu-x (x86_64, i586)
    cpu-x-debuginfo (x86_64, i586)

    Maintainer: Anton Midyukov



      1. cmake
      2. gcc-c++
      3. libappstream-glib
      4. nasm
      5. ocl-icd-devel
      6. pkgconfig(epoxy)
      7. pkgconfig(gl)
      8. pkgconfig(glfw3) >= 3.3
      9. pkgconfig(gtkmm-3.0) >= 3.12.0
      10. pkgconfig(json-c)
      11. pkgconfig(libcpuid) >= 0.4.0
      12. pkgconfig(libcurl)
      13. pkgconfig(libpci)
      14. pkgconfig(libproc2)
      15. pkgconfig(libstatgrab)
      16. pkgconfig(ncursesw)
      17. pkgconfig(polkit-gobject-1)
      18. pkgconfig(vulkan)
      19. rpm-macros-cmake

    Last changed


    Jan. 24, 2026 Anton Midyukov 5.4.0-alt2
    - Fix build with nasm >= 3.0.
    Sept. 21, 2025 Konstantin Lepikhov 5.4.0-alt1
    - 5.4.0.
    - Update vulkan-rt and gl-vendor patches.
    May 22, 2025 Konstantin Lepikhov 5.3.1-alt1.1
    - vulkan: Fix vulkan RT detection (we can't just create vk instance with RT, it
      require more steps like pipeline setup, so do simple query extension instead
      of full init).
    - opengl: fix GL vendor detection in case of Mesa community driven drivers
      (like r300/r600).
    - BR: added libepoxy.