🌐
GitHub
github.com › flightlessmango › MangoHud
GitHub - flightlessmango/MangoHud: A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. · GitHub
/usr/local/lib/mangohud). To install 32-bit build on 64-bit distro, specify proper libdir: lib32 for Arch, lib/i386-linux-gnu on Debian-based distros. RPM-based distros usually install 32-bit libraries to /usr/lib and 64-bit to /usr/lib64.
Starred by 8.8K users
Forked by 407 users
Languages   C 58.6% | C++ 36.9% | Python 2.5% | Shell 0.9% | Meson 0.9% | GLSL 0.1% | Roff 0.1%
🌐
ArchWiki
wiki.archlinux.org › title › MangoHud
MangoHud - ArchWiki
May 5, 2026 - Since many old games are 32-bit-only, enable the multilib repository and install the lib32-mangohud package as well.
🌐
MangoHud
mangohud.com
MangoHud - Linux FPS & GPU/CPU Overlay Tool
Use a supported Linux distribution such as Ubuntu, Fedora, Arch Linux, or openSUSE. Ensure your GPU supports Vulkan or OpenGL APIs. On Ubuntu/Debian, update your package list and install MangoHud using your package manager.
🌐
Reddit
reddit.com › r/linux_gaming › how to install, configure & use mangohud on linux - msi afterburner overlay alternative
r/linux_gaming on Reddit: How To Install, Configure & Use MangoHud On Linux - MSI Afterburner Overlay Alternative
June 17, 2023 - Installing Goverlay(which pulls in mangohud) fixed this. ... Phoronix just posted a pic with Jensen Huang teasing “exciting things happening on Linux” — what are we expecting?
🌐
GamingOnLinux
gamingonlinux.com › guides › view › how-to-use-mangohud-for-linux-game-performance-monitoring
How to use MangoHud for Linux game performance monitoring | GamingOnLinux
July 1, 2025 - On that page, scroll down to find "MangoHud-0.8.1.r0.gfea4292.tar.gz" and download that under the Assets section. Once you have it, extract the .tar.gz archive, which will give you a folder containing these items: Then you just open your favourite terminal app like Konsole on KDE Plasma and run this inside that folder: ... It will then be installed and ready to use with the default configuration that will show like the first picture in the guide.
🌐
Reddit
reddit.com › r/intelligentgaming2020 › how to install, configure & use mangohud on linux - msi afterburner overlay alternative
r/IntelligentGaming2020 on Reddit: How To Install, Configure & Use MangoHud On Linux - MSI Afterburner Overlay Alternative
May 31, 2023 -

How to Install, Configure, and Use MangoHud on Linux

In this video, I guide you through the process of installing, configuring, and using MangoHud on Linux.

https://youtu.be/m-PHWxkdra8

MangoHud is a powerful overlay tool that provides real-time metrics for your system, including frame rate, CPU, GPU, RAM usage, temperatures, and more—similar to MSI Afterburner on Windows.

Step-by-Step Guide:

Step 1: Installing MangoHud
https://github.com/flightlessmango/MangoHud?tab=readme-ov-file#installation---pre-packaged-binaries

Once the installation is complete, MangoHud will be ready to use on your system.

Step 2. Using MangoHud
https://github.com/flightlessmango/MangoHud?tab=readme-ov-file#normal-usage

Step 3. Configuring MangoHud
https://github.com/flightlessmango/MangoHud?tab=readme-ov-file#hud-configuration

#LinuxGaming #MangoHud #Proton #FPSOverlay #SystemMonitoring

🌐
Its Linux FOSS
itslinuxfoss.com › home › ubuntu › how to install mangohud on ubuntu 22.04
How To Install Mangohud on Ubuntu 22.04 – Its Linux FOSS
October 7, 2022 - To install mangohud on Ubuntu, run the command “sudo apt install mangohud -y” in the terminal of Ubuntu because it comes in its default repository
🌐
LinuxReviews
linuxreviews.org › MangoHud
MangoHud - LinuxReviews
Installation from source is rather easy. Just clone the repository, git clone --recurse-submodules https://github.com/flightlessmango/MangoHud.git
🌐
Installati.one
installati.one › home › how to install mangohud on ubuntu 22.04
How To Install mangohud on Ubuntu 22.04 | Installati.one
June 27, 2023 - In this tutorial we learn how to install mangohud on Ubuntu 22.04. mangohud is Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more
Find elsewhere
🌐
Reddit
reddit.com › r/linux_gaming › mangohud install/config for steam and bottles on ubuntu based systems
r/linux_gaming on Reddit: MangoHud Install/Config for Steam and Bottles on Ubuntu based systems
August 20, 2024 -

Configuring MangoHud has given me quite a lot of headache.
I had trouble finding the proper config file's location for the proper app.
Most posts said just to install goverlay for simplicity, but installing that on Ubuntu based systems was a lot harder than just doing it manually. Mostly because I am a newbie Linux user and I got lost in this guide for the required package https://github.com/davidbannon/libqt6pas
So I thought I post this to help others.

Installing MangoHud:
If you are a Mint user like myself, both flatpak and system package can cause a headache, mostly because configuring the flatpak, I still am not sure how to do, and the system package is so old that it doesn't support basic configs like horizontal.
So I'd recomment just downloading the latest to your home folder from
https://github.com/flightlessmango/MangoHud/releases
Exctract it,
cd $HOME/MangoHud/
./mangohud-setup.sh install

This way your config will be located here(you will need to create it):
$HOME/.config/MangoHud/MangoHud.conf
Here's a nice simple one I use:

background_alpha=0
font_size=18
alpha=1
horizontal
hud_compact

gpu_stats=1
gpu_temp=1
fps=1
cpu_stats=1
cpu_temp=1
frame_timing=0
ram
vram

Now, you just add 'mangohud' without the quotation marks in Steam to the Launch options.

But Bottles will not use this one, and It will ask you to install the flatpak MangoHud and it will tell you which version:

flatpak install org.freedesktop.Platform.VulkanLazer.MangoHud//23.08

And this one will not use the same config file, the proper location for this config is lacated here:
$HOME/.var/app/com.usebottles.bottles/config/MangoHud/MangoHud.conf
You can run this to copy the Steam one over:
cp $HOME/.config/MangoHud/MangoHud.conf $HOME/.var/app/com.usebottles.bottles/config/MangoHud/MangoHud.conf

Now you just need to toggle the 'Monitor Performance' on

🌐
Reddit
reddit.com › r/linux_gaming › how to install and use mangohud with game launched from steam and lutris
r/linux_gaming on Reddit: How To Install And Use MangoHUD With Game Launched From Steam And Lutris
May 1, 2020 -

Hi everyone.

Since MangoHUD appears to be all the range at the moment.

https://github.com/flightlessmango/MangoHud

I thought I would create a short video on how to install it and use it with games launched through Steam and Lutris.

https://www.youtube.com/watch?v=97p2Ja5D1go&t=1s

As usual for people who prefer a written tutorial, see below:

INSTALLATION

Terminal commands:

git clone --recurse-submodules https://github.com/flightlessmango/Ma...

cd MangoHud

./build.sh build

./build.sh package

./build.sh install

USING MANGOHUD WITH STEAM

Right click on a game, choose Properties, click on SET LAUNCH OPTIONS and type in:

MANGOHUD=1 %command%

USING MANGOHUD WITH LUTRIS

Right click on the game, click Configure, navigate to System preferences / System options / Environmental variables and use the following:

Key – MANGOHUD

Value – 1

Click Save.

CUSTOMISING MANGOHUD

Either use parameters listed on the github page or alternatively with a GUI tool called Goverlay.

https://github.com/benjamimgois/goverlay

As always if you found that video helpful, please consider subscribing to support me.

Thanks

Ryan

🌐
GitHub
github.com › flightlessmango › MangoHud › blob › master › README.md
MangoHud/README.md at master · flightlessmango/MangoHud
If you are using Flatpaks, you will have to add the [Flathub repository](https://flatpak.org/setup/) for your specific distribution, and then, to install it, execute: ... For Lutris games, go to the System options in Lutris (make sure that advanced options are enabled) and add this to the `Command prefix` setting: ... Or alternatively, add `MANGOHUD=1` to your shell profile (Vulkan only). ... OpenGL games may also need `dlsym` hooking, which is now enabled by default. Set the `MANGOHUD_DLSYM` env to `0` to disable like `MANGOHUD_DLSYM=0 %command%` for Steam. ... Some Linux native OpenGL games overrides LD_PRELOAD and stops MangoHud from working.
Author   flightlessmango
🌐
LinuxForDevices
linuxfordevices.com › home › mangohud – monitor system vitals while playing games on linux.
MangoHud - Monitor system vitals while playing games on Linux. - LinuxForDevices
December 26, 2022 - # On Debian and Ubuntu based distributions: sudo apt install mangohud goverlay # On Fedora Workstation: sudo dnf install mangohud goverlay # On Arch Linux based distributions: yay -S mangohud goverlay-bin
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
32-bit MangoHud - Linux Mint Forums
August 3, 2024 - sudo apt install mangohud:i386 So it makes sense that simply running sudo apt install mangohud would install only the 64-bit package, but sudo apt install mangohud:i386 just prints the following:
🌐
Medium
armagansadikoglu.medium.com › how-to-use-mangohud-with-steam-on-linux-6e482318017d
How To Use MangoHud With Steam On Linux | by Armağan Sadıkoğlu | Medium
February 19, 2023 - MangoHud is a overlay software(like RivaTuner used by MSI Afterburner) that show system information while gaming on Linux. ... Head to the Releases section and choose latest release. Under assets sections download compiled tar.gz file.
🌐
TecMint
tecmint.com › home › open source › mangohud – monitor fps, cpu & gpu load in linux games
MangoHud – Monitor FPS, CPU & GPU Load in Linux Games
March 12, 2025 - MangoHud is available in the official repositories of many Linux distributions and can be installed using the default package managers.
🌐
Mangohud-download
mangohud-download.github.io
MangoHud | Official Website
The ultimate open-source overlay for performance metrics on Linux, Vulkan, and OpenGL applications. Download Now · MangoHud is an open-source overlay for monitoring and displaying real-time performance metrics (FPS, frame timings, GPU, CPU, etc.) in Vulkan and OpenGL games on Linux.
🌐
Ubuntu
manpages.ubuntu.com › jammy › man(1)
Ubuntu Manpage: mangohud - enable MangoHud on any application
MangoHud can be enabled for Vulkan applications by setting MANGOHUD=1 as environment variable. To load MangoHud for any application, including OpenGL applications, the mangohud executable can be used. It preloads a library via ld into the application. Note: some OpenGL applications may also ...