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

下载安装包

此外,便携式版本的Gaphor 也可以下载。

下载便携式版本

Winget

通过 winget安装Gaphor:

winget install gaphor

查看最新的发布说明和其他详细信息:

winget show gaphor

macOS logo macOS

Download ARM .dmg

Download Intel .dmg

Graphor 需要 macOS 10.15 或更新的版本。

Homebrew

通过 homebrew cask 获取 Gaphor:

brew install --cask gaphor

Linux logo Linux

Flatpak

Flatpak是在 Linux 中安装 Gaphor 的推荐方法。如果您还没有设置好flatpak,请按照安装 Flatpak的说明进行安装。

在Flathub上下载

手动安装 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 可通过 AUR 软件包安装。


Python logo Python

如果您已经安装了最新的 Python 稳定版,并安装了 Gaphor 依赖项,也可以使用 PyPI 中的wheel来安装 Gaphor。

如果没有安装最新的 Python 稳定版和 Gaphor 依赖项,请按照开发环境安装说明 章节操作,但不要克隆版本库。可选择创建一个 虚拟环境。 然后执行以下操作:

pip install gaphor
gaphor