A modern system monitoring application for Linux and Windows.
- CPU: Model, cores, frequency, temperature, usage
- RAM: Memory and swap usage
- GPU: NVIDIA/AMD/Intel support
- Disk: Partitions and I/O speeds
- Network: Download/upload speeds
- Battery: Status and power consumption
- Modern dark theme UI with real-time graphs
Ubuntu/Debian:
sudo apt install build-essential libglfw3-dev libgl1-mesa-devcd lib
git clone --depth 1 https://github.com/ocornut/imgui.git
cp imgui/backends/imgui_impl_glfw.* imgui/
cp imgui/backends/imgui_impl_opengl3* imgui/make monitor # Linux
make windows # Windows (requires mingw-w64)./build/monitorMIT