As already said, you cannot install .exe win32 executables on Linux but please be informed that Open Hardware Monitor is also available for Linux, in fact:
On Linux systems the Open Hardware Monitor requires Mono with WinForms.
http://openhardwaremonitor.org/downloads/

# Install Mono
sudo apt install mono-complete
# Run Open Hardware Monitor:
mono OpenHardwareMonitor.exe
However, for those unwilling to do the above, you can use psensor which is what I am using ATM on my main Ubuntu machine and is quite cool IMO
sudo apt install psensor

AlternativeTo
alternativeto.net › software › open-hardware-monitor
Open Hardware Monitor Alternatives for Linux: Top 24 System Information Utilities | AlternativeTo
Open Hardware Monitor is not available for Linux but there are plenty of alternatives that runs on Linux with similar functionality. The best Linux alternative is GPU Screen Recorder, which is both free and Open Source.
How to run Open Hardware Monitor on Ubuntu
iff anyone could give me a small tutorial or links on how to properly install it and get it running, if its even posible, i would highly apreciate it. thanks in advance for your help More on forum.level1techs.com
Is there anything like HWinfo, but for linux? A really detailed hardware monitor?
Some of these mentioned also contain CPU controls. I personally use CoreCTRL + Coolercontrol (disable CoreCTRLs fan option so it cannot override Coolercontrol). Conky is probably the one that you want. AMD GPUS; CoreCTRL (GUI + CLI), amdgpu_top (CLI based, has GUI options), Radeontop (CLI only) amdgpud (fan control based, GUI), amdgpu-clocks General GPUS; nvtop (CLI + supports intel), tuxclocker (GUI) General Hardware; conky (GUI, config based) missioncenter (GUI), s-tui (GUI, CPU based) CoolerControl More on reddit.com
Open Hardware Monitor doesn't show all sensors on Ubuntu 16.04 LTS
I downloaded Open Hardware Monitor and installed mono (to run Open Hardware Monitor) and I installed lm-sensors too. More on github.com
Simple Tutorial for tracking Windows or Linux Systems with OpenHardwareMonitor in Home Assistant
Oh hey cool. Thanks for this. I was actually wondering if this would work the other day as I already use the hardware monitor. More on reddit.com
Videos
09:44
Top 10 ways to monitor Linux in a Terminal - YouTube
15:31
20 Terminal Tools To Monitor Linux Resource Usage - YouTube
02:23
How to install one of the best system monitors for the Linux desktop ...
This is the Best Hardware Monitor for Linux
07:13
How to monitor hardware sensors in Ubuntu #15 - YouTube
01:52
Open Hardware Monitor, a free tool to analyse your computer - YouTube
Open Hardware Monitor
openhardwaremonitor.org › downloads
Downloads - Open Hardware Monitor
The free Open Hardware Monitor software runs on Microsoft Windows with the .NET Framework version 4.5 and above. On Linux systems the Open Hardware Monitor requires Mono with WinForms.
GitHub
github.com › LibreHardwareMonitor › LibreHardwareMonitor
GitHub - LibreHardwareMonitor/LibreHardwareMonitor: Libre Hardware Monitor is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer. · GitHub
Computer computer = new Computer { IsCpuEnabled = true, IsGpuEnabled = true, IsMemoryEnabled = true, IsMotherboardEnabled = true, IsControllerEnabled = true, IsNetworkEnabled = true, IsStorageEnabled = true, IsPowerMonitorEnabled = true, }; computer.Open(); computer.Accept(new UpdateVisitor()); foreach (IHardware hardware in computer.Hardware) { Console.WriteLine("Hardware: {0}", hardware.Name); foreach (IHardware subhardware in hardware.SubHardware) { Console.WriteLine("\tSubhardware: {0}", subhardware.Name); foreach (ISensor sensor in subhardware.Sensors) Console.WriteLine("\t\tSensor: {0},
Starred by 8.6K users
Forked by 954 users
Languages C# 97.6% | JavaScript 2.0%
Open Hardware Monitor
openhardwaremonitor.org › screenshots
Screenshots - Open Hardware Monitor
Open Hardware Monitor running on Debian Linux 6.0 using the Mono Framework.
Top answer 1 of 18
15
Some of these mentioned also contain CPU controls. I personally use CoreCTRL + Coolercontrol (disable CoreCTRLs fan option so it cannot override Coolercontrol). Conky is probably the one that you want. AMD GPUS; CoreCTRL (GUI + CLI), amdgpu_top (CLI based, has GUI options), Radeontop (CLI only) amdgpud (fan control based, GUI), amdgpu-clocks General GPUS; nvtop (CLI + supports intel), tuxclocker (GUI) General Hardware; conky (GUI, config based) missioncenter (GUI), s-tui (GUI, CPU based) CoolerControl
2 of 18
8
Unfortunately the answer is simply "no". There is not anything for Linux that remotely compares to HWiNFO. You can sometimes get by when combining a bunch of tools to get some fraction of the data that used to be available for you. Some such tools would be lm_sensors, lshw, nvtop, btop, inxi -F, dmidecode, lspci -vvv, vmstat, smartctl, nvme-cli, iostat, iotop, lsusb, lsblk, cat /proc/cpuinfo, and cat /sys/devices/virtual/dmi/id/*
Arch Linux
aur.archlinux.org › packages › openhardwaremonitor
AUR (en) - openhardwaremonitor - Arch Linux
March 26, 2017 - Not sure how this is supposed to work... I'd be very surprised if Mono abstracts hardware sensors for desktop components · On Lenovo XiaoXin Pro 13 2020, it got nothing about sensor
Debian User Forums
forums.debian.net › viewtopic.php
Installing Open Hardware Monitor
September 14, 2024 - Loading · Click to continue
Open Hardware Monitor
openhardwaremonitor.org
Open Hardware Monitor - Core temp, fan speed and voltages in a free software gadget
The monitored values can be displayed in the main window, in a customizable desktop gadget, or in the system tray. The free Open Hardware Monitor software runs on 32-bit and 64-bit Microsoft Windows XP / Vista / 7 / 8 / 8.1 / 10 and any x86 based Linux operating systems without installation.
GitHub
github.com › openhardwaremonitor › openhardwaremonitor › issues › 867
Open Hardware Monitor doesn't show all sensors on Ubuntu 16.04 LTS · Issue #867 · openhardwaremonitor/openhardwaremonitor
October 20, 2016 - If I run Open Hardware Monitor it shows only fans and voltage, but It doesn't show current CPU clock (and core temperatures), RAM, iGPU / GPU clock / temperature, Discs temperature and SMART info.
Author openhardwaremonitor
GitHub
github.com › openhardwaremonitor › openhardwaremonitor
GitHub - openhardwaremonitor/openhardwaremonitor: Open Hardware Monitor · GitHub
Open Hardware Monitor. Contribute to openhardwaremonitor/openhardwaremonitor development by creating an account on GitHub.
Starred by 6.4K users
Forked by 1.3K users
Languages C# 97.3% | JavaScript 1.6%
Open Hardware Monitor
openhardwaremonitor.org › screenshots › attachment › screenshot2
Open Hardware Monitor 0.3.0 Beta on Debian Linux 6.0 - Open Hardware Monitor Warning: Undefined variable $cpage in /home/httpd/vhosts/openhardwaremonitor.org/httpdocs/wordpress/wp-content/themes/openhardwaremonitor/header.php on line 18
If you like the Open Hardware Monitor, feel free to make a donation.
Linus Tech Tips
linustechtips.com › software › operating systems › linux, macos and everything not-windows
Linux software for hardware monitoring (temps, clocks..) ? - Linux, macOS and Everything Not-Windows - Linus Tech Tips
March 16, 2023 - Hi Using a dual boot Win10/Linux Mint system, in Linux I wanted to get something to show CPU usage, clocks, temps etc, found stuff for most things but nothing nice for temps, clocks and fans speed I just didn't find anything remotely close to say HWInfo64 😛 For temps I have a "sensor" app that te...