Skip to content
Documentation Download

Installation Guide

  • For 32-bit operating systems, please download *_x86-setup.exeand install it.
  • For 64-bit operating systems, please download *_x64-setup.exeand install it.
  • For ARM64 architecture, please download *_arm64-setup.exeand install it.

  • For Apple Silicon chips, please download *_aarch64.dmgand install.
  • For Intel chips, please download *_x64.dmgand install it.

If you encounter the following error message:

  • Chessifier.app is corrupted and cannot be opened.
  • Apple could not verify “Chessifier” is free of malware that may harm your Mac or compromise your privacy.

Since the application needs an official signature to avoid the pop-up “app is damaged” prompt after installation, but the official signature fee is expensive ($99 per year), which is unaffordable for open source projects. Therefore, it is necessary to manually bypass the signature to use Chessifier normally.

  1. On your Mac, choose Apple menu > System Settings, then click Privacy & Security in the sidebar. (You may need to scroll down.)

  2. Go to Security, then click Open.

  3. Click Open Anyway.

    This button is available for about an hour after you try to open the app.

  4. Enter your login password, then click OK.


Only supports use in X11 environment

  1. Installation

    Go to Download page to download the deb file, and then execute the following command:

    Terminal window
    # Install dependencies
    sudo apt update
    sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev
    sudo dpkg -i chessifier.deb
  2. Update

    Go to Download Page to download the latest deb file

    Terminal window
    sudo dpkg -i chessifier.deb
  3. Uninstall

    Terminal window
    sudo apt-get purge chessifier
  1. Install

    Terminal window
    yay -S chessifier-bin
  2. Update

    Terminal window
    yay -Syyu
  3. Uninstall

    Terminal window
    sudo pacman -Rcns chessifier-bin

Go to Download Page to download rpm file, then execute the following command:

  1. Installation

    Terminal window
    # Install dependencies
    sudo dnf check-update
    sudo dnf install webkit2gtk4.0-devel libappindicator-gtk3-devel
    rpm -ivh chessifier.rpm
  2. Update

    Go to Download Page to download the new version of rpm file

    Terminal window
    rpm -Uvh chessifier.rpm
  3. Uninstall

    Terminal window
    rpm -ev chessifier
  1. Installation

    Go to Download Page to download the Appimage file, then execute the following command:

    Terminal window
    chmod +x chessifier.AppImage
    ./chessifier.AppImage
  2. Uninstall

    Terminal window
    rm -r /opt/chessifier
    rm /usr/share/applications/Chessifier.desktop