README.md

April 30, 2026 ยท View on GitHub

En Ru

MangoJuice

This program will be a convenient alternative to GOverlay for setting up MangoHud

Screenshot

Page 1Page 2Page 3Page 4Page 5
screen1screen2screen3screen4screen5

Install

Flathub:

Download on Flathub

AppImage:

Download AppImage from GitHub releases

Repositories

Packaging status

And also in the repository for openSUSE

Source code build

Dependencies

Build utilities

  • meson
  • ninja
  • cmake
  • gcc
  • valac

Build requires

  • gtk4
  • libadwaita-1
  • gio-2.0
  • fontconfig
  • mangohud

Optional dependencies

  • mesa-demos
  • vulkan-tools
  • vkbasalt

Build

meson setup build

Install

sudo ninja -C build install

Uninstall

sudo ninja -C build uninstall

Devel

Also in the app there is Devel mode. It is intended for development and it is not recommended to use it on a permanent basis. In this mode new features of mangojuice and mangohud-git versions are tested. If you still want to use it, there is mangojuice-git package in AUR or you can build it yourself with the following command:

  meson setup build
  meson configure  build --no-pager -Dis_devel=true
  sudo ninja -C build install

Gratitude

Thank to Rirusha for important clarifications about Vala and GTK4.

Projects that have become muses

Attention, this is my first project on GTK4 + Vala, so please treat with understanding