Skip to content

v1.8.3

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 01:08
cdc1517

Nourish v1.8.3 — built from upstream @ cdc1517.

package.tar.gz is the Fedora install bundle — prebuilt compositor +
components + the y5-install installer — the same artifact served under
https://nourish.snowies.com/release/. Extract it and run y5-install/install.sh.

package-<distro>-<arch>.tar.gz is the same bundle built natively for each
supported distribution and CPU architecture. Each is dynamically linked to that
distro's own glibc / mesa / Vulkan / ffmpeg / webkit, so they are not portable
across distros. SHA256SUMS covers every asset here — and only the assets here.

Bundles in this release:

  • arch-x86_64
  • debian-13-aarch64
  • debian-13-x86_64
  • fedora-43-aarch64
  • fedora-43-x86_64
  • fedora-44-aarch64
  • fedora-44-x86_64
  • ubuntu-26.04-aarch64
  • ubuntu-26.04-x86_64

The easiest way in is the one-liner, which picks the right one for you:

curl -fsSL https://nourish.snowies.com/install | bash

Changes since v1.8.2

  • CI-temporary lock file for transient bumps — d6893ce0
  • native Xwayland instead of satellite — 7f5ae303