Download Gaphor

There are many ways to install Gaphor. The simplest is to download the official installer for Windows or macOS. For Linux you can install Gaphor using FlatHub. You can also use Python’s built-in pip tool as long as you have all the required dependencies installed.

If you’re a developer, you can find the source code on GitHub.


Windows logo Windows

Download installer

Alternatively, a portable version of Gaphor can be downloaded.

Download portable version

Winget

Install Gaphor from winget:

winget install gaphor

To check out the latest release notes and other details:

winget show gaphor

macOS logo macOS

Download .dmg

Gaphor requires macOS 10.15 or newer.

Homebrew

Pour Gaphor from a homebrew cask:

brew install --cask gaphor

Linux logo Linux

Flatpak

Flatpak is the recommended way to install Gaphor in Linux. If you don’t have it setup already, follow the instructions to install Flatpak.

Download on Flathub

To manually install Gaphor:

flatpak remote-add --user --if-not-exists \
    flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.gaphor.Gaphor

Arch Linux

Gaphor can be installed from an AUR package.


Python logo Python

If you have the latest stable version of Python installed and the Gaphor dependencies installed, you can also install Gaphor using a wheel from PyPI.

If you don’t have the latest stable version of Python and the Gaphor dependencies installed, follow the development environment installation instructions section, but do not clone the repository. Optionally, create a virtual environment. Then execute the following:

pip install gaphor
gaphor