Download
Choose your operating system
Install Gitmun from the package source that fits your machine. The page uses generated release data, with fallback links where package metadata is incomplete.
Latest: v0.7.1 published 7 Jun 2026
Windows
Download the latest Windows installer from GitHub Releases, or install from Microsoft Store or Winget.
macOS
macOS bundles are built in CI but are currently untested because the project does not have regular access to macOS hardware.
Linux
Choose your distribution family. OBS package data is generated at build time, and the openSUSE software page remains available as a fallback.
openSUSE / SUSE
Install from the OBS repository, or use the openSUSE software page if your distribution is not listed here yet.
Add Repository
sudo zypper addrepo https://download.opensuse.org/repositories/home:/cst8t:/gitmun/openSUSE_Tumbleweed/home:cst8t:gitmun.repo
sudo zypper refresh
sudo zypper install gitmun sudo zypper addrepo https://download.opensuse.org/repositories/home:/cst8t:/gitmun/openSUSE_Slowroll/home:cst8t:gitmun.repo
sudo zypper refresh
sudo zypper install gitmun sudo zypper addrepo https://download.opensuse.org/repositories/home:/cst8t:/gitmun/openSUSE_Leap_16.0/home:cst8t:gitmun.repo
sudo zypper refresh
sudo zypper install gitmun sudo zypper addrepo https://download.opensuse.org/repositories/home:/cst8t:/gitmun/openSUSE_Leap_15.6/home:cst8t:gitmun.repo
sudo zypper refresh
sudo zypper install gitmun Binaries
Fedora / RPM-based
Use the OBS package page for the currently published RPM repositories.
Add Repository
sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:/cst8t:/gitmun/Fedora_Rawhide/home:cst8t:gitmun.repo
sudo dnf install gitmun sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:/cst8t:/gitmun/Fedora_44/home:cst8t:gitmun.repo
sudo dnf install gitmun sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:/cst8t:/gitmun/Fedora_43/home:cst8t:gitmun.repo
sudo dnf install gitmun Binaries
Debian
Install from the OBS repository for the currently published Debian builds.
Add Repository
echo 'deb http://download.opensuse.org/repositories/home:cst8t:gitmun/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:cst8t:gitmun.list
curl -fsSL https://download.opensuse.org/repositories/home:cst8t:gitmun/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cst8t_gitmun.gpg > /dev/null
sudo apt update
sudo apt install gitmun echo 'deb http://download.opensuse.org/repositories/home:cst8t:gitmun/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:cst8t:gitmun.list
curl -fsSL https://download.opensuse.org/repositories/home:cst8t:gitmun/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cst8t_gitmun.gpg > /dev/null
sudo apt update
sudo apt install gitmun Binaries
Ubuntu
Install from the OBS repository for the currently published Ubuntu builds.
Add Repository
echo 'deb http://download.opensuse.org/repositories/home:cst8t:gitmun/xUbuntu_26.04/ /' | sudo tee /etc/apt/sources.list.d/home:cst8t:gitmun.list
curl -fsSL https://download.opensuse.org/repositories/home:cst8t:gitmun/xUbuntu_26.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cst8t_gitmun.gpg > /dev/null
sudo apt update
sudo apt install gitmun Binaries
AppImage
Download the standalone AppImage package for Linux distributions without a dedicated package.
The AppImage build is new and unstable, and may not work on some systems.
Binaries
Arch Linux
Install the gitmun-bin package from the AUR.
AUR helpers are unofficial. Review the PKGBUILD before installing.
Add Repository
yay -S gitmun-bin paru -S gitmun-bin git clone https://aur.archlinux.org/gitmun-bin.git
cd gitmun-bin
makepkg -si