Skip to content

0.1.0-prerelease.3 - 2026-06-17

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 20:22
87843f8

Release Notes

Fixed

  • F-packaging-ci (Windows + Intel macOS): the desktop-installer workflow now
    ships NSIS only on Windows — WiX/MSI rejects a non-numeric version, so the
    -prerelease.N suffix broke MSI packaging and failed the whole Windows job
    (the NSIS *-setup.exe itself built fine). Intel macOS (x86_64-apple-darwin)
    is now cross-compiled on an Apple-Silicon runner instead of the scarce
    macos-13 Intel runners, which were queueing for hours.

Install termherd-app 0.1.0-prerelease.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bastien-gallay/termherd/releases/download/v0.1.0-prerelease.3/termherd-app-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/bastien-gallay/termherd/releases/download/v0.1.0-prerelease.3/termherd-app-installer.ps1 | iex"

Download termherd-app 0.1.0-prerelease.3

File Platform Checksum
termherd-app-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
termherd-app-x86_64-apple-darwin.tar.xz Intel macOS checksum
termherd-app-x86_64-pc-windows-msvc.zip x64 Windows checksum
termherd-app-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
termherd-app-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum