Package Details: upscayl-bin 2.15.0-10

Git Clone URL: https://aur.archlinux.org/upscayl-bin.git (read-only, click to copy)
Package Base: upscayl-bin
Description: Free and Open Source AI Image Upscaler
Upstream URL: https://github.com/upscayl/upscayl
Licenses: AGPL-3.0-only
Conflicts: upscayl
Provides: upscayl
Submitter: prurigro
Maintainer: prurigro
Last Packager: prurigro
Votes: 62
Popularity: 3.53
First Submitted: 2022-08-29 02:09 (UTC)
Last Updated: 2026-05-13 02:01 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

prurigro commented on 2026-05-13 01:58 (UTC)

@aliu: Apologies, I just realized you were responding to gardar's comment (which I'd missed) and actually had the same thought as me. I'm going to blame the cold I've had this week on that one :)

@gardar: I can do like you suggested, with aliu's suggested tweak.

prurigro commented on 2026-05-11 02:11 (UTC)

@aliu: It's currently set to /usr/bin/upscayl, not /usr/bin/upscayl-bin, though I could imagine this package's name and that package having its binary named after this one might get confusing if a cli package existed and went with the default name. If I was packaging the cli tool, I'd be tempted to use /usr/bin/upscayl-ncnn just to be explicit.

I've removed !strip on that note- thanks for testing!

aliu commented on 2026-05-10 19:03 (UTC)

I would recommend having it be /usr/bin/upscayl-ncnn instead of /usr/bin/upscayl-bin since that is the name of the CLI: https://github.com/upscayl/upscayl-ncnn/

(and fwiw the package still works fine if it's stripped so i'd suggest removing line 19 :))

gardar commented on 2026-05-09 13:16 (UTC)

It would be good if the cli was also linked/copied to /usr/bin, it does get installed under /usr/share/upscayl/bin/upscayl-bin currently.

prurigro commented on 2025-12-19 01:54 (UTC)

@underuse_storage: Right you are, good catch, and thanks for sharing :)

underuse_storage commented on 2025-12-18 21:42 (UTC) (edited on 2025-12-18 21:49 (UTC) by underuse_storage)

Hi as for the latest update upscayl seems to still be looking for electron36, in order to finalize the migration to electron39 i think the upscayl source should be modified to:

#!/usr/bin/env bash

export ELECTRON_IS_DEV=0

electron39 /usr/share/upscayl/app.asar "$@"

and the new sha512sums should be d2c825f204bc6986b209143363c915419caf42d310cb06b9628af083e5b99d32a199afcc9c4eeb73359862e1363a01f5ecbf576d8b2a92e807b8b9236b402635

naxytosp commented on 2025-12-18 08:33 (UTC)

/usr/bin/upscayl: line 5: electron36: command not found

prurigro commented on 2025-12-18 03:15 (UTC)

@Scott-Nx: Thanks for testing, I tested as well and agree that everything appears to work so I'll push this as an update.

If anyone experiences any issues, let me know and I'll revert back.

nathawat_a commented on 2025-12-15 15:13 (UTC) (edited on 2025-12-15 15:14 (UTC) by nathawat_a)

seems to work fine with electron36 (my config became corrupted when I tried with 37), and the version that was being used is quite old now.


I just tested on the latest Electron (39) and it's working fine

prurigro commented on 2025-08-08 16:54 (UTC)

@dreieck: I agree- I was holding out for a new release, but the current version seems to work fine with electron36 (my config became corrupted when I tried with 37), and the version that was being used is quite old now.

I'm going to push an update with the newer electron version, but if anyone runs into any new issues then please report them here first.