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
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.
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.
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.
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.
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.
sudo pacman -S final2x-bin
sudo pacman -S final2x-bin
Other Distributions
Try using the linux-pip version or build it yourself.