Skip to content
On this page

Install

Download the latest installation package from the Github Release page, and choose the version that corresponds to your platform.

WARNING

Versions prior to macOS 12 and some Linux distributions may not work properly. Please refer to the Build Guide to build it yourself.

In addition, Windows versions prior to Windows 10 are not supported.

TIP

The "unpacked" version is a portable version.

Windows

Both x64 and arm64 architectures are available. Please download the version that matches your architecture, usually x64. It is recommended to download the setup version.

TIP

Furthermore, you can use package mananger to install and upgrade.

winget

bash
winget install Final2x
winget install Final2x

MacOS

Both x64 and arm64 architectures are available. For Apple Silicon Mac, please download the arm64 version. It is recommended to download the dmg version.

WARNING

The arm64 version of Final2x-core is built locally on the latest macOS, not using Github Action, which may cause some incompatibilities. Additionally, for security reasons, it is recommended to build it yourself.

After installation, run the following two commands in the terminal to allow the application to run. Due to Apple's security checks, the first use may be very slow.

bash
sudo spctl --master-disable
# Disable Gatekeeper, then allow applications downloaded from anywhere in System Preferences > Security & Privacy > General
xattr -cr /Applications/Final2x.app
sudo spctl --master-disable
# Disable Gatekeeper, then allow applications downloaded from anywhere in System Preferences > Security & Privacy > General
xattr -cr /Applications/Final2x.app

Linux

The x64 architecture is available. The linux-pip version requires configuring the python3.8+ environment and installing the required libraries. The pip script needs to be added to the PATH environment variable.

bash
pip install Final2x-core
apt install -y libomp5 xdg-utils # use your package manager
pip install Final2x-core
apt install -y libomp5 xdg-utils # use your package manager

After installation, check if the configuration is successful in the terminal.

bash
Final2x-core --help
Final2x-core --help

Deb/Ubuntu

If you encounter library compatibility issues, consider downloading the ubuntu-AppImage version directly.

Arch/Manjaro

WARNING

This is a community-maintained package.

bash
sudo pacman -S final2x-bin
sudo pacman -S final2x-bin

Other Distributions

Try using the linux-pip version or build it yourself.

Released under the BSD 3-Clause "New" or "Revised" License