A modern control center for AMD GPUs on Linux — inspired by AMD's Adrenalin Software for Windows.
This application provides a clean Qt-based GUI to monitor and interact with your GPU, system stats, and drivers.
💡 This project is in early development and growing steadily.
I welcome contributions and ideas — feel free to open an issue or join development!
- Display GPU model, resolution, VRAM, driver
- Kernel version info
- Driver & software detection
- Vulkan/OpenGL version display
- Fan and temperature monitoring
- Driver update assistant
- Game launcher integration (Steam, Lutris, etc.)
- Power profiles: Performance / Balanced / Silent
- GUI style toggles (dark/light)
- Qt6 (C++) — GUI
lshw
,glxinfo
,uname
,vulkaninfo
— system info- Designed for Arch Linux but adaptable to any distro
AppImage or Flatpak coming soon.
Currently, you can build it manually with qmake
:
git clone https://github.com/L0S1F/AdrenalinLinuxEdition.git
cd AdrenalinLinuxEdition
# If using Qt6 qmake:
qmake6 AdrenalinLinuxEdition.pro
# Or for Qt5:
# qmake AdrenalinLinuxEdition.pro
make
./AdrenalinLinuxEdition