What makes us different from other similar websites? › Forums › Tech › Upscayl: Free, Open-Source Local AI Image Upscaler
Tagged: AI, aiupscaler, AMD, Anime, Appimage, ArtificialIntelligence, CLI, commandline, computervision, Customization, deb, Debian, deeplearning, Desktop, digitalart, foss, GPU, graphics, imageupscaling, Linux, manga, neuralnetworks, Nvidia, offline, OpenSource, opensourcehardware, Privacy, selfhosted, Software, Tech, Technology, Terminal, Ubuntu, upscayl, utility, XFCE, Xubuntu
- This topic has 0 replies, 1 voice, and was last updated 4 days, 8 hours ago by
thumbtak.
-
AuthorPosts
-
August 5, 2026 at 9:39 am #8506
thumbtakModeratorIf you are looking for a way to upscale images, digital art, or photos on your PC without watermarks, subscriptions, or file limits, Upscayl is one of the best tools available.
What is Upscayl?
Upscayl is a cross-platform, open-source AI image upscaler that runs completely offline on your own hardware. Instead of relying on a web service that compresses your images or charges you after a few uses, it utilizes your PC’s GPU to process images locally using advanced AI models. It features specialized models designed specifically to keep hard outlines, flat colors, and details in illustrations, digital art, and graphic design work crisp and clean.How to Install & Run on Xubuntu (Portable AppImage Method)
Xubuntu users can easily run Upscayl using an AppImage. This is a self-contained portable file that requires no traditional installation and can be removed instantly by deleting a single file.Open your terminal (
Ctrl+Alt+T) and follow these steps:Step 1: Install FUSE (Required for AppImages)
Xuntu/Ubuntu systems often needlibfuse2to execute AppImage files properly. Run this command:sudo apt update && sudo apt install libfuse2 -yStep 2: Download the AppImage
You can grab the latest Linux AppImage directly from their official GitHub releases page usingwget, or download it via your browser:wget https://github.com/upscayl/upscayl/releases/download/v2.15.0/upscayl-2.15.0-linux.AppImageStep 3: Make it Executable
Grant the file permission to run as a program:chmod +x upscayl-*.AppImageStep 4: Launch Upscayl
You can now launch the app directly from your terminal:
./upscayl-*.AppImageIf you prefer to install Upscayl permanently on Xubuntu (Debian based) using a traditional .deb package (which integrates it into your system applications menu), you can easily do so via the terminal.
________________________________________________________________________________________________________________________________________________
Step 1: Download the .deb Package
Go to the Upscayl Releases page, find the latest version, and download the file ending inlinux.deb(or usewgetin your terminal, replacing the URL with the actual latest release link):cd ~/Downloads wget https://github.com/upscayl/upscayl/releases/download/v2.15.0/upscayl-2.15.0-linux.debStep 2: Install the Package
Navigate to the folder where you downloaded the file (usually your Downloads folder) and useaptto install it. Usingaptensures that any necessary package dependencies are automatically resolved:cd ~/Downloads sudo apt install ./upscayl-*-linux.debStep 3: Launch Upscayl
Once the installation finishes, Upscayl will be fully integrated into your Xubuntu system. You can launch it directly from your application menu under the Graphics or Multimedia category, or type this into your terminal:upscaylHow to Uninstall (If needed later)
If you ever want to remove it cleanly using the package manager, run:sudo apt remove upscaylSOURCE:
https://github.com/upscayl/upscayl
-
This topic was modified 4 days, 8 hours ago by
thumbtak. Reason: Fixed wording
-
This topic was modified 4 days, 8 hours ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
